SummarizationFeedback(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Feedback for conversation summarization.
Attributes | |
---|---|
Name | Description |
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 | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |