Class Summary (2.27.0)

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

Generated summary for a conversation.

Attributes

NameDescription
text str
The summary content that is concatenated into one string.
text_sections MutableMapping[str, str]
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
answer_record str
The name of the answer record. Format: "projects/
baseline_model_version str
The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.

Classes

TextSectionsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.