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

com.google.cloud.contactcenterinsights.v1.ConversationSummarizationSuggestionDataOrBuilder 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/resources.proto

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

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

  /**
   *
   *
   * 
   * The summarization content that is concatenated into one string.
   * 
* * string text = 1; * * @return The text. */ java.lang.String getText(); /** * * *
   * The summarization content that is concatenated into one string.
   * 
* * string text = 1; * * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ int getTextSectionsCount(); /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ boolean containsTextSections(java.lang.String key); /** Use {@link #getTextSectionsMap()} instead. */ @java.lang.Deprecated java.util.Map getTextSections(); /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ java.util.Map getTextSectionsMap(); /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ /* nullable */ java.lang.String getTextSectionsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * The summarization content that is divided into sections. The key is the
   * section's name and the value is the section's content. There is no
   * specific format for the key or value.
   * 
* * map<string, string> text_sections = 5; */ java.lang.String getTextSectionsOrThrow(java.lang.String key); /** * * *
   * The confidence score of the summarization.
   * 
* * float confidence = 2; * * @return The confidence. */ float getConfidence(); /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ int getMetadataCount(); /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ boolean containsMetadata(java.lang.String key); /** Use {@link #getMetadataMap()} instead. */ @java.lang.Deprecated java.util.Map getMetadata(); /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ java.util.Map getMetadataMap(); /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ /* nullable */ java.lang.String getMetadataOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * A map that contains metadata about the summarization and the document
   * from which it originates.
   * 
* * map<string, string> metadata = 3; */ java.lang.String getMetadataOrThrow(java.lang.String key); /** * * *
   * The name of the answer record.
   * Format:
   * projects/{project}/locations/{location}/answerRecords/{answer_record}
   * 
* * string answer_record = 4; * * @return The answerRecord. */ java.lang.String getAnswerRecord(); /** * * *
   * The name of the answer record.
   * Format:
   * projects/{project}/locations/{location}/answerRecords/{answer_record}
   * 
* * string answer_record = 4; * * @return The bytes for answerRecord. */ com.google.protobuf.ByteString getAnswerRecordBytes(); /** * * *
   * The name of the model that generates this summary.
   * Format:
   * projects/{project}/locations/{location}/conversationModels/{conversation_model}
   * 
* * string conversation_model = 6; * * @return The conversationModel. */ java.lang.String getConversationModel(); /** * * *
   * The name of the model that generates this summary.
   * Format:
   * projects/{project}/locations/{location}/conversationModels/{conversation_model}
   * 
* * string conversation_model = 6; * * @return The bytes for conversationModel. */ com.google.protobuf.ByteString getConversationModelBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy