Class: Telnyx::Models::Rcs::AgentLaunchParams::Campaign
Instance Attribute Summary collapse
#additional_information, #company_overview
Instance Method Summary
collapse
==, #==, #[], 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(agent_overview:, consent_settings:, interactions:, message_examples:) ⇒ Object
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
# File 'lib/telnyx/models/rcs/agent_launch_params.rb', line 32
class Campaign < Telnyx::Models::Rcs::AgentCampaignConfiguration
required :agent_overview, String
required :consent_settings, -> { Telnyx::Rcs::AgentConsentConfiguration }
required :interactions, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Rcs::AgentInteraction] }
required :message_examples, Telnyx::Internal::Type::ArrayOf[String]
end
|
Instance Attribute Details
#agent_overview ⇒ String
36
|
# File 'lib/telnyx/models/rcs/agent_launch_params.rb', line 36
required :agent_overview, String
|
41
|
# File 'lib/telnyx/models/rcs/agent_launch_params.rb', line 41
required :consent_settings, -> { Telnyx::Rcs::AgentConsentConfiguration }
|
46
|
# File 'lib/telnyx/models/rcs/agent_launch_params.rb', line 46
required :interactions, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::Rcs::AgentInteraction] }
|
#message_examples ⇒ Array<String>
51
|
# File 'lib/telnyx/models/rcs/agent_launch_params.rb', line 51
required :message_examples, Telnyx::Internal::Type::ArrayOf[String]
|
Instance Method Details
#to_hash ⇒ {
72
|
# File 'sig/telnyx/models/rcs/agent_launch_params.rbs', line 72
def to_hash: -> {
|