public static interface AgentAssistantFeedback.SummarizationFeedbackOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getStartTimestamp()
Timestamp when composing of the summary starts.
|
TimestampOrBuilder |
getStartTimestampOrBuilder()
Timestamp when composing of the summary starts.
|
Timestamp |
getSubmitTimestamp()
Timestamp when the summary was submitted.
|
TimestampOrBuilder |
getSubmitTimestampOrBuilder()
Timestamp when the summary was submitted.
|
String |
getSummaryText()
Text of actual submitted summary.
|
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, hasOneof
isInitialized
boolean hasStartTimestamp()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;
Timestamp getStartTimestamp()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;
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;
Timestamp getSubmitTimestamp()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;
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;
ByteString getSummaryTextBytes()
Text of actual submitted summary.
string summary_text = 3;
Copyright © 2022 Google LLC. All rights reserved.