Module: Revox::Models::CampaignUpdateResponse::Campaign::Assistant::ThinkingSound
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/campaign_update_response.rb,
sig/revox/models/campaign_update_response.rbs
Overview
Audio clip to play while the agent is processing a response. One of the built-in LiveKit audio clips; null disables it.
Constant Summary collapse
- CITY_AMBIENCE_OGG =
:"city-ambience.ogg"- FOREST_AMBIENCE_OGG =
:"forest-ambience.ogg"- OFFICE_AMBIENCE_OGG =
:"office-ambience.ogg"- CROWDED_ROOM_OGG =
:"crowded-room.ogg"- KEYBOARD_TYPING_OGG =
:"keyboard-typing.ogg"- KEYBOARD_TYPING2_OGG =
:"keyboard-typing2.ogg"- HOLD_MUSIC_OGG =
:"hold_music.ogg"
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Revox::Models::CampaignUpdateResponse::Campaign::Assistant::thinking_sound]
1240 |
# File 'sig/revox/models/campaign_update_response.rbs', line 1240
def self?.values: -> ::Array[Revox::Models::CampaignUpdateResponse::Campaign::Assistant::thinking_sound]
|