Google Cloud Dialogflow V2 Client - Class UpdateParticipantRequest (1.0.1)

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

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.

Generated from protobuf field .google.cloud.dialogflow.v2.Participant participant = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description

hasParticipant

clearParticipant

setParticipant

Required. The participant to update.

Generated from protobuf field .google.cloud.dialogflow.v2.Participant participant = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateMask

Required. The mask to specify which fields to update.

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type
Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The mask to specify which fields to update.

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

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