com.google.cloud.contactcenterinsights.v1.CallAnnotationOrBuilder 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 CallAnnotationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.contactcenterinsights.v1.CallAnnotation)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Data specifying an interruption.
*
*
* .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
*
* @return Whether the interruptionData field is set.
*/
boolean hasInterruptionData();
/**
*
*
*
* Data specifying an interruption.
*
*
* .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
*
* @return The interruptionData.
*/
com.google.cloud.contactcenterinsights.v1.InterruptionData getInterruptionData();
/**
*
*
*
* Data specifying an interruption.
*
*
* .google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;
*/
com.google.cloud.contactcenterinsights.v1.InterruptionDataOrBuilder
getInterruptionDataOrBuilder();
/**
*
*
*
* Data specifying sentiment.
*
*
* .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
*
* @return Whether the sentimentData field is set.
*/
boolean hasSentimentData();
/**
*
*
*
* Data specifying sentiment.
*
*
* .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
*
* @return The sentimentData.
*/
com.google.cloud.contactcenterinsights.v1.SentimentData getSentimentData();
/**
*
*
*
* Data specifying sentiment.
*
*
* .google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;
*/
com.google.cloud.contactcenterinsights.v1.SentimentDataOrBuilder getSentimentDataOrBuilder();
/**
*
*
*
* Data specifying silence.
*
*
* .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
*
* @return Whether the silenceData field is set.
*/
boolean hasSilenceData();
/**
*
*
*
* Data specifying silence.
*
*
* .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
*
* @return The silenceData.
*/
com.google.cloud.contactcenterinsights.v1.SilenceData getSilenceData();
/**
*
*
*
* Data specifying silence.
*
*
* .google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;
*/
com.google.cloud.contactcenterinsights.v1.SilenceDataOrBuilder getSilenceDataOrBuilder();
/**
*
*
*
* Data specifying a hold.
*
*
* .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
*
* @return Whether the holdData field is set.
*/
boolean hasHoldData();
/**
*
*
*
* Data specifying a hold.
*
*
* .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
*
* @return The holdData.
*/
com.google.cloud.contactcenterinsights.v1.HoldData getHoldData();
/**
*
*
*
* Data specifying a hold.
*
*
* .google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;
*/
com.google.cloud.contactcenterinsights.v1.HoldDataOrBuilder getHoldDataOrBuilder();
/**
*
*
*
* Data specifying an entity mention.
*
*
* .google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
*
* @return Whether the entityMentionData field is set.
*/
boolean hasEntityMentionData();
/**
*
*
*
* Data specifying an entity mention.
*
*
* .google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
*
* @return The entityMentionData.
*/
com.google.cloud.contactcenterinsights.v1.EntityMentionData getEntityMentionData();
/**
*
*
*
* Data specifying an entity mention.
*
*
* .google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;
*/
com.google.cloud.contactcenterinsights.v1.EntityMentionDataOrBuilder
getEntityMentionDataOrBuilder();
/**
*
*
*
* Data specifying an intent match.
*
*
* .google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
*
* @return Whether the intentMatchData field is set.
*/
boolean hasIntentMatchData();
/**
*
*
*
* Data specifying an intent match.
*
*
* .google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
*
* @return The intentMatchData.
*/
com.google.cloud.contactcenterinsights.v1.IntentMatchData getIntentMatchData();
/**
*
*
*
* Data specifying an intent match.
*
*
* .google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;
*/
com.google.cloud.contactcenterinsights.v1.IntentMatchDataOrBuilder getIntentMatchDataOrBuilder();
/**
*
*
*
* Data specifying a phrase match.
*
*
* .google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
*
* @return Whether the phraseMatchData field is set.
*/
boolean hasPhraseMatchData();
/**
*
*
*
* Data specifying a phrase match.
*
*
* .google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
*
* @return The phraseMatchData.
*/
com.google.cloud.contactcenterinsights.v1.PhraseMatchData getPhraseMatchData();
/**
*
*
*
* Data specifying a phrase match.
*
*
* .google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;
*/
com.google.cloud.contactcenterinsights.v1.PhraseMatchDataOrBuilder getPhraseMatchDataOrBuilder();
/**
*
*
*
* Data specifying an issue match.
*
*
* .google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
*
* @return Whether the issueMatchData field is set.
*/
boolean hasIssueMatchData();
/**
*
*
*
* Data specifying an issue match.
*
*
* .google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
*
* @return The issueMatchData.
*/
com.google.cloud.contactcenterinsights.v1.IssueMatchData getIssueMatchData();
/**
*
*
*
* Data specifying an issue match.
*
*
* .google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;
*/
com.google.cloud.contactcenterinsights.v1.IssueMatchDataOrBuilder getIssueMatchDataOrBuilder();
/**
*
*
*
* The channel of the audio where the annotation occurs. For single-channel
* audio, this field is not populated.
*
*
* int32 channel_tag = 1;
*
* @return The channelTag.
*/
int getChannelTag();
/**
*
*
*
* The boundary in the conversation where the annotation starts, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
*
*
* @return Whether the annotationStartBoundary field is set.
*/
boolean hasAnnotationStartBoundary();
/**
*
*
*
* The boundary in the conversation where the annotation starts, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
*
*
* @return The annotationStartBoundary.
*/
com.google.cloud.contactcenterinsights.v1.AnnotationBoundary getAnnotationStartBoundary();
/**
*
*
*
* The boundary in the conversation where the annotation starts, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
*
*/
com.google.cloud.contactcenterinsights.v1.AnnotationBoundaryOrBuilder
getAnnotationStartBoundaryOrBuilder();
/**
*
*
*
* The boundary in the conversation where the annotation ends, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
*
*
* @return Whether the annotationEndBoundary field is set.
*/
boolean hasAnnotationEndBoundary();
/**
*
*
*
* The boundary in the conversation where the annotation ends, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
*
*
* @return The annotationEndBoundary.
*/
com.google.cloud.contactcenterinsights.v1.AnnotationBoundary getAnnotationEndBoundary();
/**
*
*
*
* The boundary in the conversation where the annotation ends, inclusive.
*
*
* .google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
*
*/
com.google.cloud.contactcenterinsights.v1.AnnotationBoundaryOrBuilder
getAnnotationEndBoundaryOrBuilder();
com.google.cloud.contactcenterinsights.v1.CallAnnotation.DataCase getDataCase();
}