Class RuntimeAnnotation.Builder (2.33.0)

public static final class RuntimeAnnotation.Builder extends GeneratedMessageV3.Builder<RuntimeAnnotation.Builder> implements RuntimeAnnotationOrBuilder

An annotation that was generated during the customer and agent interaction.

Protobuf type google.cloud.contactcenterinsights.v1.RuntimeAnnotation

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public RuntimeAnnotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

build()

public RuntimeAnnotation build()
Returns
TypeDescription
RuntimeAnnotation

buildPartial()

public RuntimeAnnotation buildPartial()
Returns
TypeDescription
RuntimeAnnotation

clear()

public RuntimeAnnotation.Builder clear()
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

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
TypeDescription
RuntimeAnnotation.Builder

This builder for chaining.

clearAnswerFeedback()

public RuntimeAnnotation.Builder clearAnswerFeedback()

The feedback that the customer has about the answer in data.

.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearArticleSuggestion()

public RuntimeAnnotation.Builder clearArticleSuggestion()

Agent Assist Article Suggestion data.

.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearConversationSummarizationSuggestion()

public RuntimeAnnotation.Builder clearConversationSummarizationSuggestion()

Conversation summarization suggestion data.

.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearCreateTime()

public RuntimeAnnotation.Builder clearCreateTime()

The time at which this annotation was created.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearData()

public RuntimeAnnotation.Builder clearData()
Returns
TypeDescription
RuntimeAnnotation.Builder

clearDialogflowInteraction()

public RuntimeAnnotation.Builder clearDialogflowInteraction()

Dialogflow interaction data.

.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearEndBoundary()

public RuntimeAnnotation.Builder clearEndBoundary()

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearFaqAnswer()

public RuntimeAnnotation.Builder clearFaqAnswer()

Agent Assist FAQ answer data.

.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearField(Descriptors.FieldDescriptor field)

public RuntimeAnnotation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public RuntimeAnnotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

clearSmartComposeSuggestion()

public RuntimeAnnotation.Builder clearSmartComposeSuggestion()

Agent Assist Smart Compose suggestion data.

.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearSmartReply()

public RuntimeAnnotation.Builder clearSmartReply()

Agent Assist Smart Reply data.

.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;

Returns
TypeDescription
RuntimeAnnotation.Builder

clearStartBoundary()

public RuntimeAnnotation.Builder clearStartBoundary()

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;

Returns
TypeDescription
RuntimeAnnotation.Builder

clone()

public RuntimeAnnotation.Builder clone()
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

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;

Returns
TypeDescription
String

The annotationId.

getAnnotationIdBytes()

public ByteString getAnnotationIdBytes()

The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}

string annotation_id = 1;

Returns
TypeDescription
ByteString

The bytes for annotationId.

getAnswerFeedback()

public AnswerFeedback getAnswerFeedback()

The feedback that the customer has about the answer in data.

.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;

Returns
TypeDescription
AnswerFeedback

The answerFeedback.

getAnswerFeedbackBuilder()

public AnswerFeedback.Builder getAnswerFeedbackBuilder()

The feedback that the customer has about the answer in data.

.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;

Returns
TypeDescription
AnswerFeedback.Builder

getAnswerFeedbackOrBuilder()

public AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()

The feedback that the customer has about the answer in data.

.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;

Returns
TypeDescription
AnswerFeedbackOrBuilder

getArticleSuggestion()

public ArticleSuggestionData getArticleSuggestion()

Agent Assist Article Suggestion data.

.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;

Returns
TypeDescription
ArticleSuggestionData

The articleSuggestion.

getArticleSuggestionBuilder()

public ArticleSuggestionData.Builder getArticleSuggestionBuilder()

Agent Assist Article Suggestion data.

.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;

Returns
TypeDescription
ArticleSuggestionData.Builder

getArticleSuggestionOrBuilder()

public ArticleSuggestionDataOrBuilder getArticleSuggestionOrBuilder()

Agent Assist Article Suggestion data.

.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;

