Class: Telnyx::Models::ConversationRelayInterruptionSettings
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::ConversationRelayInterruptionSettings
- Defined in:
- lib/telnyx/models/conversation_relay_interruption_settings.rb,
sig/telnyx/models/conversation_relay_interruption_settings.rbs
Instance Attribute Summary collapse
-
#enable ⇒ Boolean?
Legacy boolean form.
-
#interruptible ⇒ Symbol, ...
Controls when caller input can interrupt assistant speech.
-
#interruptible_greeting ⇒ Symbol, ...
Controls when caller input can interrupt assistant speech.
-
#welcome_greeting_interruptible ⇒ Symbol, ...
Controls when caller input can interrupt assistant speech.
Instance Method Summary collapse
-
#initialize(enable: nil, interruptible: nil, interruptible_greeting: nil, welcome_greeting_interruptible: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see ConversationRelayInterruptionSettings for more details.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#initialize(enable: nil, interruptible: nil, interruptible_greeting: nil, welcome_greeting_interruptible: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::ConversationRelayInterruptionSettings for more details.
Settings for handling caller interruptions during Conversation Relay speech.
|
|
# File 'lib/telnyx/models/conversation_relay_interruption_settings.rb', line 37
|
Instance Attribute Details
#enable ⇒ Boolean?
Legacy boolean form. true is equivalent to interruptible=any; false is
equivalent to interruptible=none.
11 |
# File 'lib/telnyx/models/conversation_relay_interruption_settings.rb', line 11 optional :enable, Telnyx::Internal::Type::Boolean |
#interruptible ⇒ Symbol, ...
Controls when caller input can interrupt assistant speech. any allows speech
or DTMF interruptions; none disables interruptions; speech allows speech
only; dtmf allows DTMF only.
19 |
# File 'lib/telnyx/models/conversation_relay_interruption_settings.rb', line 19 optional :interruptible, enum: -> { Telnyx::Calls::ConversationRelayInterruptible } |
#interruptible_greeting ⇒ Symbol, ...
Controls when caller input can interrupt assistant speech. any allows speech
or DTMF interruptions; none disables interruptions; speech allows speech
only; dtmf allows DTMF only.
27 |
# File 'lib/telnyx/models/conversation_relay_interruption_settings.rb', line 27 optional :interruptible_greeting, enum: -> { Telnyx::Calls::ConversationRelayInterruptible } |
#welcome_greeting_interruptible ⇒ Symbol, ...
Controls when caller input can interrupt assistant speech. any allows speech
or DTMF interruptions; none disables interruptions; speech allows speech
only; dtmf allows DTMF only.
35 |
# File 'lib/telnyx/models/conversation_relay_interruption_settings.rb', line 35 optional :welcome_greeting_interruptible, enum: -> { Telnyx::Calls::ConversationRelayInterruptible } |
Instance Method Details
#to_hash ⇒ {
41 |
# File 'sig/telnyx/models/conversation_relay_interruption_settings.rbs', line 41
def to_hash: -> {
|