Class GenerateStatelessSummaryResponse (2.30.0)

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

The response message for Conversations.GenerateStatelessSummary.

Attributes

NameDescription
summary google.cloud.dialogflow_v2.types.GenerateStatelessSummaryResponse.Summary
Generated summary.
latest_message str
The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.
context_size int
Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [GenerateStatelessSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.

Classes

Summary

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

Generated summary for a conversation.