public final class RuntimeAnnotation extends com.google.protobuf.GeneratedMessageV3 implements RuntimeAnnotationOrBuilder
An annotation that was generated during the customer and agent interaction.Protobuf type
google.cloud.contactcenterinsights.v1.RuntimeAnnotation| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeAnnotation.Builder
An annotation that was generated during the customer and agent interaction.
|
static class |
RuntimeAnnotation.DataCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ANNOTATION_ID_FIELD_NUMBER |
static int |
ANSWER_FEEDBACK_FIELD_NUMBER |
static int |
ARTICLE_SUGGESTION_FIELD_NUMBER |
static int |
CONVERSATION_SUMMARIZATION_SUGGESTION_FIELD_NUMBER |
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DIALOGFLOW_INTERACTION_FIELD_NUMBER |
static int |
END_BOUNDARY_FIELD_NUMBER |
static int |
FAQ_ANSWER_FIELD_NUMBER |
static int |
SMART_COMPOSE_SUGGESTION_FIELD_NUMBER |
static int |
SMART_REPLY_FIELD_NUMBER |
static int |
START_BOUNDARY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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`.
|
AnswerFeedbackOrBuilder |
getAnswerFeedbackOrBuilder()
The feedback that the customer has about the answer in `data`.
|
ArticleSuggestionData |
getArticleSuggestion()
Agent Assist Article Suggestion data.
|
ArticleSuggestionDataOrBuilder |
getArticleSuggestionOrBuilder()
Agent Assist Article Suggestion data.
|
ConversationSummarizationSuggestionData |
getConversationSummarizationSuggestion()
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.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time at which this annotation was created.
|
RuntimeAnnotation.DataCase |
getDataCase() |
static RuntimeAnnotation |
getDefaultInstance() |
RuntimeAnnotation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DialogflowInteractionData |
getDialogflowInteraction()
Dialogflow interaction data.
|
DialogflowInteractionDataOrBuilder |
getDialogflowInteractionOrBuilder()
Dialogflow interaction data.
|
AnnotationBoundary |
getEndBoundary()
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.
|
FaqAnswerDataOrBuilder |
getFaqAnswerOrBuilder()
Agent Assist FAQ answer data.
|
com.google.protobuf.Parser<RuntimeAnnotation> |
getParserForType() |
int |
getSerializedSize() |
SmartComposeSuggestionData |
getSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.
|
SmartComposeSuggestionDataOrBuilder |
getSmartComposeSuggestionOrBuilder()
Agent Assist Smart Compose suggestion data.
|
SmartReplyData |
getSmartReply()
Agent Assist Smart Reply data.
|
SmartReplyDataOrBuilder |
getSmartReplyOrBuilder()
Agent Assist Smart Reply data.
|
AnnotationBoundary |
getStartBoundary()
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.
|
int |
hashCode() |
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() |
static RuntimeAnnotation.Builder |
newBuilder() |
static RuntimeAnnotation.Builder |
newBuilder(RuntimeAnnotation prototype) |
RuntimeAnnotation.Builder |
newBuilderForType() |
protected RuntimeAnnotation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RuntimeAnnotation |
parseDelimitedFrom(InputStream input) |
static RuntimeAnnotation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeAnnotation |
parseFrom(byte[] data) |
static RuntimeAnnotation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeAnnotation |
parseFrom(ByteBuffer data) |
static RuntimeAnnotation |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeAnnotation |
parseFrom(com.google.protobuf.ByteString data) |
static RuntimeAnnotation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeAnnotation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RuntimeAnnotation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RuntimeAnnotation |
parseFrom(InputStream input) |
static RuntimeAnnotation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RuntimeAnnotation> |
parser() |
RuntimeAnnotation.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ARTICLE_SUGGESTION_FIELD_NUMBER
public static final int FAQ_ANSWER_FIELD_NUMBER
public static final int SMART_REPLY_FIELD_NUMBER
public static final int SMART_COMPOSE_SUGGESTION_FIELD_NUMBER
public static final int DIALOGFLOW_INTERACTION_FIELD_NUMBER
public static final int CONVERSATION_SUMMARIZATION_SUGGESTION_FIELD_NUMBER
public static final int ANNOTATION_ID_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int START_BOUNDARY_FIELD_NUMBER
public static final int END_BOUNDARY_FIELD_NUMBER
public static final int ANSWER_FEEDBACK_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public RuntimeAnnotation.DataCase getDataCase()
getDataCase in interface RuntimeAnnotationOrBuilderpublic boolean hasArticleSuggestion()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
hasArticleSuggestion in interface RuntimeAnnotationOrBuilderpublic ArticleSuggestionData getArticleSuggestion()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
getArticleSuggestion in interface RuntimeAnnotationOrBuilderpublic ArticleSuggestionDataOrBuilder getArticleSuggestionOrBuilder()
Agent Assist Article Suggestion data.
.google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
getArticleSuggestionOrBuilder in interface RuntimeAnnotationOrBuilderpublic boolean hasFaqAnswer()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;hasFaqAnswer in interface RuntimeAnnotationOrBuilderpublic FaqAnswerData getFaqAnswer()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;getFaqAnswer in interface RuntimeAnnotationOrBuilderpublic FaqAnswerDataOrBuilder getFaqAnswerOrBuilder()
Agent Assist FAQ answer data.
.google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;getFaqAnswerOrBuilder in interface RuntimeAnnotationOrBuilderpublic boolean hasSmartReply()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;hasSmartReply in interface RuntimeAnnotationOrBuilderpublic SmartReplyData getSmartReply()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;getSmartReply in interface RuntimeAnnotationOrBuilderpublic SmartReplyDataOrBuilder getSmartReplyOrBuilder()
Agent Assist Smart Reply data.
.google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;getSmartReplyOrBuilder in interface RuntimeAnnotationOrBuilderpublic boolean hasSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
hasSmartComposeSuggestion in interface RuntimeAnnotationOrBuilderpublic SmartComposeSuggestionData getSmartComposeSuggestion()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
getSmartComposeSuggestion in interface RuntimeAnnotationOrBuilderpublic SmartComposeSuggestionDataOrBuilder getSmartComposeSuggestionOrBuilder()
Agent Assist Smart Compose suggestion data.
.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
getSmartComposeSuggestionOrBuilder in interface RuntimeAnnotationOrBuilderpublic boolean hasDialogflowInteraction()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
hasDialogflowInteraction in interface RuntimeAnnotationOrBuilderpublic DialogflowInteractionData getDialogflowInteraction()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
getDialogflowInteraction in interface RuntimeAnnotationOrBuilderpublic DialogflowInteractionDataOrBuilder getDialogflowInteractionOrBuilder()
Dialogflow interaction data.
.google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
getDialogflowInteractionOrBuilder in interface RuntimeAnnotationOrBuilderpublic boolean hasConversationSummarizationSuggestion()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
hasConversationSummarizationSuggestion in interface RuntimeAnnotationOrBuilderpublic ConversationSummarizationSuggestionData getConversationSummarizationSuggestion()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
getConversationSummarizationSuggestion in interface RuntimeAnnotationOrBuilderpublic ConversationSummarizationSuggestionDataOrBuilder getConversationSummarizationSuggestionOrBuilder()
Conversation summarization suggestion data.
.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
getConversationSummarizationSuggestionOrBuilder in interface RuntimeAnnotationOrBuilderpublic String getAnnotationId()
The unique identifier of the annotation.
Format:
projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
string annotation_id = 1;getAnnotationId in interface RuntimeAnnotationOrBuilderpublic 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;getAnnotationIdBytes in interface RuntimeAnnotationOrBuilderpublic boolean hasCreateTime()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;hasCreateTime in interface RuntimeAnnotationOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;getCreateTime in interface RuntimeAnnotationOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time at which this annotation was created.
.google.protobuf.Timestamp create_time = 2;getCreateTimeOrBuilder in interface RuntimeAnnotationOrBuilderpublic boolean hasStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;hasStartBoundary in interface RuntimeAnnotationOrBuilderpublic AnnotationBoundary getStartBoundary()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;getStartBoundary in interface RuntimeAnnotationOrBuilderpublic AnnotationBoundaryOrBuilder getStartBoundaryOrBuilder()
The boundary in the conversation where the annotation starts, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;getStartBoundaryOrBuilder in interface RuntimeAnnotationOrBuilderpublic boolean hasEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;hasEndBoundary in interface RuntimeAnnotationOrBuilderpublic AnnotationBoundary getEndBoundary()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;getEndBoundary in interface RuntimeAnnotationOrBuilderpublic AnnotationBoundaryOrBuilder getEndBoundaryOrBuilder()
The boundary in the conversation where the annotation ends, inclusive.
.google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;getEndBoundaryOrBuilder in interface RuntimeAnnotationOrBuilderpublic boolean hasAnswerFeedback()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;hasAnswerFeedback in interface RuntimeAnnotationOrBuilderpublic AnswerFeedback getAnswerFeedback()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;getAnswerFeedback in interface RuntimeAnnotationOrBuilderpublic AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()
The feedback that the customer has about the answer in `data`.
.google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;getAnswerFeedbackOrBuilder in interface RuntimeAnnotationOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RuntimeAnnotation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeAnnotation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeAnnotation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeAnnotation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeAnnotation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeAnnotation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RuntimeAnnotation parseFrom(InputStream input) throws IOException
IOExceptionpublic static RuntimeAnnotation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RuntimeAnnotation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RuntimeAnnotation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RuntimeAnnotation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RuntimeAnnotation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RuntimeAnnotation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RuntimeAnnotation.Builder newBuilder()
public static RuntimeAnnotation.Builder newBuilder(RuntimeAnnotation prototype)
public RuntimeAnnotation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RuntimeAnnotation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RuntimeAnnotation getDefaultInstance()
public static com.google.protobuf.Parser<RuntimeAnnotation> parser()
public com.google.protobuf.Parser<RuntimeAnnotation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RuntimeAnnotation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.