All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.contactcenterinsights.v1.CalculateStatsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.49.0
Show newest version
/*
 * 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/contact_center_insights.proto

// Protobuf Java Version: 3.25.4
package com.google.cloud.contactcenterinsights.v1;

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

  /**
   *
   *
   * 
   * The average duration of all conversations. The average is calculated using
   * only conversations that have a time duration.
   * 
* * .google.protobuf.Duration average_duration = 1; * * @return Whether the averageDuration field is set. */ boolean hasAverageDuration(); /** * * *
   * The average duration of all conversations. The average is calculated using
   * only conversations that have a time duration.
   * 
* * .google.protobuf.Duration average_duration = 1; * * @return The averageDuration. */ com.google.protobuf.Duration getAverageDuration(); /** * * *
   * The average duration of all conversations. The average is calculated using
   * only conversations that have a time duration.
   * 
* * .google.protobuf.Duration average_duration = 1; */ com.google.protobuf.DurationOrBuilder getAverageDurationOrBuilder(); /** * * *
   * The average number of turns per conversation.
   * 
* * int32 average_turn_count = 2; * * @return The averageTurnCount. */ int getAverageTurnCount(); /** * * *
   * The total number of conversations.
   * 
* * int32 conversation_count = 3; * * @return The conversationCount. */ int getConversationCount(); /** * * *
   * A map associating each smart highlighter display name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> smart_highlighter_matches = 4; */ int getSmartHighlighterMatchesCount(); /** * * *
   * A map associating each smart highlighter display name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> smart_highlighter_matches = 4; */ boolean containsSmartHighlighterMatches(java.lang.String key); /** Use {@link #getSmartHighlighterMatchesMap()} instead. */ @java.lang.Deprecated java.util.Map getSmartHighlighterMatches(); /** * * *
   * A map associating each smart highlighter display name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> smart_highlighter_matches = 4; */ java.util.Map getSmartHighlighterMatchesMap(); /** * * *
   * A map associating each smart highlighter display name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> smart_highlighter_matches = 4; */ int getSmartHighlighterMatchesOrDefault(java.lang.String key, int defaultValue); /** * * *
   * A map associating each smart highlighter display name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> smart_highlighter_matches = 4; */ int getSmartHighlighterMatchesOrThrow(java.lang.String key); /** * * *
   * A map associating each custom highlighter resource name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> custom_highlighter_matches = 5; */ int getCustomHighlighterMatchesCount(); /** * * *
   * A map associating each custom highlighter resource name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> custom_highlighter_matches = 5; */ boolean containsCustomHighlighterMatches(java.lang.String key); /** Use {@link #getCustomHighlighterMatchesMap()} instead. */ @java.lang.Deprecated java.util.Map getCustomHighlighterMatches(); /** * * *
   * A map associating each custom highlighter resource name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> custom_highlighter_matches = 5; */ java.util.Map getCustomHighlighterMatchesMap(); /** * * *
   * A map associating each custom highlighter resource name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> custom_highlighter_matches = 5; */ int getCustomHighlighterMatchesOrDefault(java.lang.String key, int defaultValue); /** * * *
   * A map associating each custom highlighter resource name with its respective
   * number of matches in the set of conversations.
   * 
* * map<string, int32> custom_highlighter_matches = 5; */ int getCustomHighlighterMatchesOrThrow(java.lang.String key); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * Deprecated, use `issue_matches_stats` field instead.
   * 
* * map<string, int32> issue_matches = 6 [deprecated = true]; */ @java.lang.Deprecated int getIssueMatchesCount(); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * Deprecated, use `issue_matches_stats` field instead.
   * 
* * map<string, int32> issue_matches = 6 [deprecated = true]; */ @java.lang.Deprecated boolean containsIssueMatches(java.lang.String key); /** Use {@link #getIssueMatchesMap()} instead. */ @java.lang.Deprecated java.util.Map getIssueMatches(); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * Deprecated, use `issue_matches_stats` field instead.
   * 
* * map<string, int32> issue_matches = 6 [deprecated = true]; */ @java.lang.Deprecated java.util.Map getIssueMatchesMap(); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * Deprecated, use `issue_matches_stats` field instead.
   * 
* * map<string, int32> issue_matches = 6 [deprecated = true]; */ @java.lang.Deprecated int getIssueMatchesOrDefault(java.lang.String key, int defaultValue); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * Deprecated, use `issue_matches_stats` field instead.
   * 
* * map<string, int32> issue_matches = 6 [deprecated = true]; */ @java.lang.Deprecated int getIssueMatchesOrThrow(java.lang.String key); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * 
* * * map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8; * */ int getIssueMatchesStatsCount(); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * 
* * * map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8; * */ boolean containsIssueMatchesStats(java.lang.String key); /** Use {@link #getIssueMatchesStatsMap()} instead. */ @java.lang.Deprecated java.util.Map< java.lang.String, com.google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> getIssueMatchesStats(); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * 
* * * map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8; * */ java.util.Map< java.lang.String, com.google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> getIssueMatchesStatsMap(); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * 
* * * map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8; * */ /* nullable */ com.google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats getIssueMatchesStatsOrDefault( java.lang.String key, /* nullable */ com.google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats defaultValue); /** * * *
   * A map associating each issue resource name with its respective number of
   * matches in the set of conversations. Key has the format:
   * `projects/<Project-ID>/locations/<Location-ID>/issueModels/<Issue-Model-ID>/issues/<Issue-ID>`
   * 
* * * map<string, .google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats> issue_matches_stats = 8; * */ com.google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats getIssueMatchesStatsOrThrow(java.lang.String key); /** * * *
   * A time series representing the count of conversations created over time
   * that match that requested filter criteria.
   * 
* * * .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7; * * * @return Whether the conversationCountTimeSeries field is set. */ boolean hasConversationCountTimeSeries(); /** * * *
   * A time series representing the count of conversations created over time
   * that match that requested filter criteria.
   * 
* * * .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7; * * * @return The conversationCountTimeSeries. */ com.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries getConversationCountTimeSeries(); /** * * *
   * A time series representing the count of conversations created over time
   * that match that requested filter criteria.
   * 
* * * .google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries conversation_count_time_series = 7; * */ com.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeriesOrBuilder getConversationCountTimeSeriesOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy