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 \ V2Methods
__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 |
Google\Cloud\Dialogflow\V2\Participant|null |
hasParticipant
clearParticipant
setParticipant
Required. The participant to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\Participant
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. The mask to specify which fields to update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The mask to specify which fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
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. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\UpdateParticipantRequest |