- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.10
- 2.2.7
public static final class RuntimeAnnotation.Builder extends GeneratedMessageV3.Builder<RuntimeAnnotation.Builder> implements RuntimeAnnotationOrBuilderAn annotation that was generated during the customer and agent interaction.
Protobuf type google.cloud.contactcenterinsights.v1.RuntimeAnnotation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RuntimeAnnotation.BuilderImplements
RuntimeAnnotationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RuntimeAnnotation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| RuntimeAnnotation.Builder |
build()
public RuntimeAnnotation build()| Type | Description |
| RuntimeAnnotation |
buildPartial()
public RuntimeAnnotation buildPartial()| Type | Description |
| RuntimeAnnotation |
clear()
public RuntimeAnnotation.Builder clear()| Type | Description |
| RuntimeAnnotation.Builder |
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;
| Type | Description |
| 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;
| Type | Description |
| RuntimeAnnotation.Builder |
clearArticleSuggestion()
public RuntimeAnnotation.Builder clearArticleSuggestion()Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
| Type | Description |
| RuntimeAnnotation.Builder |
clearCreateTime()
public RuntimeAnnotation.Builder clearCreateTime()The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
| Type | Description |
| RuntimeAnnotation.Builder |
clearData()
public RuntimeAnnotation.Builder clearData()| Type | Description |
| RuntimeAnnotation.Builder |
clearDialogflowInteraction()
public RuntimeAnnotation.Builder clearDialogflowInteraction()Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
| Type | Description |
| 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;
| Type | Description |
| RuntimeAnnotation.Builder |
clearFaqAnswer()
public RuntimeAnnotation.Builder clearFaqAnswer()Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
| Type | Description |
| RuntimeAnnotation.Builder |
clearField(Descriptors.FieldDescriptor field)
public RuntimeAnnotation.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| RuntimeAnnotation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RuntimeAnnotation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| RuntimeAnnotation.Builder |
clearSmartComposeSuggestion()
public RuntimeAnnotation.Builder clearSmartComposeSuggestion()Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
| Type | Description |
| RuntimeAnnotation.Builder |
clearSmartReply()
public RuntimeAnnotation.Builder clearSmartReply()Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
| Type | Description |
| 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;
| Type | Description |
| RuntimeAnnotation.Builder |
clone()
public RuntimeAnnotation.Builder clone()| Type | Description |
| RuntimeAnnotation.Builder |
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| AnswerFeedbackOrBuilder |
getArticleSuggestion()
public ArticleSuggestionData getArticleSuggestion()Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
| Type | Description |
| ArticleSuggestionData | The articleSuggestion. |
getArticleSuggestionBuilder()
public ArticleSuggestionData.Builder getArticleSuggestionBuilder()Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
| Type | Description |
| ArticleSuggestionData.Builder |
getArticleSuggestionOrBuilder()
public ArticleSuggestionDataOrBuilder getArticleSuggestionOrBuilder()Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
| Type | Description |
| ArticleSuggestionDataOrBuilder |
getCreateTime()
public Timestamp getCreateTime()The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
| Type | Description |
| Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
| Type | Description |
| TimestampOrBuilder |
getDataCase()
public RuntimeAnnotation.DataCase getDataCase()| Type | Description |
| RuntimeAnnotation.DataCase |
getDefaultInstanceForType()
public RuntimeAnnotation getDefaultInstanceForType()| Type | Description |
| RuntimeAnnotation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDialogflowInteraction()
public DialogflowInteractionData getDialogflowInteraction()Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
| Type | Description |
| DialogflowInteractionData | The dialogflowInteraction. |
getDialogflowInteractionBuilder()
public DialogflowInteractionData.Builder getDialogflowInteractionBuilder()Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
| Type | Description |
| DialogflowInteractionData.Builder |
getDialogflowInteractionOrBuilder()
public DialogflowInteractionDataOrBuilder getDialogflowInteractionOrBuilder()Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
| Type | Description |
| DialogflowInteractionDataOrBuilder |
getEndBoundary()
public AnnotationBoundary getEndBoundary()The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
| Type | Description |
| 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;
| Type | Description |
| AnnotationBoundary.Builder |
getEndBoundaryOrBuilder()
public AnnotationBoundaryOrBuilder getEndBoundaryOrBuilder()The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
| Type | Description |
| AnnotationBoundaryOrBuilder |
getFaqAnswer()
public FaqAnswerData getFaqAnswer()Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
| Type | Description |
| FaqAnswerData | The faqAnswer. |
getFaqAnswerBuilder()
public FaqAnswerData.Builder getFaqAnswerBuilder()Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
| Type | Description |
| FaqAnswerData.Builder |
getFaqAnswerOrBuilder()
public FaqAnswerDataOrBuilder getFaqAnswerOrBuilder()Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
| Type | Description |
| FaqAnswerDataOrBuilder |
getSmartComposeSuggestion()
public SmartComposeSuggestionData getSmartComposeSuggestion()Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
| Type | Description |
| SmartComposeSuggestionData | The smartComposeSuggestion. |
getSmartComposeSuggestionBuilder()
public SmartComposeSuggestionData.Builder getSmartComposeSuggestionBuilder()Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
| Type | Description |
| SmartComposeSuggestionData.Builder |
getSmartComposeSuggestionOrBuilder()
public SmartComposeSuggestionDataOrBuilder getSmartComposeSuggestionOrBuilder()Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
| Type | Description |
| SmartComposeSuggestionDataOrBuilder |
getSmartReply()
public SmartReplyData getSmartReply()Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
| Type | Description |
| SmartReplyData | The smartReply. |
getSmartReplyBuilder()
public SmartReplyData.Builder getSmartReplyBuilder()Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
| Type | Description |
| SmartReplyData.Builder |
getSmartReplyOrBuilder()
public SmartReplyDataOrBuilder getSmartReplyOrBuilder()Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
| Type | Description |
| SmartReplyDataOrBuilder |
getStartBoundary()
public AnnotationBoundary getStartBoundary()The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
| Type | Description |
| 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;
| Type | Description |
| AnnotationBoundary.Builder |
getStartBoundaryOrBuilder()
public AnnotationBoundaryOrBuilder getStartBoundaryOrBuilder()The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
| Type | Description |
| AnnotationBoundaryOrBuilder |
hasAnswerFeedback()
public boolean hasAnswerFeedback() The feedback that the customer has about the answer in data.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
| Type | Description |
| boolean | Whether the answerFeedback field is set. |
hasArticleSuggestion()
public boolean hasArticleSuggestion()Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
| Type | Description |
| boolean | Whether the articleSuggestion field is set. |
hasCreateTime()
public boolean hasCreateTime()The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;
| Type | Description |
| boolean | Whether the createTime field is set. |
hasDialogflowInteraction()
public boolean hasDialogflowInteraction()Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the endBoundary field is set. |
hasFaqAnswer()
public boolean hasFaqAnswer()Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the smartComposeSuggestion field is set. |
hasSmartReply()
public boolean hasSmartReply()Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the startBoundary field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
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;
| Name | Description |
| value | AnswerFeedback |
| Type | Description |
| RuntimeAnnotation.Builder |
mergeArticleSuggestion(ArticleSuggestionData value)
public RuntimeAnnotation.Builder mergeArticleSuggestion(ArticleSuggestionData value)Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
| Name | Description |
| value | ArticleSuggestionData |
| Type | Description |
| 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;
| Name | Description |
| value | Timestamp |
| Type | Description |
| RuntimeAnnotation.Builder |
mergeDialogflowInteraction(DialogflowInteractionData value)
public RuntimeAnnotation.Builder mergeDialogflowInteraction(DialogflowInteractionData value)Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
| Name | Description |
| value | DialogflowInteractionData |
| Type | Description |
| 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;
| Name | Description |
| value | AnnotationBoundary |
| Type | Description |
| RuntimeAnnotation.Builder |
mergeFaqAnswer(FaqAnswerData value)
public RuntimeAnnotation.Builder mergeFaqAnswer(FaqAnswerData value)Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
| Name | Description |
| value | FaqAnswerData |
| Type | Description |
| RuntimeAnnotation.Builder |
mergeFrom(RuntimeAnnotation other)
public RuntimeAnnotation.Builder mergeFrom(RuntimeAnnotation other)| Name | Description |
| other | RuntimeAnnotation |
| Type | Description |
| RuntimeAnnotation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RuntimeAnnotation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| RuntimeAnnotation.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public RuntimeAnnotation.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| RuntimeAnnotation.Builder |
mergeSmartComposeSuggestion(SmartComposeSuggestionData value)
public RuntimeAnnotation.Builder mergeSmartComposeSuggestion(SmartComposeSuggestionData value)Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
| Name | Description |
| value | SmartComposeSuggestionData |
| Type | Description |
| RuntimeAnnotation.Builder |
mergeSmartReply(SmartReplyData value)
public RuntimeAnnotation.Builder mergeSmartReply(SmartReplyData value)Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
| Name | Description |
| value | SmartReplyData |
| Type | Description |
| 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;
| Name | Description |
| value | AnnotationBoundary |
| Type | Description |
| RuntimeAnnotation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeAnnotation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| RuntimeAnnotation.Builder |
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;
| Name | Description |
| value | StringThe annotationId to set. |
| Type | Description |
| 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;
| Name | Description |
| value | ByteStringThe bytes for annotationId to set. |
| Type | Description |
| 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;
| Name | Description |
| value | AnswerFeedback |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | AnswerFeedback.Builder |
| Type | Description |
| RuntimeAnnotation.Builder |
setArticleSuggestion(ArticleSuggestionData value)
public RuntimeAnnotation.Builder setArticleSuggestion(ArticleSuggestionData value)Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
| Name | Description |
| value | ArticleSuggestionData |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | ArticleSuggestionData.Builder |
| Type | Description |
| 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;
| Name | Description |
| value | Timestamp |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| RuntimeAnnotation.Builder |
setDialogflowInteraction(DialogflowInteractionData value)
public RuntimeAnnotation.Builder setDialogflowInteraction(DialogflowInteractionData value)Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
| Name | Description |
| value | DialogflowInteractionData |
| Type | Description |
| RuntimeAnnotation.Builder |
setDialogflowInteraction(DialogflowInteractionData.Builder builderForValue)
public RuntimeAnnotation.Builder setDialogflowInteraction(DialogflowInteractionData.Builder builderForValue)Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
| Name | Description |
| builderForValue | DialogflowInteractionData.Builder |
| Type | Description |
| 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;
| Name | Description |
| value | AnnotationBoundary |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | AnnotationBoundary.Builder |
| Type | Description |
| RuntimeAnnotation.Builder |
setFaqAnswer(FaqAnswerData value)
public RuntimeAnnotation.Builder setFaqAnswer(FaqAnswerData value)Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
| Name | Description |
| value | FaqAnswerData |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | FaqAnswerData.Builder |
| Type | Description |
| RuntimeAnnotation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RuntimeAnnotation.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| RuntimeAnnotation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RuntimeAnnotation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| RuntimeAnnotation.Builder |
setSmartComposeSuggestion(SmartComposeSuggestionData value)
public RuntimeAnnotation.Builder setSmartComposeSuggestion(SmartComposeSuggestionData value)Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
| Name | Description |
| value | SmartComposeSuggestionData |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | SmartComposeSuggestionData.Builder |
| Type | Description |
| RuntimeAnnotation.Builder |
setSmartReply(SmartReplyData value)
public RuntimeAnnotation.Builder setSmartReply(SmartReplyData value)Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
| Name | Description |
| value | SmartReplyData |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | SmartReplyData.Builder |
| Type | Description |
| 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;
| Name | Description |
| value | AnnotationBoundary |
| Type | Description |
| 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;
| Name | Description |
| builderForValue | AnnotationBoundary.Builder |
| Type | Description |
| RuntimeAnnotation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final RuntimeAnnotation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| RuntimeAnnotation.Builder |