Method: projects.conversations.participants.patch

Updates the specified participant.

HTTP request

PATCH https://{endpoint}/v2/{participant.name=projects/*/conversations/*/participants/*}

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
participant.name

string

Optional. The unique identifier of this participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. The mask to specify which fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of Participant.

Response body

If successful, the response body contains an instance of Participant.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/dialogflow

For more information, see the Authentication Overview.