Module: Telnyx::Models::AI::AssistantSendSMSParams::ConversationMetadata
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/ai/assistant_send_sms_params.rb
Class Method Summary collapse
Instance Method Summary collapse
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/assistant_send_sms_params.rb', line 60
|
Instance Method Details
#initialize(assistant_id:, from:, to:, conversation_metadata: nil, should_create_conversation: nil, text: nil, request_options: {}) ⇒ Object
51 52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/telnyx/models/ai/assistant_send_sms_params.rb', line 51 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 |