Class: Telnyx::Models::AI::ConversationAddMessageParams
Overview
Defined Under Namespace
Modules: Metadata, ToolChoice
Instance Attribute Summary collapse
#request_options
Method Summary
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#content ⇒ String?
19
|
# File 'lib/telnyx/models/ai/conversation_add_message_params.rb', line 19
optional :content, String
|
24
25
|
# File 'lib/telnyx/models/ai/conversation_add_message_params.rb', line 24
optional :metadata,
-> { Telnyx::Internal::Type::HashOf[union: Telnyx::AI::ConversationAddMessageParams::Metadata] }
|
#name ⇒ String?
30
|
# File 'lib/telnyx/models/ai/conversation_add_message_params.rb', line 30
optional :name, String
|
#role ⇒ String
14
|
# File 'lib/telnyx/models/ai/conversation_add_message_params.rb', line 14
required :role, String
|
#sent_at ⇒ Time?
35
|
# File 'lib/telnyx/models/ai/conversation_add_message_params.rb', line 35
optional :sent_at, Time
|
40
|
# File 'lib/telnyx/models/ai/conversation_add_message_params.rb', line 40
optional :tool_call_id, String
|
51
|
# File 'lib/telnyx/models/ai/conversation_add_message_params.rb', line 51
optional :tool_choice, union: -> { Telnyx::AI::ConversationAddMessageParams::ToolChoice }
|