Required. The name of the participant to fetch suggestion for. Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>.
Authorization requires the following IAM permission on the specified resource parent:
dialogflow.suggestions.list
Request body
The request body contains data with the following structure:
[[["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-03-05 UTC."],[[["This API endpoint retrieves suggested FAQ answers for a participant based on their conversation history."],["The endpoint is a POST request to a URL formatted as `https://{endpoint}/v2/{parent=projects/*/locations/*/conversations/*/participants/*}/suggestions:suggestFaqAnswers`, and utilizes gRPC Transcoding syntax."],["The `parent` path parameter is a required string representing the participant's name, and must follow a specific format including the Project, Location, Conversation, and Participant IDs."],["The request body accepts parameters like `latestMessage`, `contextSize`, and `assistQueryParams` to fine-tune the suggestion generation based on the conversation's context."],["Successful requests will receive a response body containing an instance of `SuggestFaqAnswersResponse`, and the API requires specific OAuth scopes for authorization."]]],[]]