Class: Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::DtmfSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::DtmfSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb
Overview
Define behaviors for DTMF (dual tone multi frequency).
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
If true, incoming audio is processed for DTMF (dual tone multi frequency) events.
-
#endpointing_timeout_duration ⇒ ::Google::Protobuf::Duration
Endpoint timeout setting for matching dtmf input to regex.
-
#finish_digit ⇒ ::String
The digit that terminates a DTMF digit sequence.
-
#interdigit_timeout_duration ⇒ ::Google::Protobuf::Duration
Interdigit timeout setting for matching dtmf input to regex.
-
#max_digits ⇒ ::Integer
Max length of DTMF digits.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
124 125 126 127 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 124 class DtmfSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpointing_timeout_duration ⇒ ::Google::Protobuf::Duration
Returns Endpoint timeout setting for matching dtmf input to regex.
124 125 126 127 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 124 class DtmfSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#finish_digit ⇒ ::String
Returns The digit that terminates a DTMF digit sequence.
124 125 126 127 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 124 class DtmfSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interdigit_timeout_duration ⇒ ::Google::Protobuf::Duration
Returns Interdigit timeout setting for matching dtmf input to regex.
124 125 126 127 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 124 class DtmfSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_digits ⇒ ::Integer
Returns Max length of DTMF digits.
124 125 126 127 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/advanced_settings.rb', line 124 class DtmfSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |