Module: Telnyx::Models::AI::Assistants::ScheduledPhoneCallEventResponse::ConversationMetadata
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/ai/assistants/scheduled_phone_call_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:, conversation_id: nil, conversation_metadata: nil, created_at: nil, dynamic_variables: nil, errors: nil, retry_attempts: nil, retry_count: nil, scheduled_event_id: nil, status: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::AI::Assistants::ScheduledPhoneCallEventResponse 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_phone_call_event_response.rb', line 123
|
Instance Method Details
#initialize(assistant_id:, scheduled_at_fixed_datetime:, telnyx_agent_target:, telnyx_conversation_channel:, telnyx_end_user_target:, conversation_id: nil, conversation_metadata: nil, created_at: nil, dynamic_variables: nil, errors: nil, retry_attempts: nil, retry_count: nil, scheduled_event_id: nil, status: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::AI::Assistants::ScheduledPhoneCallEventResponse for more details.
114 115 116 117 118 119 120 121 122 123 124 125 |
# File 'lib/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rb', line 114 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 |