Google Cloud Dialogflow V2 Client - Class UpdateParticipantRequest (1.12.3)

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

The request message for Participants.UpdateParticipant .

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

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ participant
Google\Cloud\Dialogflow\V2\Participant

Required. The participant to update.

↳ update_mask
Google\Protobuf\FieldMask

Required. The mask to specify which fields to update.

getParticipant

Required. The participant to update.

Returns
Type
Description

hasParticipant

clearParticipant

setParticipant

Required. The participant to update.

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateMask

Required. The mask to specify which fields to update.

Returns
Type
Description

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The mask to specify which fields to update.

Parameter
Name
Description
Returns
Type
Description
$this

static::build

Parameters
Name
Description
participant
Google\Cloud\Dialogflow\V2\Participant

Required. The participant to update.

updateMask
Google\Protobuf\FieldMask

Required. The mask to specify which fields to update.