SuggestArticlesResponse

The response message for Participants.SuggestArticles.

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

object (ArticleAnswer)

Articles ordered by score in descending order.

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 SuggestArticlesRequest.context_size field in the request if there aren't that many messages in the conversation.