Class: Telnyx::Models::Rcs::AgentUpdateParams
Overview
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, configuration: nil, display_name: nil, hosting_region: nil, profile_id: nil, use_case: nil, request_options: {}) ⇒ Object
|
# File 'lib/telnyx/models/rcs/agent_update_params.rb', line 41
|
Instance Attribute Details
19
|
# File 'lib/telnyx/models/rcs/agent_update_params.rb', line 19
optional :configuration, -> { Telnyx::Rcs::AgentConfiguration }
|
#display_name ⇒ String?
24
|
# File 'lib/telnyx/models/rcs/agent_update_params.rb', line 24
optional :display_name, String
|
#hosting_region ⇒ String?
29
|
# File 'lib/telnyx/models/rcs/agent_update_params.rb', line 29
optional :hosting_region, String
|
#id ⇒ String
14
|
# File 'lib/telnyx/models/rcs/agent_update_params.rb', line 14
required :id, String
|
#profile_id ⇒ String?
34
|
# File 'lib/telnyx/models/rcs/agent_update_params.rb', line 34
optional :profile_id, String
|
#use_case ⇒ Symbol, ...
39
|
# File 'lib/telnyx/models/rcs/agent_update_params.rb', line 39
optional :use_case, enum: -> { Telnyx::Rcs::AgentUseCase }
|
Instance Method Details
#to_hash ⇒ {
55
|
# File 'sig/telnyx/models/rcs/agent_update_params.rbs', line 55
def to_hash: -> {
|