Class: Google::Cloud::Dialogflow::V2::TelephonyDtmfEvents

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/audio_config.rb

Overview

A wrapper of repeated TelephonyDtmf digits.

Instance Attribute Summary collapse

Instance Attribute Details

#dtmf_events::Array<::Google::Cloud::Dialogflow::V2::TelephonyDtmf>

Returns A sequence of TelephonyDtmf digits.

Returns:



252
253
254
255
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 252

class TelephonyDtmfEvents
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end