Class: Revox::Models::CallCreateResponse::Call::Assistant::PromptFlow::Edge
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(edges:, nodes:) ⇒ Object
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
|
# File 'lib/revox/models/call_create_response.rb', line 1310
class Edge < Revox::Internal::Type::BaseModel
required :id, String
required :source, String
required :target, String
end
|
Instance Attribute Details
#id ⇒ String
1314
|
# File 'lib/revox/models/call_create_response.rb', line 1314
required :id, String
|
#source ⇒ String
1319
|
# File 'lib/revox/models/call_create_response.rb', line 1319
required :source, String
|
#target ⇒ String
1324
|
# File 'lib/revox/models/call_create_response.rb', line 1324
required :target, String
|
Instance Method Details
#to_hash ⇒ { id: String, source: String, target: String }
1000
|
# File 'sig/revox/models/call_create_response.rbs', line 1000
def to_hash: -> { id: String, source: String, target: String }
|