Returns
TypeDescription
ArticleSuggestionDataOrBuilder

getConversationSummarizationSuggestion()

public ConversationSummarizationSuggestionData getConversationSummarizationSuggestion()

Conversation summarization suggestion data.

.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;

Returns
TypeDescription
ConversationSummarizationSuggestionData

The conversationSummarizationSuggestion.

getConversationSummarizationSuggestionBuilder()

public ConversationSummarizationSuggestionData.Builder getConversationSummarizationSuggestionBuilder()

Conversation summarization suggestion data.

.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;

Returns
TypeDescription
ConversationSummarizationSuggestionData.Builder

getConversationSummarizationSuggestionOrBuilder()

public ConversationSummarizationSuggestionDataOrBuilder getConversationSummarizationSuggestionOrBuilder()

Conversation summarization suggestion data.

.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;

Returns
TypeDescription
ConversationSummarizationSuggestionDataOrBuilder

getCreateTime()

public Timestamp getCreateTime()

The time at which this annotation was created.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

The time at which this annotation was created.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

The time at which this annotation was created.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getDataCase()

public RuntimeAnnotation.DataCase getDataCase()
Returns
TypeDescription
RuntimeAnnotation.DataCase

getDefaultInstanceForType()

public RuntimeAnnotation getDefaultInstanceForType()
Returns
TypeDescription
RuntimeAnnotation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDialogflowInteraction()

public DialogflowInteractionData getDialogflowInteraction()

Dialogflow interaction data.

.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;

Returns
TypeDescription
DialogflowInteractionData

The dialogflowInteraction.

getDialogflowInteractionBuilder()

public DialogflowInteractionData.Builder getDialogflowInteractionBuilder()

Dialogflow interaction data.

.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;

Returns
TypeDescription
DialogflowInteractionData.Builder

getDialogflowInteractionOrBuilder()

public DialogflowInteractionDataOrBuilder getDialogflowInteractionOrBuilder()

Dialogflow interaction data.

.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;

Returns
TypeDescription
DialogflowInteractionDataOrBuilder

getEndBoundary()

public AnnotationBoundary getEndBoundary()

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;

Returns
TypeDescription
AnnotationBoundary

The endBoundary.

getEndBoundaryBuilder()

public AnnotationBoundary.Builder getEndBoundaryBuilder()

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;

Returns
TypeDescription
AnnotationBoundary.Builder

getEndBoundaryOrBuilder()

public AnnotationBoundaryOrBuilder getEndBoundaryOrBuilder()

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;

Returns
TypeDescription
AnnotationBoundaryOrBuilder

getFaqAnswer()

public FaqAnswerData getFaqAnswer()

Agent Assist FAQ answer data.

.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;

Returns
TypeDescription
FaqAnswerData

The faqAnswer.

getFaqAnswerBuilder()

public FaqAnswerData.Builder getFaqAnswerBuilder()

Agent Assist FAQ answer data.

.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;

Returns
TypeDescription
FaqAnswerData.Builder

getFaqAnswerOrBuilder()

public FaqAnswerDataOrBuilder getFaqAnswerOrBuilder()

Agent Assist FAQ answer data.

.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;

Returns
TypeDescription
FaqAnswerDataOrBuilder

getSmartComposeSuggestion()

public SmartComposeSuggestionData getSmartComposeSuggestion()

Agent Assist Smart Compose suggestion data.

.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;

Returns
TypeDescription
SmartComposeSuggestionData

The smartComposeSuggestion.

getSmartComposeSuggestionBuilder()

public SmartComposeSuggestionData.Builder getSmartComposeSuggestionBuilder()

Agent Assist Smart Compose suggestion data.

.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;

Returns
TypeDescription
SmartComposeSuggestionData.Builder

getSmartComposeSuggestionOrBuilder()

public SmartComposeSuggestionDataOrBuilder getSmartComposeSuggestionOrBuilder()

Agent Assist Smart Compose suggestion data.

.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;

