Class: Telnyx::Models::Rcs::AgentCreateParams
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(brand_id:, configuration:, display_name:, use_case:, idempotency_key:, hosting_region: nil, profile_id: nil, request_options: {}) ⇒ Object
|
# File 'lib/telnyx/models/rcs/agent_create_params.rb', line 48
|
Instance Attribute Details
#brand_id ⇒ String
14
|
# File 'lib/telnyx/models/rcs/agent_create_params.rb', line 14
required :brand_id, String
|
19
|
# File 'lib/telnyx/models/rcs/agent_create_params.rb', line 19
required :configuration, -> { Telnyx::Rcs::AgentConfiguration }
|
#display_name ⇒ String
24
|
# File 'lib/telnyx/models/rcs/agent_create_params.rb', line 24
required :display_name, String
|
#hosting_region ⇒ String?
39
|
# File 'lib/telnyx/models/rcs/agent_create_params.rb', line 39
optional :hosting_region, String, nil?: true
|
#idempotency_key ⇒ String
34
|
# File 'lib/telnyx/models/rcs/agent_create_params.rb', line 34
required :idempotency_key, String
|
#profile_id ⇒ String?
A Messaging Profile owned by the authenticated organization. When omitted, the
agent inherits the brand profile.
46
|
# File 'lib/telnyx/models/rcs/agent_create_params.rb', line 46
optional :profile_id, String, nil?: true
|
29
|
# File 'lib/telnyx/models/rcs/agent_create_params.rb', line 29
required :use_case, enum: -> { Telnyx::Rcs::AgentUseCase }
|
Instance Method Details
#to_hash ⇒ {
45
|
# File 'sig/telnyx/models/rcs/agent_create_params.rbs', line 45
def to_hash: -> {
|