/*
 * Copyright 2020 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

package com.google.cloud.contactcenterinsights.v1;

public interface CallAnnotationOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.contactcenterinsights.v1.CallAnnotation)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Data specifying an interruption.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;</code>
   *
   * @return Whether the interruptionData field is set.
   */
  boolean hasInterruptionData();
  /**
   *
   *
   * <pre>
   * Data specifying an interruption.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;</code>
   *
   * @return The interruptionData.
   */
  com.google.cloud.contactcenterinsights.v1.InterruptionData getInterruptionData();
  /**
   *
   *
   * <pre>
   * Data specifying an interruption.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.InterruptionData interruption_data = 10;</code>
   */
  com.google.cloud.contactcenterinsights.v1.InterruptionDataOrBuilder
      getInterruptionDataOrBuilder();

  /**
   *
   *
   * <pre>
   * Data specifying sentiment.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;</code>
   *
   * @return Whether the sentimentData field is set.
   */
  boolean hasSentimentData();
  /**
   *
   *
   * <pre>
   * Data specifying sentiment.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;</code>
   *
   * @return The sentimentData.
   */
  com.google.cloud.contactcenterinsights.v1.SentimentData getSentimentData();
  /**
   *
   *
   * <pre>
   * Data specifying sentiment.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.SentimentData sentiment_data = 11;</code>
   */
  com.google.cloud.contactcenterinsights.v1.SentimentDataOrBuilder getSentimentDataOrBuilder();

  /**
   *
   *
   * <pre>
   * Data specifying silence.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;</code>
   *
   * @return Whether the silenceData field is set.
   */
  boolean hasSilenceData();
  /**
   *
   *
   * <pre>
   * Data specifying silence.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;</code>
   *
   * @return The silenceData.
   */
  com.google.cloud.contactcenterinsights.v1.SilenceData getSilenceData();
  /**
   *
   *
   * <pre>
   * Data specifying silence.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.SilenceData silence_data = 12;</code>
   */
  com.google.cloud.contactcenterinsights.v1.SilenceDataOrBuilder getSilenceDataOrBuilder();

  /**
   *
   *
   * <pre>
   * Data specifying a hold.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;</code>
   *
   * @return Whether the holdData field is set.
   */
  boolean hasHoldData();
  /**
   *
   *
   * <pre>
   * Data specifying a hold.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;</code>
   *
   * @return The holdData.
   */
  com.google.cloud.contactcenterinsights.v1.HoldData getHoldData();
  /**
   *
   *
   * <pre>
   * Data specifying a hold.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.HoldData hold_data = 13;</code>
   */
  com.google.cloud.contactcenterinsights.v1.HoldDataOrBuilder getHoldDataOrBuilder();

  /**
   *
   *
   * <pre>
   * Data specifying an entity mention.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;</code>
   *
   * @return Whether the entityMentionData field is set.
   */
  boolean hasEntityMentionData();
  /**
   *
   *
   * <pre>
   * Data specifying an entity mention.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;</code>
   *
   * @return The entityMentionData.
   */
  com.google.cloud.contactcenterinsights.v1.EntityMentionData getEntityMentionData();
  /**
   *
   *
   * <pre>
   * Data specifying an entity mention.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.EntityMentionData entity_mention_data = 15;</code>
   */
  com.google.cloud.contactcenterinsights.v1.EntityMentionDataOrBuilder
      getEntityMentionDataOrBuilder();

  /**
   *
   *
   * <pre>
   * Data specifying an intent match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;</code>
   *
   * @return Whether the intentMatchData field is set.
   */
  boolean hasIntentMatchData();
  /**
   *
   *
   * <pre>
   * Data specifying an intent match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;</code>
   *
   * @return The intentMatchData.
   */
  com.google.cloud.contactcenterinsights.v1.IntentMatchData getIntentMatchData();
  /**
   *
   *
   * <pre>
   * Data specifying an intent match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.IntentMatchData intent_match_data = 16;</code>
   */
  com.google.cloud.contactcenterinsights.v1.IntentMatchDataOrBuilder getIntentMatchDataOrBuilder();

  /**
   *
   *
   * <pre>
   * Data specifying a phrase match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;</code>
   *
   * @return Whether the phraseMatchData field is set.
   */
  boolean hasPhraseMatchData();
  /**
   *
   *
   * <pre>
   * Data specifying a phrase match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;</code>
   *
   * @return The phraseMatchData.
   */
  com.google.cloud.contactcenterinsights.v1.PhraseMatchData getPhraseMatchData();
  /**
   *
   *
   * <pre>
   * Data specifying a phrase match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.PhraseMatchData phrase_match_data = 17;</code>
   */
  com.google.cloud.contactcenterinsights.v1.PhraseMatchDataOrBuilder getPhraseMatchDataOrBuilder();

  /**
   *
   *
   * <pre>
   * Data specifying an issue match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;</code>
   *
   * @return Whether the issueMatchData field is set.
   */
  boolean hasIssueMatchData();
  /**
   *
   *
   * <pre>
   * Data specifying an issue match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;</code>
   *
   * @return The issueMatchData.
   */
  com.google.cloud.contactcenterinsights.v1.IssueMatchData getIssueMatchData();
  /**
   *
   *
   * <pre>
   * Data specifying an issue match.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.IssueMatchData issue_match_data = 18;</code>
   */
  com.google.cloud.contactcenterinsights.v1.IssueMatchDataOrBuilder getIssueMatchDataOrBuilder();

  /**
   *
   *
   * <pre>
   * The channel of the audio where the annotation occurs. For single-channel
   * audio, this field is not populated.
   * </pre>
   *
   * <code>int32 channel_tag = 1;</code>
   *
   * @return The channelTag.
   */
  int getChannelTag();

  /**
   *
   *
   * <pre>
   * The boundary in the conversation where the annotation starts, inclusive.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
   * </code>
   *
   * @return Whether the annotationStartBoundary field is set.
   */
  boolean hasAnnotationStartBoundary();
  /**
   *
   *
   * <pre>
   * The boundary in the conversation where the annotation starts, inclusive.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
   * </code>
   *
   * @return The annotationStartBoundary.
   */
  com.google.cloud.contactcenterinsights.v1.AnnotationBoundary getAnnotationStartBoundary();
  /**
   *
   *
   * <pre>
   * The boundary in the conversation where the annotation starts, inclusive.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_start_boundary = 4;
   * </code>
   */
  com.google.cloud.contactcenterinsights.v1.AnnotationBoundaryOrBuilder
      getAnnotationStartBoundaryOrBuilder();

  /**
   *
   *
   * <pre>
   * The boundary in the conversation where the annotation ends, inclusive.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
   * </code>
   *
   * @return Whether the annotationEndBoundary field is set.
   */
  boolean hasAnnotationEndBoundary();
  /**
   *
   *
   * <pre>
   * The boundary in the conversation where the annotation ends, inclusive.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
   * </code>
   *
   * @return The annotationEndBoundary.
   */
  com.google.cloud.contactcenterinsights.v1.AnnotationBoundary getAnnotationEndBoundary();
  /**
   *
   *
   * <pre>
   * The boundary in the conversation where the annotation ends, inclusive.
   * </pre>
   *
   * <code>.google.cloud.contactcenterinsights.v1.AnnotationBoundary annotation_end_boundary = 5;
   * </code>
   */
  com.google.cloud.contactcenterinsights.v1.AnnotationBoundaryOrBuilder
      getAnnotationEndBoundaryOrBuilder();

  public com.google.cloud.contactcenterinsights.v1.CallAnnotation.DataCase getDataCase();
}
