com.google.cloud.contactcenterinsights.v1.RuntimeAnnotationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-contact-center-insights-v1 Show documentation
Show all versions of proto-google-cloud-contact-center-insights-v1 Show documentation
Proto library for google-cloud-contact-center-insights
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/contactcenterinsights/v1/resources.proto
// Protobuf Java Version: 3.25.4
package com.google.cloud.contactcenterinsights.v1;
public interface RuntimeAnnotationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.contactcenterinsights.v1.RuntimeAnnotation)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Agent Assist Article Suggestion data.
*
*
* .google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
*
*
* @return Whether the articleSuggestion field is set.
*/
boolean hasArticleSuggestion();
/**
*
*
*
* Agent Assist Article Suggestion data.
*
*
* .google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
*
*
* @return The articleSuggestion.
*/
com.google.cloud.contactcenterinsights.v1.ArticleSuggestionData getArticleSuggestion();
/**
*
*
*
* Agent Assist Article Suggestion data.
*
*
* .google.cloud.contactcenterinsights.v1.ArticleSuggestionData article_suggestion = 6;
*
*/
com.google.cloud.contactcenterinsights.v1.ArticleSuggestionDataOrBuilder
getArticleSuggestionOrBuilder();
/**
*
*
*
* Agent Assist FAQ answer data.
*
*
* .google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
*
* @return Whether the faqAnswer field is set.
*/
boolean hasFaqAnswer();
/**
*
*
*
* Agent Assist FAQ answer data.
*
*
* .google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
*
* @return The faqAnswer.
*/
com.google.cloud.contactcenterinsights.v1.FaqAnswerData getFaqAnswer();
/**
*
*
*
* Agent Assist FAQ answer data.
*
*
* .google.cloud.contactcenterinsights.v1.FaqAnswerData faq_answer = 7;
*/
com.google.cloud.contactcenterinsights.v1.FaqAnswerDataOrBuilder getFaqAnswerOrBuilder();
/**
*
*
*
* Agent Assist Smart Reply data.
*
*
* .google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
*
* @return Whether the smartReply field is set.
*/
boolean hasSmartReply();
/**
*
*
*
* Agent Assist Smart Reply data.
*
*
* .google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
*
* @return The smartReply.
*/
com.google.cloud.contactcenterinsights.v1.SmartReplyData getSmartReply();
/**
*
*
*
* Agent Assist Smart Reply data.
*
*
* .google.cloud.contactcenterinsights.v1.SmartReplyData smart_reply = 8;
*/
com.google.cloud.contactcenterinsights.v1.SmartReplyDataOrBuilder getSmartReplyOrBuilder();
/**
*
*
*
* Agent Assist Smart Compose suggestion data.
*
*
*
* .google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
*
*
* @return Whether the smartComposeSuggestion field is set.
*/
boolean hasSmartComposeSuggestion();
/**
*
*
*
* Agent Assist Smart Compose suggestion data.
*
*
*
* .google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
*
*
* @return The smartComposeSuggestion.
*/
com.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData getSmartComposeSuggestion();
/**
*
*
*
* Agent Assist Smart Compose suggestion data.
*
*
*
* .google.cloud.contactcenterinsights.v1.SmartComposeSuggestionData smart_compose_suggestion = 9;
*
*/
com.google.cloud.contactcenterinsights.v1.SmartComposeSuggestionDataOrBuilder
getSmartComposeSuggestionOrBuilder();
/**
*
*
*
* Dialogflow interaction data.
*
*
*
* .google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
*
*
* @return Whether the dialogflowInteraction field is set.
*/
boolean hasDialogflowInteraction();
/**
*
*
*
* Dialogflow interaction data.
*
*
*
* .google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
*
*
* @return The dialogflowInteraction.
*/
com.google.cloud.contactcenterinsights.v1.DialogflowInteractionData getDialogflowInteraction();
/**
*
*
*
* Dialogflow interaction data.
*
*
*
* .google.cloud.contactcenterinsights.v1.DialogflowInteractionData dialogflow_interaction = 10;
*
*/
com.google.cloud.contactcenterinsights.v1.DialogflowInteractionDataOrBuilder
getDialogflowInteractionOrBuilder();
/**
*
*
*
* Conversation summarization suggestion data.
*
*
*
* .google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
*
*
* @return Whether the conversationSummarizationSuggestion field is set.
*/
boolean hasConversationSummarizationSuggestion();
/**
*
*
*
* Conversation summarization suggestion data.
*
*
*
* .google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
*
*
* @return The conversationSummarizationSuggestion.
*/
com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData
getConversationSummarizationSuggestion();
/**
*
*
*
* Conversation summarization suggestion data.
*
*
*
* .google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionData conversation_summarization_suggestion = 12;
*
*/
com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionDataOrBuilder
getConversationSummarizationSuggestionOrBuilder();
/**
*
*
*
* The unique identifier of the annotation.
* Format:
* projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
*
*
* string annotation_id = 1;
*
* @return The annotationId.
*/
java.lang.String getAnnotationId();
/**
*
*
*
* The unique identifier of the annotation.
* Format:
* projects/{project}/locations/{location}/conversationDatasets/{dataset}/conversationDataItems/{data_item}/conversationAnnotations/{annotation}
*
*
* string annotation_id = 1;
*
* @return The bytes for annotationId.
*/
com.google.protobuf.ByteString getAnnotationIdBytes();
/**
*
*
*
* The time at which this annotation was created.
*
*
* .google.protobuf.Timestamp create_time = 2;
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* The time at which this annotation was created.
*
*
* .google.protobuf.Timestamp create_time = 2;
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* The time at which this annotation was created.
*
*
* .google.protobuf.Timestamp create_time = 2;
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* The boundary in the conversation where the annotation starts, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
*
* @return Whether the startBoundary field is set.
*/
boolean hasStartBoundary();
/**
*
*
*
* The boundary in the conversation where the annotation starts, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
*
* @return The startBoundary.
*/
com.google.cloud.contactcenterinsights.v1.AnnotationBoundary getStartBoundary();
/**
*
*
*
* The boundary in the conversation where the annotation starts, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary start_boundary = 3;
*/
com.google.cloud.contactcenterinsights.v1.AnnotationBoundaryOrBuilder getStartBoundaryOrBuilder();
/**
*
*
*
* The boundary in the conversation where the annotation ends, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
*
* @return Whether the endBoundary field is set.
*/
boolean hasEndBoundary();
/**
*
*
*
* The boundary in the conversation where the annotation ends, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
*
* @return The endBoundary.
*/
com.google.cloud.contactcenterinsights.v1.AnnotationBoundary getEndBoundary();
/**
*
*
*
* The boundary in the conversation where the annotation ends, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary end_boundary = 4;
*/
com.google.cloud.contactcenterinsights.v1.AnnotationBoundaryOrBuilder getEndBoundaryOrBuilder();
/**
*
*
*
* The feedback that the customer has about the answer in `data`.
*
*
* .google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
*
* @return Whether the answerFeedback field is set.
*/
boolean hasAnswerFeedback();
/**
*
*
*
* The feedback that the customer has about the answer in `data`.
*
*
* .google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
*
* @return The answerFeedback.
*/
com.google.cloud.contactcenterinsights.v1.AnswerFeedback getAnswerFeedback();
/**
*
*
*
* The feedback that the customer has about the answer in `data`.
*
*
* .google.cloud.contactcenterinsights.v1.AnswerFeedback answer_feedback = 5;
*/
com.google.cloud.contactcenterinsights.v1.AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder();
com.google.cloud.contactcenterinsights.v1.RuntimeAnnotation.DataCase getDataCase();
}