Class: Revox::Models::CallRetrieveResponse::Call::Assistant::PromptFlow
Overview
Defined Under Namespace
Classes: Edge, Node
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(id:, source:, target:) ⇒ Object
|
# File 'lib/revox/models/call_retrieve_response.rb', line 1317
|
Instance Attribute Details
1288
1289
|
# File 'lib/revox/models/call_retrieve_response.rb', line 1288
required :edges,
-> { Revox::Internal::Type::ArrayOf[Revox::Models::CallRetrieveResponse::Call::Assistant::PromptFlow::Edge] }
|
1294
1295
|
# File 'lib/revox/models/call_retrieve_response.rb', line 1294
required :nodes,
-> { Revox::Internal::Type::ArrayOf[Revox::Models::CallRetrieveResponse::Call::Assistant::PromptFlow::Node] }
|
Instance Method Details
#to_hash ⇒ {
975
|
# File 'sig/revox/models/call_retrieve_response.rbs', line 975
def to_hash: -> {
|