Class: Google::Cloud::Dialogflow::CX::V3::AdvancedSettings::DtmfSettings

Inherits:
Object
  • Object
show all
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

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

Returns:

  • (::Boolean)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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