Google Cloud Dialogflow V2 Client - Class DtmfParameters (1.6.0)

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

Methods

__construct

Constructor.

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

setAcceptsDtmfInput

Indicates whether DTMF input can be handled in the next request.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this