Interface ConversationSummarizationSuggestionDataOrBuilder

    • Method Detail

      • getText

        String getText()
         The summarization content that is concatenated into one string.
         
        string text = 1;
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
         The summarization content that is concatenated into one string.
         
        string text = 1;
        Returns:
        The bytes for text.
      • getTextSectionsCount

        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;
      • containsTextSections

        boolean containsTextSections​(String key)
         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;
      • getTextSectionsMap

        Map<String,​String> 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;
      • getTextSectionsOrDefault

        String getTextSectionsOrDefault​(String key,
                                        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;
      • getTextSectionsOrThrow

        String getTextSectionsOrThrow​(String key)
         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;
      • getConfidence

        float getConfidence()
         The confidence score of the summarization.
         
        float confidence = 2;
        Returns:
        The confidence.
      • getMetadataCount

        int getMetadataCount()
         A map that contains metadata about the summarization and the document
         from which it originates.
         
        map<string, string> metadata = 3;
      • containsMetadata

        boolean containsMetadata​(String key)
         A map that contains metadata about the summarization and the document
         from which it originates.
         
        map<string, string> metadata = 3;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
         A map that contains metadata about the summarization and the document
         from which it originates.
         
        map<string, string> metadata = 3;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
         A map that contains metadata about the summarization and the document
         from which it originates.
         
        map<string, string> metadata = 3;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
         A map that contains metadata about the summarization and the document
         from which it originates.
         
        map<string, string> metadata = 3;
      • getAnswerRecord

        String getAnswerRecord()
         The name of the answer record.
         Format:
         projects/{project}/locations/{location}/answerRecords/{answer_record}
         
        string answer_record = 4;
        Returns:
        The answerRecord.
      • getAnswerRecordBytes

        com.google.protobuf.ByteString getAnswerRecordBytes()
         The name of the answer record.
         Format:
         projects/{project}/locations/{location}/answerRecords/{answer_record}
         
        string answer_record = 4;
        Returns:
        The bytes for answerRecord.
      • getConversationModel

        String getConversationModel()
         The name of the model that generates this summary.
         Format:
         projects/{project}/locations/{location}/conversationModels/{conversation_model}
         
        string conversation_model = 6;
        Returns:
        The conversationModel.
      • getConversationModelBytes

        com.google.protobuf.ByteString getConversationModelBytes()
         The name of the model that generates this summary.
         Format:
         projects/{project}/locations/{location}/conversationModels/{conversation_model}
         
        string conversation_model = 6;
        Returns:
        The bytes for conversationModel.