Class: Revox::Models::AssistantRetrieveResponse::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/assistant_retrieve_response.rb', line 1061
|
Instance Attribute Details
1049
|
# File 'lib/revox/models/assistant_retrieve_response.rb', line 1049
required :data, -> { Revox::Models::AssistantRetrieveResponse::PromptFlow::Node::Data }
|
#id ⇒ String
1044
|
# File 'lib/revox/models/assistant_retrieve_response.rb', line 1044
required :id, String
|
1054
|
# File 'lib/revox/models/assistant_retrieve_response.rb', line 1054
required :position, -> { Revox::Models::AssistantRetrieveResponse::PromptFlow::Node::Position }
|
#type ⇒ Symbol, :promptBlock
1059
|
# File 'lib/revox/models/assistant_retrieve_response.rb', line 1059
required :type, const: :promptBlock
|
Instance Method Details
#to_hash ⇒ {
825
|
# File 'sig/revox/models/assistant_retrieve_response.rbs', line 825
def to_hash: -> {
|