Google Cloud Dialogflow Cx V3 Client - Class DtmfInput (0.2.0)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setDigits

The dtmf digits.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFinishDigit

The finish digit (if any).

Returns
TypeDescription
string

setFinishDigit

The finish digit (if any).

Parameter
NameDescription
var string
Returns
TypeDescription
$this