Class: Revox::Models::AssistantCreateResponse::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/assistant_create_response.rb', line 1088
|
Instance Attribute Details
1076
|
# File 'lib/revox/models/assistant_create_response.rb', line 1076
required :data, -> { Revox::Models::AssistantCreateResponse::Assistant::PromptFlow::Node::Data }
|
#id ⇒ String
1071
|
# File 'lib/revox/models/assistant_create_response.rb', line 1071
required :id, String
|
1081
|
# File 'lib/revox/models/assistant_create_response.rb', line 1081
required :position, -> { Revox::Models::AssistantCreateResponse::Assistant::PromptFlow::Node::Position }
|
#type ⇒ Symbol, :promptBlock
1086
|
# File 'lib/revox/models/assistant_create_response.rb', line 1086
required :type, const: :promptBlock
|
Instance Method Details
#to_hash ⇒ {
856
|
# File 'sig/revox/models/assistant_create_response.rbs', line 856
def to_hash: -> {
|