Google Cloud Dialogflow V2 Client - Class UpdateContextRequest (1.6.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class UpdateContextRequest.

The request message for Contexts.UpdateContext.

Generated from protobuf message google.cloud.dialogflow.v2.UpdateContextRequest

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ context Google\Cloud\Dialogflow\V2\Context

Required. The context to update.

↳ update_mask Google\Protobuf\FieldMask

Optional. The mask to control which fields get updated.

getContext

Required. The context to update.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\Context|null

hasContext

clearContext

setContext

Required. The context to update.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\Context
Returns
TypeDescription
$this

getUpdateMask

Optional. The mask to control which fields get updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The mask to control which fields get updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
context Google\Cloud\Dialogflow\V2\Context

Required. The context to update.

updateMask Google\Protobuf\FieldMask

Optional. The mask to control which fields get updated.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\UpdateContextRequest