Class: Cerca::Models::RuntimeWebhookEvent::TurnCompletedWebhookEvent
Defined Under Namespace
Classes: Data
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(id:, agent_id:, data:, fleet_id:, org_id:, thread_id:, timestamp:, event: :"turn.completed") ⇒ Object
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 861
|
Instance Attribute Details
#agent_id ⇒ String
829
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 829
required :agent_id, String, api_name: :agentId
|
834
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 834
required :data, -> { Cerca::RuntimeWebhookEvent::TurnCompletedWebhookEvent::Data }
|
#event ⇒ Symbol, :"turn.completed"
839
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 839
required :event, const: :"turn.completed"
|
#fleet_id ⇒ String
844
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 844
required :fleet_id, String, api_name: :fleetId
|
#id ⇒ String
824
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 824
required :id, String
|
#org_id ⇒ String
849
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 849
required :org_id, String, api_name: :orgId
|
#thread_id ⇒ String?
854
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 854
required :thread_id, String, api_name: :threadId, nil?: true
|
#timestamp ⇒ String
859
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 859
required :timestamp, String
|