Class RuntimeAnnotation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
- com.google.cloud.contactcenterinsights.v1.RuntimeAnnotation.Builder
-
- All Implemented Interfaces:
RuntimeAnnotationOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- RuntimeAnnotation
public static final class RuntimeAnnotation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder> implements RuntimeAnnotationOrBuilder
An annotation that was generated during the customer and agent interaction.
Protobuf typegoogle.cloud.contactcenterinsights.v1.RuntimeAnnotation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeAnnotation.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RuntimeAnnotation
build()
RuntimeAnnotation
buildPartial()
RuntimeAnnotation.Builder
clear()
RuntimeAnnotation.Builder
clearAnnotationId()
The unique identifier of the annotation.RuntimeAnnotation.Builder
clearAnswerFeedback()
The feedback that the customer has about the answer in `data`.RuntimeAnnotation.Builder
clearArticleSuggestion()
Agent Assist Article Suggestion data.RuntimeAnnotation.Builder
clearConversationSummarizationSuggestion()
Conversation summarization suggestion data.RuntimeAnnotation.Builder
clearCreateTime()
The time at which this annotation was created.RuntimeAnnotation.Builder
clearData()
RuntimeAnnotation.Builder
clearDialogflowInteraction()
Dialogflow interaction data.RuntimeAnnotation.Builder
clearEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.RuntimeAnnotation.Builder
clearFaqAnswer()
Agent Assist FAQ answer data.RuntimeAnnotation.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
RuntimeAnnotation.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
RuntimeAnnotation.Builder
clearSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.RuntimeAnnotation.Builder
clearSmartReply()
Agent Assist Smart Reply data.RuntimeAnnotation.Builder
clearStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.RuntimeAnnotation.Builder
clone()
String
getAnnotationId()
The unique identifier of the annotation.com.google.protobuf.ByteString
getAnnotationIdBytes()
The unique identifier of the annotation.AnswerFeedback
getAnswerFeedback()
The feedback that the customer has about the answer in `data`.AnswerFeedback.Builder
getAnswerFeedbackBuilder()
The feedback that the customer has about the answer in `data`.AnswerFeedbackOrBuilder
getAnswerFeedbackOrBuilder()
The feedback that the customer has about the answer in `data`.ArticleSuggestionData
getArticleSuggestion()
Agent Assist Article Suggestion data.ArticleSuggestionData.Builder
getArticleSuggestionBuilder()
Agent Assist Article Suggestion data.ArticleSuggestionDataOrBuilder
getArticleSuggestionOrBuilder()
Agent Assist Article Suggestion data.ConversationSummarizationSuggestionData
getConversationSummarizationSuggestion()
Conversation summarization suggestion data.ConversationSummarizationSuggestionData.Builder
getConversationSummarizationSuggestionBuilder()
Conversation summarization suggestion data.ConversationSummarizationSuggestionDataOrBuilder
getConversationSummarizationSuggestionOrBuilder()
Conversation summarization suggestion data.com.google.protobuf.Timestamp
getCreateTime()
The time at which this annotation was created.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
The time at which this annotation was created.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
The time at which this annotation was created.RuntimeAnnotation.DataCase
getDataCase()
RuntimeAnnotation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
DialogflowInteractionData
getDialogflowInteraction()
Dialogflow interaction data.DialogflowInteractionData.Builder
getDialogflowInteractionBuilder()
Dialogflow interaction data.DialogflowInteractionDataOrBuilder
getDialogflowInteractionOrBuilder()
Dialogflow interaction data.AnnotationBoundary
getEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.AnnotationBoundary.Builder
getEndBoundaryBuilder()
The boundary in the conversation where the annotation ends, inclusive.AnnotationBoundaryOrBuilder
getEndBoundaryOrBuilder()
The boundary in the conversation where the annotation ends, inclusive.FaqAnswerData
getFaqAnswer()
Agent Assist FAQ answer data.FaqAnswerData.Builder
getFaqAnswerBuilder()
Agent Assist FAQ answer data.FaqAnswerDataOrBuilder
getFaqAnswerOrBuilder()
Agent Assist FAQ answer data.SmartComposeSuggestionData
getSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.SmartComposeSuggestionData.Builder
getSmartComposeSuggestionBuilder()
Agent Assist Smart Compose suggestion data.SmartComposeSuggestionDataOrBuilder
getSmartComposeSuggestionOrBuilder()
Agent Assist Smart Compose suggestion data.SmartReplyData
getSmartReply()
Agent Assist Smart Reply data.SmartReplyData.Builder
getSmartReplyBuilder()
Agent Assist Smart Reply data.SmartReplyDataOrBuilder
getSmartReplyOrBuilder()
Agent Assist Smart Reply data.AnnotationBoundary
getStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.AnnotationBoundary.Builder
getStartBoundaryBuilder()
The boundary in the conversation where the annotation starts, inclusive.AnnotationBoundaryOrBuilder
getStartBoundaryOrBuilder()
The boundary in the conversation where the annotation starts, inclusive.boolean
hasAnswerFeedback()
The feedback that the customer has about the answer in `data`.boolean
hasArticleSuggestion()
Agent Assist Article Suggestion data.boolean
hasConversationSummarizationSuggestion()
Conversation summarization suggestion data.boolean
hasCreateTime()
The time at which this annotation was created.boolean
hasDialogflowInteraction()
Dialogflow interaction data.boolean
hasEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.boolean
hasFaqAnswer()
Agent Assist FAQ answer data.boolean
hasSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.boolean
hasSmartReply()
Agent Assist Smart Reply data.boolean
hasStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
RuntimeAnnotation.Builder
mergeAnswerFeedback(AnswerFeedback value)
The feedback that the customer has about the answer in `data`.RuntimeAnnotation.Builder
mergeArticleSuggestion(ArticleSuggestionData value)
Agent Assist Article Suggestion data.RuntimeAnnotation.Builder
mergeConversationSummarizationSuggestion(ConversationSummarizationSuggestionData value)
Conversation summarization suggestion data.RuntimeAnnotation.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
The time at which this annotation was created.RuntimeAnnotation.Builder
mergeDialogflowInteraction(DialogflowInteractionData value)
Dialogflow interaction data.RuntimeAnnotation.Builder
mergeEndBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation ends, inclusive.RuntimeAnnotation.Builder
mergeFaqAnswer(FaqAnswerData value)
Agent Assist FAQ answer data.RuntimeAnnotation.Builder
mergeFrom(RuntimeAnnotation other)
RuntimeAnnotation.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RuntimeAnnotation.Builder
mergeFrom(com.google.protobuf.Message other)
RuntimeAnnotation.Builder
mergeSmartComposeSuggestion(SmartComposeSuggestionData value)
Agent Assist Smart Compose suggestion data.RuntimeAnnotation.Builder
mergeSmartReply(SmartReplyData value)
Agent Assist Smart Reply data.RuntimeAnnotation.Builder
mergeStartBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation starts, inclusive.RuntimeAnnotation.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RuntimeAnnotation.Builder
setAnnotationId(String value)
The unique identifier of the annotation.RuntimeAnnotation.Builder
setAnnotationIdBytes(com.google.protobuf.ByteString value)
The unique identifier of the annotation.RuntimeAnnotation.Builder
setAnswerFeedback(AnswerFeedback value)
The feedback that the customer has about the answer in `data`.RuntimeAnnotation.Builder
setAnswerFeedback(AnswerFeedback.Builder builderForValue)
The feedback that the customer has about the answer in `data`.RuntimeAnnotation.Builder
setArticleSuggestion(ArticleSuggestionData value)
Agent Assist Article Suggestion data.RuntimeAnnotation.Builder
setArticleSuggestion(ArticleSuggestionData.Builder builderForValue)
Agent Assist Article Suggestion data.RuntimeAnnotation.Builder
setConversationSummarizationSuggestion(ConversationSummarizationSuggestionData value)
Conversation summarization suggestion data.RuntimeAnnotation.Builder
setConversationSummarizationSuggestion(ConversationSummarizationSuggestionData.Builder builderForValue)
Conversation summarization suggestion data.RuntimeAnnotation.Builder
setCreateTime(com.google.protobuf.Timestamp value)
The time at which this annotation was created.RuntimeAnnotation.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which this annotation was created.RuntimeAnnotation.Builder
setDialogflowInteraction(DialogflowInteractionData value)
Dialogflow interaction data.RuntimeAnnotation.Builder
setDialogflowInteraction(DialogflowInteractionData.Builder builderForValue)
Dialogflow interaction data.RuntimeAnnotation.Builder
setEndBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation ends, inclusive.RuntimeAnnotation.Builder
setEndBoundary(AnnotationBoundary.Builder builderForValue)
The boundary in the conversation where the annotation ends, inclusive.RuntimeAnnotation.Builder
setFaqAnswer(FaqAnswerData value)
Agent Assist FAQ answer data.RuntimeAnnotation.Builder
setFaqAnswer(FaqAnswerData.Builder builderForValue)
Agent Assist FAQ answer data.RuntimeAnnotation.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RuntimeAnnotation.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
RuntimeAnnotation.Builder
setSmartComposeSuggestion(SmartComposeSuggestionData value)
Agent Assist Smart Compose suggestion data.RuntimeAnnotation.Builder
setSmartComposeSuggestion(SmartComposeSuggestionData.Builder builderForValue)
Agent Assist Smart Compose suggestion data.RuntimeAnnotation.Builder
setSmartReply(SmartReplyData value)
Agent Assist Smart Reply data.RuntimeAnnotation.Builder
setSmartReply(SmartReplyData.Builder builderForValue)
Agent Assist Smart Reply data.RuntimeAnnotation.Builder
setStartBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation starts, inclusive.RuntimeAnnotation.Builder
setStartBoundary(AnnotationBoundary.Builder builderForValue)
The boundary in the conversation where the annotation starts, inclusive.RuntimeAnnotation.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
clear
public RuntimeAnnotation.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
getDefaultInstanceForType
public RuntimeAnnotation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public RuntimeAnnotation build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RuntimeAnnotation buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public RuntimeAnnotation.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
setField
public RuntimeAnnotation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
clearField
public RuntimeAnnotation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
clearOneof
public RuntimeAnnotation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
setRepeatedField
public RuntimeAnnotation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
addRepeatedField
public RuntimeAnnotation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
mergeFrom
public RuntimeAnnotation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<RuntimeAnnotation.Builder>
-
mergeFrom
public RuntimeAnnotation.Builder mergeFrom(RuntimeAnnotation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
mergeFrom
public RuntimeAnnotation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<RuntimeAnnotation.Builder>
- Throws:
IOException
-
getDataCase
public RuntimeAnnotation.DataCase getDataCase()
- Specified by:
getDataCase
in interfaceRuntimeAnnotationOrBuilder
-
clearData
public RuntimeAnnotation.Builder clearData()
-
hasArticleSuggestion
public boolean hasArticleSuggestion()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
- Specified by:
hasArticleSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the articleSuggestion field is set.
-
getArticleSuggestion
public ArticleSuggestionData getArticleSuggestion()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
- Specified by:
getArticleSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The articleSuggestion.
-
setArticleSuggestion
public RuntimeAnnotation.Builder setArticleSuggestion(ArticleSuggestionData value)
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
-
setArticleSuggestion
public RuntimeAnnotation.Builder setArticleSuggestion(ArticleSuggestionData.Builder builderForValue)
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
-
mergeArticleSuggestion
public RuntimeAnnotation.Builder mergeArticleSuggestion(ArticleSuggestionData value)
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
-
clearArticleSuggestion
public RuntimeAnnotation.Builder clearArticleSuggestion()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
-
getArticleSuggestionBuilder
public ArticleSuggestionData.Builder getArticleSuggestionBuilder()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
-
getArticleSuggestionOrBuilder
public ArticleSuggestionDataOrBuilder getArticleSuggestionOrBuilder()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
- Specified by:
getArticleSuggestionOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasFaqAnswer
public boolean hasFaqAnswer()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
- Specified by:
hasFaqAnswer
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the faqAnswer field is set.
-
getFaqAnswer
public FaqAnswerData getFaqAnswer()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
- Specified by:
getFaqAnswer
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The faqAnswer.
-
setFaqAnswer
public RuntimeAnnotation.Builder setFaqAnswer(FaqAnswerData value)
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
-
setFaqAnswer
public RuntimeAnnotation.Builder setFaqAnswer(FaqAnswerData.Builder builderForValue)
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
-
mergeFaqAnswer
public RuntimeAnnotation.Builder mergeFaqAnswer(FaqAnswerData value)
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
-
clearFaqAnswer
public RuntimeAnnotation.Builder clearFaqAnswer()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
-
getFaqAnswerBuilder
public FaqAnswerData.Builder getFaqAnswerBuilder()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
-
getFaqAnswerOrBuilder
public FaqAnswerDataOrBuilder getFaqAnswerOrBuilder()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
- Specified by:
getFaqAnswerOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasSmartReply
public boolean hasSmartReply()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
- Specified by:
hasSmartReply
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the smartReply field is set.
-
getSmartReply
public SmartReplyData getSmartReply()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
- Specified by:
getSmartReply
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The smartReply.
-
setSmartReply
public RuntimeAnnotation.Builder setSmartReply(SmartReplyData value)
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
-
setSmartReply
public RuntimeAnnotation.Builder setSmartReply(SmartReplyData.Builder builderForValue)
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
-
mergeSmartReply
public RuntimeAnnotation.Builder mergeSmartReply(SmartReplyData value)
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
-
clearSmartReply
public RuntimeAnnotation.Builder clearSmartReply()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
-
getSmartReplyBuilder
public SmartReplyData.Builder getSmartReplyBuilder()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
-
getSmartReplyOrBuilder
public SmartReplyDataOrBuilder getSmartReplyOrBuilder()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
- Specified by:
getSmartReplyOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasSmartComposeSuggestion
public boolean hasSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
- Specified by:
hasSmartComposeSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the smartComposeSuggestion field is set.
-
getSmartComposeSuggestion
public SmartComposeSuggestionData getSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
- Specified by:
getSmartComposeSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The smartComposeSuggestion.
-
setSmartComposeSuggestion
public RuntimeAnnotation.Builder setSmartComposeSuggestion(SmartComposeSuggestionData value)
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
-
setSmartComposeSuggestion
public RuntimeAnnotation.Builder setSmartComposeSuggestion(SmartComposeSuggestionData.Builder builderForValue)
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
-
mergeSmartComposeSuggestion
public RuntimeAnnotation.Builder mergeSmartComposeSuggestion(SmartComposeSuggestionData value)
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
-
clearSmartComposeSuggestion
public RuntimeAnnotation.Builder clearSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
-
getSmartComposeSuggestionBuilder
public SmartComposeSuggestionData.Builder getSmartComposeSuggestionBuilder()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
-
getSmartComposeSuggestionOrBuilder
public SmartComposeSuggestionDataOrBuilder getSmartComposeSuggestionOrBuilder()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
- Specified by:
getSmartComposeSuggestionOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasDialogflowInteraction
public boolean hasDialogflowInteraction()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
- Specified by:
hasDialogflowInteraction
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the dialogflowInteraction field is set.
-
getDialogflowInteraction
public DialogflowInteractionData getDialogflowInteraction()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
- Specified by:
getDialogflowInteraction
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The dialogflowInteraction.
-
setDialogflowInteraction
public RuntimeAnnotation.Builder setDialogflowInteraction(DialogflowInteractionData value)
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
-
setDialogflowInteraction
public RuntimeAnnotation.Builder setDialogflowInteraction(DialogflowInteractionData.Builder builderForValue)
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
-
mergeDialogflowInteraction
public RuntimeAnnotation.Builder mergeDialogflowInteraction(DialogflowInteractionData value)
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
-
clearDialogflowInteraction
public RuntimeAnnotation.Builder clearDialogflowInteraction()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
-
getDialogflowInteractionBuilder
public DialogflowInteractionData.Builder getDialogflowInteractionBuilder()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
-
getDialogflowInteractionOrBuilder
public DialogflowInteractionDataOrBuilder getDialogflowInteractionOrBuilder()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
- Specified by:
getDialogflowInteractionOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasConversationSummarizationSuggestion
public boolean hasConversationSummarizationSuggestion()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
- Specified by:
hasConversationSummarizationSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the conversationSummarizationSuggestion field is set.
-
getConversationSummarizationSuggestion
public ConversationSummarizationSuggestionData getConversationSummarizationSuggestion()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
- Specified by:
getConversationSummarizationSuggestion
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The conversationSummarizationSuggestion.
-
setConversationSummarizationSuggestion
public RuntimeAnnotation.Builder setConversationSummarizationSuggestion(ConversationSummarizationSuggestionData value)
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
-
setConversationSummarizationSuggestion
public RuntimeAnnotation.Builder setConversationSummarizationSuggestion(ConversationSummarizationSuggestionData.Builder builderForValue)
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
-
mergeConversationSummarizationSuggestion
public RuntimeAnnotation.Builder mergeConversationSummarizationSuggestion(ConversationSummarizationSuggestionData value)
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
-
clearConversationSummarizationSuggestion
public RuntimeAnnotation.Builder clearConversationSummarizationSuggestion()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
-
getConversationSummarizationSuggestionBuilder
public ConversationSummarizationSuggestionData.Builder getConversationSummarizationSuggestionBuilder()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
-
getConversationSummarizationSuggestionOrBuilder
public ConversationSummarizationSuggestionDataOrBuilder getConversationSummarizationSuggestionOrBuilder()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
- Specified by:
getConversationSummarizationSuggestionOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
getAnnotationId
public String getAnnotationId()
The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
string annotation_id = 1;
- Specified by:
getAnnotationId
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The annotationId.
-
getAnnotationIdBytes
public com.google.protobuf.ByteString getAnnotationIdBytes()
The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
string annotation_id = 1;
- Specified by:
getAnnotationIdBytes
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The bytes for annotationId.
-
setAnnotationId
public RuntimeAnnotation.Builder setAnnotationId(String value)
The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
string annotation_id = 1;
- Parameters:
value
- The annotationId to set.- Returns:
- This builder for chaining.
-
clearAnnotationId
public RuntimeAnnotation.Builder clearAnnotationId()
The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
string annotation_id = 1;
- Returns:
- This builder for chaining.
-
setAnnotationIdBytes
public RuntimeAnnotation.Builder setAnnotationIdBytes(com.google.protobuf.ByteString value)
The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
string annotation_id = 1;
- Parameters:
value
- The bytes for annotationId to set.- Returns:
- This builder for chaining.
-
hasCreateTime
public boolean hasCreateTime()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
- Specified by:
hasCreateTime
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
- Specified by:
getCreateTime
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The createTime.
-
setCreateTime
public RuntimeAnnotation.Builder setCreateTime(com.google.protobuf.Timestamp value)
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
-
setCreateTime
public RuntimeAnnotation.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
-
mergeCreateTime
public RuntimeAnnotation.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
-
clearCreateTime
public RuntimeAnnotation.Builder clearCreateTime()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
- Specified by:
getCreateTimeOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasStartBoundary
public boolean hasStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
- Specified by:
hasStartBoundary
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the startBoundary field is set.
-
getStartBoundary
public AnnotationBoundary getStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
- Specified by:
getStartBoundary
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The startBoundary.
-
setStartBoundary
public RuntimeAnnotation.Builder setStartBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
-
setStartBoundary
public RuntimeAnnotation.Builder setStartBoundary(AnnotationBoundary.Builder builderForValue)
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
-
mergeStartBoundary
public RuntimeAnnotation.Builder mergeStartBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
-
clearStartBoundary
public RuntimeAnnotation.Builder clearStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
-
getStartBoundaryBuilder
public AnnotationBoundary.Builder getStartBoundaryBuilder()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
-
getStartBoundaryOrBuilder
public AnnotationBoundaryOrBuilder getStartBoundaryOrBuilder()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
- Specified by:
getStartBoundaryOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasEndBoundary
public boolean hasEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
- Specified by:
hasEndBoundary
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the endBoundary field is set.
-
getEndBoundary
public AnnotationBoundary getEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
- Specified by:
getEndBoundary
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The endBoundary.
-
setEndBoundary
public RuntimeAnnotation.Builder setEndBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
-
setEndBoundary
public RuntimeAnnotation.Builder setEndBoundary(AnnotationBoundary.Builder builderForValue)
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
-
mergeEndBoundary
public RuntimeAnnotation.Builder mergeEndBoundary(AnnotationBoundary value)
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
-
clearEndBoundary
public RuntimeAnnotation.Builder clearEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
-
getEndBoundaryBuilder
public AnnotationBoundary.Builder getEndBoundaryBuilder()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
-
getEndBoundaryOrBuilder
public AnnotationBoundaryOrBuilder getEndBoundaryOrBuilder()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
- Specified by:
getEndBoundaryOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
hasAnswerFeedback
public boolean hasAnswerFeedback()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
- Specified by:
hasAnswerFeedback
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- Whether the answerFeedback field is set.
-
getAnswerFeedback
public AnswerFeedback getAnswerFeedback()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
- Specified by:
getAnswerFeedback
in interfaceRuntimeAnnotationOrBuilder
- Returns:
- The answerFeedback.
-
setAnswerFeedback
public RuntimeAnnotation.Builder setAnswerFeedback(AnswerFeedback value)
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
-
setAnswerFeedback
public RuntimeAnnotation.Builder setAnswerFeedback(AnswerFeedback.Builder builderForValue)
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
-
mergeAnswerFeedback
public RuntimeAnnotation.Builder mergeAnswerFeedback(AnswerFeedback value)
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
-
clearAnswerFeedback
public RuntimeAnnotation.Builder clearAnswerFeedback()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
-
getAnswerFeedbackBuilder
public AnswerFeedback.Builder getAnswerFeedbackBuilder()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
-
getAnswerFeedbackOrBuilder
public AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
- Specified by:
getAnswerFeedbackOrBuilder
in interfaceRuntimeAnnotationOrBuilder
-
setUnknownFields
public final RuntimeAnnotation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
mergeUnknownFields
public final RuntimeAnnotation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<RuntimeAnnotation.Builder>
-
-