Class: Telnyx::Models::AI::AssistantTool::SendDtmf
Instance Attribute Summary collapse
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 ⇒ Object
757
|
# File 'sig/telnyx/models/ai/assistant_tool.rbs', line 757
def initialize: (
|
Instance Attribute Details
#send_dtmf ⇒ Hash{Symbol=>Object}
875
|
# File 'lib/telnyx/models/ai/assistant_tool.rb', line 875
required :send_dtmf, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown]
|
#type ⇒ Symbol, :send_dtmf
880
|
# File 'lib/telnyx/models/ai/assistant_tool.rb', line 880
required :type, const: :send_dtmf
|
Instance Method Details
#to_hash ⇒ { send_dtmf: ::Hash[Symbol, top], type: :send_dtmf }
762
|
# File 'sig/telnyx/models/ai/assistant_tool.rbs', line 762
def to_hash: -> { send_dtmf: ::Hash[Symbol, top], type: :send_dtmf }
|