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
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
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
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
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
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 |