Interface AgentAssistantFeedback.SummarizationFeedbackOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AgentAssistantFeedback.SummarizationFeedback
,AgentAssistantFeedback.SummarizationFeedback.Builder
- Enclosing class:
- AgentAssistantFeedback
public static interface AgentAssistantFeedback.SummarizationFeedbackOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartTimestamp
boolean hasStartTimestamp()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;
- Returns:
- Whether the startTimestamp field is set.
-
getStartTimestamp
com.google.protobuf.Timestamp getStartTimestamp()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;
- Returns:
- The startTimestamp.
-
getStartTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimestampOrBuilder()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_timestamp = 1;
-
hasSubmitTimestamp
boolean hasSubmitTimestamp()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;
- Returns:
- Whether the submitTimestamp field is set.
-
getSubmitTimestamp
com.google.protobuf.Timestamp getSubmitTimestamp()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;
- Returns:
- The submitTimestamp.
-
getSubmitTimestampOrBuilder
com.google.protobuf.TimestampOrBuilder getSubmitTimestampOrBuilder()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_timestamp = 2;
-
getSummaryText
String getSummaryText()
Text of actual submitted summary.
string summary_text = 3;
- Returns:
- The summaryText.
-
getSummaryTextBytes
com.google.protobuf.ByteString getSummaryTextBytes()
Text of actual submitted summary.
string summary_text = 3;
- Returns:
- The bytes for summaryText.
-
-