Class: Telnyx::Models::AI::Missions::Runs::EventLogParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::Missions::Runs::EventLogParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/ai/missions/runs/event_log_params.rb
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
- #agent_id ⇒ String?
-
#idempotency_key ⇒ String?
Prevents duplicate events on retry.
- #mission_id ⇒ String
- #payload ⇒ Hash{Symbol=>Object}?
- #step_id ⇒ String?
- #summary ⇒ String
- #type ⇒ Symbol, Telnyx::Models::AI::Missions::Runs::EventLogParams::Type
Attributes included from Internal::Type::RequestParameters
Method Summary
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Telnyx::Internal::Type::BaseModel
Instance Attribute Details
#agent_id ⇒ String?
31 |
# File 'lib/telnyx/models/ai/missions/runs/event_log_params.rb', line 31 optional :agent_id, String |
#idempotency_key ⇒ String?
Prevents duplicate events on retry
37 |
# File 'lib/telnyx/models/ai/missions/runs/event_log_params.rb', line 37 optional :idempotency_key, String |
#mission_id ⇒ String
16 |
# File 'lib/telnyx/models/ai/missions/runs/event_log_params.rb', line 16 required :mission_id, String |
#payload ⇒ Hash{Symbol=>Object}?
42 |
# File 'lib/telnyx/models/ai/missions/runs/event_log_params.rb', line 42 optional :payload, Telnyx::Internal::Type::HashOf[Telnyx::Internal::Type::Unknown] |
#step_id ⇒ String?
47 |
# File 'lib/telnyx/models/ai/missions/runs/event_log_params.rb', line 47 optional :step_id, String |
#summary ⇒ String
21 |
# File 'lib/telnyx/models/ai/missions/runs/event_log_params.rb', line 21 required :summary, String |
#type ⇒ Symbol, Telnyx::Models::AI::Missions::Runs::EventLogParams::Type
26 |
# File 'lib/telnyx/models/ai/missions/runs/event_log_params.rb', line 26 required :type, enum: -> { Telnyx::AI::Missions::Runs::EventLogParams::Type } |