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 endpoint creates a new participant in a conversation using a POST request to a specified URL that includes project, location, and conversation identifiers."],["The request requires a `parent` path parameter, which is a resource identifier string for the conversation, and the `dialogflow.participants.create` IAM permission."],["The request body must contain the details of the new participant using an instance of the `Participant` resource."],["Upon successful creation, the response body will include a new instance of the `Participant` resource."],["Authorization for this operation requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]