Returns
TypeDescription
SmartComposeSuggestionDataOrBuilder

getSmartReply()

public SmartReplyData getSmartReply()

Agent Assist Smart Reply data.

.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;

Returns
TypeDescription
SmartReplyData

The smartReply.

getSmartReplyBuilder()

public SmartReplyData.Builder getSmartReplyBuilder()

Agent Assist Smart Reply data.

.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;

Returns
TypeDescription
SmartReplyData.Builder

getSmartReplyOrBuilder()

public SmartReplyDataOrBuilder getSmartReplyOrBuilder()

Agent Assist Smart Reply data.

.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;

Returns
TypeDescription
SmartReplyDataOrBuilder

getStartBoundary()

public AnnotationBoundary getStartBoundary()

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;

Returns
TypeDescription
AnnotationBoundary

The startBoundary.

getStartBoundaryBuilder()

public AnnotationBoundary.Builder getStartBoundaryBuilder()

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;

Returns
TypeDescription
AnnotationBoundary.Builder

getStartBoundaryOrBuilder()

public AnnotationBoundaryOrBuilder getStartBoundaryOrBuilder()

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;

Returns
TypeDescription
AnnotationBoundaryOrBuilder

hasAnswerFeedback()

public boolean hasAnswerFeedback()

The feedback that the customer has about the answer in data.

.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;

Returns
TypeDescription
boolean

Whether the answerFeedback field is set.

hasArticleSuggestion()

public boolean hasArticleSuggestion()

Agent Assist Article Suggestion data.

.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;

Returns
TypeDescription
boolean

Whether the articleSuggestion field is set.

hasConversationSummarizationSuggestion()

public boolean hasConversationSummarizationSuggestion()

Conversation summarization suggestion data.

.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;

Returns
TypeDescription
boolean

Whether the conversationSummarizationSuggestion field is set.

hasCreateTime()

public boolean hasCreateTime()

The time at which this annotation was created.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasDialogflowInteraction()

public boolean hasDialogflowInteraction()

Dialogflow interaction data.

.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;

Returns
TypeDescription
boolean

Whether the dialogflowInteraction field is set.

hasEndBoundary()

public boolean hasEndBoundary()

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;

Returns
TypeDescription
boolean

Whether the endBoundary field is set.

hasFaqAnswer()

public boolean hasFaqAnswer()

Agent Assist FAQ answer data.

.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;

Returns
TypeDescription
boolean

Whether the faqAnswer field is set.

hasSmartComposeSuggestion()

public boolean hasSmartComposeSuggestion()

Agent Assist Smart Compose suggestion data.

.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;

Returns
TypeDescription
boolean

Whether the smartComposeSuggestion field is set.

hasSmartReply()

public boolean hasSmartReply()

Agent Assist Smart Reply data.

.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;

Returns
TypeDescription
boolean

Whether the smartReply field is set.

hasStartBoundary()

public boolean hasStartBoundary()

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;

Returns
TypeDescription
boolean

Whether the startBoundary field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAnswerFeedback(AnswerFeedback value)

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;

Parameter
NameDescription
valueAnswerFeedback
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeArticleSuggestion(ArticleSuggestionData value)

public RuntimeAnnotation.Builder mergeArticleSuggestion(ArticleSuggestionData value)

Agent Assist Article Suggestion data.

.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;

Parameter
NameDescription
valueArticleSuggestionData
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeConversationSummarizationSuggestion(ConversationSummarizationSuggestionData value)

public RuntimeAnnotation.Builder mergeConversationSummarizationSuggestion(ConversationSummarizationSuggestionData value)

Conversation summarization suggestion data.

.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;

Parameter
NameDescription
valueConversationSummarizationSuggestionData
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeCreateTime(Timestamp value)

public RuntimeAnnotation.Builder mergeCreateTime(Timestamp value)

The time at which this annotation was created.

.google.protobuf.Timestamp create_time = 2;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeDialogflowInteraction(DialogflowInteractionData value)

public RuntimeAnnotation.Builder mergeDialogflowInteraction(DialogflowInteractionData value)

