Required. Resource identifier of the conversation adding the participant. Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.participants.create
Request body
The request body contains an instance of Participant.
Response body
If successful, the response body contains a newly created 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 page details how to create a new participant in a conversation using a POST request to a specified endpoint."],["The request requires a `parent` path parameter, specifying the conversation resource identifier, and relevant IAM authorization."],["The request body must contain an instance of the `Participant`, and a successful response will return the newly created `Participant` instance."],["Access to this feature requires one of two specified OAuth scopes for authorization."],["The endpoint uses gRPC Transcoding syntax in the URL structure, and the request needs to be in `https` format."]]],[]]