SuggestFaqAnswersResponse

The request message for Participants.SuggestFaqAnswers.

JSON representation
{
  "faqAnswers": [
    {
      object (FaqAnswer)
    }
  ],
  "latestMessage": string,
  "contextSize": integer
}
Fields
faqAnswers[]

object (FaqAnswer)

Output only. Answers extracted from FAQ documents.

latestMessage

string

The name of the latest conversation message used to compile suggestion for.

Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>.

contextSize

integer

Number of messages prior to and including latestMessage to compile the suggestion. It may be smaller than the SuggestFaqAnswersRequest.context_size field in the request if there aren't that many messages in the conversation.