Dialogflow interaction data.

.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;

Parameter
NameDescription
valueDialogflowInteractionData
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeEndBoundary(AnnotationBoundary value)

public RuntimeAnnotation.Builder mergeEndBoundary(AnnotationBoundary value)

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;

Parameter
NameDescription
valueAnnotationBoundary
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeFaqAnswer(FaqAnswerData value)

public RuntimeAnnotation.Builder mergeFaqAnswer(FaqAnswerData value)

Agent Assist FAQ answer data.

.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;

Parameter
NameDescription
valueFaqAnswerData
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeFrom(RuntimeAnnotation other)

public RuntimeAnnotation.Builder mergeFrom(RuntimeAnnotation other)
Parameter
NameDescription
otherRuntimeAnnotation
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RuntimeAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public RuntimeAnnotation.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

mergeSmartComposeSuggestion(SmartComposeSuggestionData value)

public RuntimeAnnotation.Builder mergeSmartComposeSuggestion(SmartComposeSuggestionData value)

Agent Assist Smart Compose suggestion data.

.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;

Parameter
NameDescription
valueSmartComposeSuggestionData
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeSmartReply(SmartReplyData value)

public RuntimeAnnotation.Builder mergeSmartReply(SmartReplyData value)

Agent Assist Smart Reply data.

.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;

Parameter
NameDescription
valueSmartReplyData
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeStartBoundary(AnnotationBoundary value)

public RuntimeAnnotation.Builder mergeStartBoundary(AnnotationBoundary value)

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;

Parameter
NameDescription
valueAnnotationBoundary
Returns
TypeDescription
RuntimeAnnotation.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final RuntimeAnnotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

setAnnotationId(String value)

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;

Parameter
NameDescription
valueString

The annotationId to set.

Returns
TypeDescription
RuntimeAnnotation.Builder

This builder for chaining.

setAnnotationIdBytes(ByteString value)

public RuntimeAnnotation.Builder setAnnotationIdBytes(ByteString value)

The unique identifier of the annotation. Format: projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}

string annotation_id = 1;

Parameter
NameDescription
valueByteString

The bytes for annotationId to set.

Returns
TypeDescription
RuntimeAnnotation.Builder

This builder for chaining.

setAnswerFeedback(AnswerFeedback value)

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;

Parameter
NameDescription
valueAnswerFeedback
Returns
TypeDescription
RuntimeAnnotation.Builder

