Class SuggestFaqAnswersResponse (2.14.1)

SuggestFaqAnswersResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for Participants.SuggestFaqAnswers.

Attributes

NameDescription
faq_answers Sequence[google.cloud.dialogflow_v2.types.FaqAnswer]
Answers extracted from FAQ documents.
latest_message str
The name of the latest conversation message used to compile suggestion for. Format: projects/.
context_size int
Number of messages prior to and including latest_message 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.