Class: Google::Cloud::Dialogflow::V2::DtmfParameters
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DtmfParameters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
The message in the response that indicates the parameters of DTMF.
Instance Attribute Summary collapse
-
#accepts_dtmf_input ⇒ ::Boolean
Indicates whether DTMF input can be handled in the next request.
Instance Attribute Details
#accepts_dtmf_input ⇒ ::Boolean
Returns Indicates whether DTMF input can be handled in the next request.
285 286 287 288 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 285 class DtmfParameters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |