Module: Telnyx::Models::AI::ConversationFlow::Node
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/telnyx/models/ai/conversation_flow.rb,
sig/telnyx/models/ai/conversation_flow.rbs
Overview
One step in a conversation flow, as returned by the API.
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, 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(Telnyx::Models::AI::FlowNode, Telnyx::Models::AI::ToolNode, Telnyx::Models::AI::SpeakNode)
|
|
# File 'lib/telnyx/models/ai/conversation_flow.rb', line 49
|
Instance Method Details
#self?.variants ⇒ ::Array[Telnyx::Models::AI::ConversationFlow::node]
40 |
# File 'sig/telnyx/models/ai/conversation_flow.rbs', line 40
def self?.variants: -> ::Array[Telnyx::Models::AI::ConversationFlow::node]
|