Class CompileSuggestionResponse (2.27.0)

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

The response message for Participants.CompileSuggestion.

Attributes

NameDescription
suggestion google.cloud.dialogflow_v2beta1.types.Suggestion
The compiled suggestion.
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 CompileSuggestionRequest.context_size field in the request if there aren't that many messages in the conversation.