Class SuggestDialogflowAssistsResponse (2.30.0)

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

The response message for Participants.SuggestDialogflowAssists.

Attributes

NameDescription
dialogflow_assist_answers MutableSequence[google.cloud.dialogflow_v2beta1.types.DialogflowAssistAnswer]
Output only. Multiple reply options provided by Dialogflow assist service. The order is based on the rank of the model prediction.
latest_message str
The name of the latest conversation message used to suggest answer. Format: projects/.
context_size int
Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestDialogflowAssistsRequest.context_size field in the request if there aren't that many messages in the conversation.