Class: Cerca::Models::RuntimeWebhookEvent::TurnFailedWebhookEvent::Data
Overview
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#completed_at ⇒ String
975
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 975
required :completed_at, String, api_name: :completedAt
|
#error ⇒ String?
980
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 980
required :error, String, nil?: true
|
#result ⇒ String?
985
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 985
required :result, String, nil?: true
|
#seq ⇒ Float
990
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 990
required :seq, Float
|
#status ⇒ Symbol, :failed
995
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 995
required :status, const: :failed
|
1000
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1000
required :token_usage, -> { Cerca::TokenUsage }, api_name: :tokenUsage, nil?: true
|
#turn_id ⇒ String
1005
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 1005
required :turn_id, String, api_name: :turnId
|