Google Cloud Dialogflow Cx V3 Client - Class SetParameterAction (0.3.2)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class SetParameterAction.

Setting a parameter value.

Generated from protobuf message google.cloud.dialogflow.cx.v3.Fulfillment.SetParameterAction

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Fulfillment

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parameter string

Display name of the parameter.

↳ value Google\Protobuf\Value

The new value of the parameter. A null value clears the parameter.

getParameter

Display name of the parameter.

Returns
Type Description
string

setParameter

Display name of the parameter.

Parameter
Name Description
var string
Returns
Type Description
$this

getValue

The new value of the parameter. A null value clears the parameter.

Returns
Type Description
Google\Protobuf\Value|null

hasValue

clearValue

setValue

The new value of the parameter. A null value clears the parameter.

Parameter
Name Description
var Google\Protobuf\Value
Returns
Type Description
$this