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
Methods
__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.
Generated from protobuf field bool accepts_dtmf_input = 1;
Returns | |
---|---|
Type | Description |
bool |
setAcceptsDtmfInput
Indicates whether DTMF input can be handled in the next request.
Generated from protobuf field bool accepts_dtmf_input = 1;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |