Module: Telnyx::Models::AI::Missions::Runs::EventType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/ai/missions/runs/event_type.rb,
sig/telnyx/models/ai/missions/runs/event_type.rbs
Constant Summary collapse
- STATUS_CHANGE =
:status_change- STEP_STARTED =
:step_started- STEP_COMPLETED =
:step_completed- STEP_FAILED =
:step_failed- TOOL_CALL =
:tool_call- TOOL_RESULT =
:tool_result- MESSAGE =
:message- ERROR =
:error- CUSTOM =
:custom
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/ai/missions/runs/event_type.rb', line 21
|
Instance Method Details
#self?.values ⇒ ::Array[Telnyx::Models::AI::Missions::Runs::event_type]
30 |
# File 'sig/telnyx/models/ai/missions/runs/event_type.rbs', line 30
def self?.values: -> ::Array[Telnyx::Models::AI::Missions::Runs::event_type]
|