public interface ConversationSummarizationSuggestionDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetadata(String key)
A map that contains metadata about the summarization and the document
from which it originates.
|
boolean |
containsTextSections(String key)
The summarization content that is divided into sections.
|
String |
getAnswerRecord()
The name of the answer record.
|
com.google.protobuf.ByteString |
getAnswerRecordBytes()
The name of the answer record.
|
float |
getConfidence()
The confidence score of the summarization.
|
String |
getConversationModel()
The name of the model that generates this summary.
|
com.google.protobuf.ByteString |
getConversationModelBytes()
The name of the model that generates this summary.
|
Map<String,String> |
getMetadata()
Deprecated.
|
int |
getMetadataCount()
A map that contains metadata about the summarization and the document
from which it originates.
|
Map<String,String> |
getMetadataMap()
A map that contains metadata about the summarization and the document
from which it originates.
|
String |
getMetadataOrDefault(String key,
String defaultValue)
A map that contains metadata about the summarization and the document
from which it originates.
|
String |
getMetadataOrThrow(String key)
A map that contains metadata about the summarization and the document
from which it originates.
|
String |
getText()
The summarization content that is concatenated into one string.
|
com.google.protobuf.ByteString |
getTextBytes()
The summarization content that is concatenated into one string.
|
Map<String,String> |
getTextSections()
Deprecated.
|
int |
getTextSectionsCount()
The summarization content that is divided into sections.
|
Map<String,String> |
getTextSectionsMap()
The summarization content that is divided into sections.
|
String |
getTextSectionsOrDefault(String key,
String defaultValue)
The summarization content that is divided into sections.
|
String |
getTextSectionsOrThrow(String key)
The summarization content that is divided into sections.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
The summarization content that is concatenated into one string.
string text = 1;com.google.protobuf.ByteString getTextBytes()
The summarization content that is concatenated into one string.
string text = 1;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(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;@Deprecated Map<String,String> getTextSections()
getTextSectionsMap() instead.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;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;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;float getConfidence()
The confidence score of the summarization.
float confidence = 2;int getMetadataCount()
A map that contains metadata about the summarization and the document from which it originates.
map<string, string> metadata = 3;boolean containsMetadata(String key)
A map that contains metadata about the summarization and the document from which it originates.
map<string, string> metadata = 3;@Deprecated Map<String,String> getMetadata()
getMetadataMap() instead.Map<String,String> getMetadataMap()
A map that contains metadata about the summarization and the document from which it originates.
map<string, string> metadata = 3;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;String getMetadataOrThrow(String key)
A map that contains metadata about the summarization and the document from which it originates.
map<string, string> metadata = 3;String getAnswerRecord()
The name of the answer record.
Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
string answer_record = 4;com.google.protobuf.ByteString getAnswerRecordBytes()
The name of the answer record.
Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
string answer_record = 4;String getConversationModel()
The name of the model that generates this summary.
Format:
projects/{project}/locations/{location}/conversationModels/{conversation_model}
string conversation_model = 6;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;Copyright © 2023 Google LLC. All rights reserved.