Class SummarizationFeedback (2.30.0)

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

Feedback for conversation summarization.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
Timestamp when composing of the summary starts.
submit_time google.protobuf.timestamp_pb2.Timestamp
Timestamp when the summary was submitted.
summary_text str
Text of actual submitted summary.
text_sections MutableMapping[str, str]
Optional. Actual text sections of submitted 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.