Class: Revox::Models::CampaignGetRowsResponse::Row::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
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1362
class Edge < Revox::Internal::Type::BaseModel
required :id, String
required :source, String
required :target, String
end
|
Instance Attribute Details
#id ⇒ String
1366
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1366
required :id, String
|
#source ⇒ String
1371
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1371
required :source, String
|
#target ⇒ String
1376
|
# File 'lib/revox/models/campaign_get_rows_response.rb', line 1376
required :target, String
|
Instance Method Details
#to_hash ⇒ { id: String, source: String, target: String }
1049
|
# File 'sig/revox/models/campaign_get_rows_response.rbs', line 1049
def to_hash: -> { id: String, source: String, target: String }
|