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:
The current natural language text segment to compile suggestion for. This provides a way for user to get follow up smart reply suggestion after a smart reply selection, without sending a text message.
latestMessage
string
The name of the latest conversation message to compile suggestion for. If empty, it will be the latest message of the conversation.
[[["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 endpoint retrieves smart reply suggestions for a specific participant in a conversation, based on the historical messages."],["The HTTP request is a POST request to the specified endpoint using gRPC Transcoding syntax, requiring a parent path parameter that identifies the participant."],["The request body accepts fields to refine the suggestion, such as current natural language text, a specific latest message, and the context size of previous messages."],["Successful requests will return a response body in the form of a `SuggestSmartRepliesResponse`, containing the smart reply suggestions."],["Authorization to use this API requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scope."]]],[]]