Class SummarizationFeedback (2.16.0)

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

Feedback for conversation summarization.

Attributes

NameDescription
start_timestamp google.protobuf.timestamp_pb2.Timestamp
Timestamp when composing of the summary starts.
submit_timestamp google.protobuf.timestamp_pb2.Timestamp
Timestamp when the summary was submitted.
summary_text str
Text of actual submitted summary.

Inheritance

builtins.object > proto.message.Message > SummarizationFeedback