Module: Telnyx::Models::AI::Assistants::ScheduledSMSEventResponse::ConversationMetadata
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/ai/assistants/scheduled_sms_event_response.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(assistant_id:, scheduled_at_fixed_datetime:, telnyx_agent_target:, telnyx_conversation_channel:, telnyx_end_user_target:, text:, conversation_id: nil, conversation_metadata: nil, created_at: nil, dynamic_variables: nil, errors: nil, retry_count: nil, scheduled_event_id: nil, status: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::AI::Assistants::ScheduledSMSEventResponse for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(String, Integer, Boolean)
|
|
# File 'lib/telnyx/models/ai/assistants/scheduled_sms_event_response.rb', line 122
|
Instance Method Details
#initialize(assistant_id:, scheduled_at_fixed_datetime:, telnyx_agent_target:, telnyx_conversation_channel:, telnyx_end_user_target:, text:, conversation_id: nil, conversation_metadata: nil, created_at: nil, dynamic_variables: nil, errors: nil, retry_count: nil, scheduled_event_id: nil, status: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::AI::Assistants::ScheduledSMSEventResponse for more details.
113 114 115 116 117 118 119 120 121 122 123 124 |
# File 'lib/telnyx/models/ai/assistants/scheduled_sms_event_response.rb', line 113 module ConversationMetadata extend Telnyx::Internal::Type::Union variant String variant Integer variant Telnyx::Internal::Type::Boolean # @!method self.variants # @return [Array(String, Integer, Boolean)] end |