Package com.google.cloud.dialogflow.v2
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
getStartTime()
Timestamp when composing of the summary starts.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
Timestamp when composing of the summary starts.com.google.protobuf.Timestamp
getSubmitTime()
Timestamp when the summary was submitted.com.google.protobuf.TimestampOrBuilder
getSubmitTimeOrBuilder()
Timestamp when the summary was submitted.String
getSummaryText()
Text of actual submitted summary.com.google.protobuf.ByteString
getSummaryTextBytes()
Text of actual submitted summary.boolean
hasStartTime()
Timestamp when composing of the summary starts.boolean
hasSubmitTime()
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
-
hasStartTime
boolean hasStartTime()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Timestamp when composing of the summary starts.
.google.protobuf.Timestamp start_time = 1;
-
hasSubmitTime
boolean hasSubmitTime()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_time = 2;
- Returns:
- Whether the submitTime field is set.
-
getSubmitTime
com.google.protobuf.Timestamp getSubmitTime()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_time = 2;
- Returns:
- The submitTime.
-
getSubmitTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getSubmitTimeOrBuilder()
Timestamp when the summary was submitted.
.google.protobuf.Timestamp submit_time = 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.
-
-