Required. The name of the participant. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation
ID>/participants/<Participant ID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.participants.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Participant.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-15 UTC."],[[["This endpoint retrieves a specific conversation participant using a `GET` request to a URL that includes the participant's unique identifier."],["The request requires the `name` path parameter, which specifies the full resource path of the participant, formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversations/\u003cConversation ID\u003e/participants/\u003cParticipant ID\u003e`."],["The request body must be empty, indicating that no additional data is needed in the request payload."],["A successful request returns a response body containing a `Participant` instance, which represents the retrieved participant."],["Authorization for this operation requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope, as well as the `dialogflow.participants.get` IAM permission."]]],[]]