The response message for Participants.SuggestSmartReplies
.
JSON representation |
---|
{
"smartReplyAnswers": [
{
object ( |
Fields | |
---|---|
smart |
Output only. Multiple reply options provided by smart reply service. The order is based on the rank of the model prediction. The maximum number of the returned replies is set in SmartReplyConfig. |
latest |
The name of the latest conversation message used to compile suggestion for. Format: |
context |
Number of messages prior to and including |
SmartReplyAnswer
Represents a smart reply answer.
JSON representation |
---|
{ "reply": string, "confidence": number, "answerRecord": string } |
Fields | |
---|---|
reply |
The content of the reply. |
confidence |
Smart reply confidence. The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain). |
answer |
The name of answer record, in the format of "projects/ |