public static interface AgentAssistantFeedback.SummarizationFeedbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getStartTimestamp()
Timestamp when composing of the summary starts.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimestampOrBuilder()
Timestamp when composing of the summary starts.
|
com.google.protobuf.Timestamp |
getSubmitTimestamp()
Timestamp when the summary was submitted.
|
com.google.protobuf.TimestampOrBuilder |
getSubmitTimestampOrBuilder()
Timestamp when the summary was submitted.
|
String |
getSummaryText()
Text of actual submitted summary.
|
com.google.protobuf.ByteString |
getSummaryTextBytes()
Text of actual submitted summary.
|
boolean |
hasStartTimestamp()
Timestamp when composing of the summary starts.
|
boolean |
hasSubmitTimestamp()
Timestamp when the summary was submitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTimestamp()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;com.google.protobuf.Timestamp getStartTimestamp()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;com.google.protobuf.TimestampOrBuilder getStartTimestampOrBuilder()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;boolean hasSubmitTimestamp()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;com.google.protobuf.Timestamp getSubmitTimestamp()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;com.google.protobuf.TimestampOrBuilder getSubmitTimestampOrBuilder()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;String getSummaryText()
Text of actual submitted summary.
string summary_text = 3;com.google.protobuf.ByteString getSummaryTextBytes()
Text of actual submitted summary.
string summary_text = 3;Copyright © 2023 Google LLC. All rights reserved.