Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DtmfInput.
Represents the input for dtmf event.
Generated from protobuf message google.cloud.dialogflow.cx.v3.DtmfInput
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ digits |
string
The dtmf digits. |
↳ finish_digit |
string
The finish digit (if any). |
getDigits
The dtmf digits.
Returns | |
---|---|
Type | Description |
string |
setDigits
The dtmf digits.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFinishDigit
The finish digit (if any).
Returns | |
---|---|
Type | Description |
string |
setFinishDigit
The finish digit (if any).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |