Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DtmfParameters.
The message in the response that indicates the parameters of DTMF.
Generated from protobuf message google.cloud.dialogflow.v2.DtmfParameters
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ accepts_dtmf_input |
bool
Indicates whether DTMF input can be handled in the next request. |
getAcceptsDtmfInput
Indicates whether DTMF input can be handled in the next request.
Returns | |
---|---|
Type | Description |
bool |
setAcceptsDtmfInput
Indicates whether DTMF input can be handled in the next request.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |