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
NameDescription
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
TypeDescription
Google\Cloud\Dialogflow\V2\Participant|null

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
NameDescription
var Google\Cloud\Dialogflow\V2\Participant
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this