Class: Revox::Models::CallCreateResponse::Call::Assistant::PromptFlow::Node
Defined Under Namespace
Classes: Data, Position
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(body:, title:) ⇒ Object
|
# File 'lib/revox/models/call_create_response.rb', line 1343
|
Instance Attribute Details
1331
|
# File 'lib/revox/models/call_create_response.rb', line 1331
required :data, -> { Revox::Models::CallCreateResponse::Call::Assistant::PromptFlow::Node::Data }
|
#id ⇒ String
1326
|
# File 'lib/revox/models/call_create_response.rb', line 1326
required :id, String
|
1336
|
# File 'lib/revox/models/call_create_response.rb', line 1336
required :position, -> { Revox::Models::CallCreateResponse::Call::Assistant::PromptFlow::Node::Position }
|
#type ⇒ Symbol, :promptBlock
1341
|
# File 'lib/revox/models/call_create_response.rb', line 1341
required :type, const: :promptBlock
|
Instance Method Details
#to_hash ⇒ {
1022
|
# File 'sig/revox/models/call_create_response.rbs', line 1022
def to_hash: -> {
|