setAnswerFeedback(AnswerFeedback.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueAnswerFeedback.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setArticleSuggestion(ArticleSuggestionData value)

public RuntimeAnnotation.Builder setArticleSuggestion(ArticleSuggestionData value)

Agent Assist Article Suggestion data.

.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;

Parameter
NameDescription
valueArticleSuggestionData
Returns
TypeDescription
RuntimeAnnotation.Builder

setArticleSuggestion(ArticleSuggestionData.Builder builderForValue)

public RuntimeAnnotation.Builder setArticleSuggestion(ArticleSuggestionData.Builder builderForValue)

Agent Assist Article Suggestion data.

.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;

Parameter
NameDescription
builderForValueArticleSuggestionData.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setConversationSummarizationSuggestion(ConversationSummarizationSuggestionData value)

public RuntimeAnnotation.Builder setConversationSummarizationSuggestion(ConversationSummarizationSuggestionData value)

Conversation summarization suggestion data.

.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;

Parameter
NameDescription
valueConversationSummarizationSuggestionData
Returns
TypeDescription
RuntimeAnnotation.Builder

setConversationSummarizationSuggestion(ConversationSummarizationSuggestionData.Builder builderForValue)

public RuntimeAnnotation.Builder setConversationSummarizationSuggestion(ConversationSummarizationSuggestionData.Builder builderForValue)

Conversation summarization suggestion data.

.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;

Parameter
NameDescription
builderForValueConversationSummarizationSuggestionData.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setCreateTime(Timestamp value)

public RuntimeAnnotation.Builder setCreateTime(Timestamp value)

The time at which this annotation was created.

.google.protobuf.Timestamp create_time = 2;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
RuntimeAnnotation.Builder

setCreateTime(Timestamp.Builder builderForValue)

public RuntimeAnnotation.Builder setCreateTime(Timestamp.Builder builderForValue)

The time at which this annotation was created.

.google.protobuf.Timestamp create_time = 2;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
RuntimeAnnotation.Builder

setDialogflowInteraction(DialogflowInteractionData value)

public RuntimeAnnotation.Builder setDialogflowInteraction(DialogflowInteractionData value)

Dialogflow interaction data.

.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;

Parameter
NameDescription
valueDialogflowInteractionData
Returns
TypeDescription
RuntimeAnnotation.Builder

setDialogflowInteraction(DialogflowInteractionData.Builder builderForValue)

public RuntimeAnnotation.Builder setDialogflowInteraction(DialogflowInteractionData.Builder builderForValue)

Dialogflow interaction data.

.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;

Parameter
NameDescription
builderForValueDialogflowInteractionData.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setEndBoundary(AnnotationBoundary value)

public RuntimeAnnotation.Builder setEndBoundary(AnnotationBoundary value)

The boundary in the conversation where the annotation ends, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;

Parameter
NameDescription
valueAnnotationBoundary
Returns
TypeDescription
RuntimeAnnotation.Builder

setEndBoundary(AnnotationBoundary.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueAnnotationBoundary.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setFaqAnswer(FaqAnswerData value)

public RuntimeAnnotation.Builder setFaqAnswer(FaqAnswerData value)

Agent Assist FAQ answer data.

.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;

Parameter
NameDescription
valueFaqAnswerData
Returns
TypeDescription
RuntimeAnnotation.Builder

setFaqAnswer(FaqAnswerData.Builder builderForValue)

public RuntimeAnnotation.Builder setFaqAnswer(FaqAnswerData.Builder builderForValue)

Agent Assist FAQ answer data.

.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;

Parameter
NameDescription
builderForValueFaqAnswerData.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public RuntimeAnnotation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public RuntimeAnnotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides

setSmartComposeSuggestion(SmartComposeSuggestionData value)

public RuntimeAnnotation.Builder setSmartComposeSuggestion(SmartComposeSuggestionData value)

Agent Assist Smart Compose suggestion data.

.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;

Parameter
NameDescription
valueSmartComposeSuggestionData
Returns
TypeDescription
RuntimeAnnotation.Builder

setSmartComposeSuggestion(SmartComposeSuggestionData.Builder builderForValue)

public RuntimeAnnotation.Builder setSmartComposeSuggestion(SmartComposeSuggestionData.Builder builderForValue)

Agent Assist Smart Compose suggestion data.

.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;

Parameter
NameDescription
builderForValueSmartComposeSuggestionData.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setSmartReply(SmartReplyData value)

public RuntimeAnnotation.Builder setSmartReply(SmartReplyData value)

Agent Assist Smart Reply data.

.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;

Parameter
NameDescription
valueSmartReplyData
Returns
TypeDescription
RuntimeAnnotation.Builder

setSmartReply(SmartReplyData.Builder builderForValue)

public RuntimeAnnotation.Builder setSmartReply(SmartReplyData.Builder builderForValue)

Agent Assist Smart Reply data.

.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;

Parameter
NameDescription
builderForValueSmartReplyData.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setStartBoundary(AnnotationBoundary value)

public RuntimeAnnotation.Builder setStartBoundary(AnnotationBoundary value)

The boundary in the conversation where the annotation starts, inclusive.

.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;

Parameter
NameDescription
valueAnnotationBoundary
Returns
TypeDescription
RuntimeAnnotation.Builder

setStartBoundary(AnnotationBoundary.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueAnnotationBoundary.Builder
Returns
TypeDescription
RuntimeAnnotation.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final RuntimeAnnotation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
RuntimeAnnotation.Builder
Overrides