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 API endpoint allows creating a new participant within a specified conversation using a POST request."],["The `parent` path parameter is mandatory and requires a resource identifier for the conversation, including project and conversation IDs."],["The request body must contain an instance of the `Participant` resource to define the new participant's attributes."],["Upon successful creation, the response body returns the newly created `Participant` instance."],["Authorization for this operation requires specific IAM permissions (`dialogflow.participants.create`) and one of two specified OAuth scopes."]]],[]]