public static interface SuggestConversationSummaryResponse.SummaryOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsTextSections(String key)
The summary content that is divided into sections.
|
String |
getAnswerRecord()
The name of the answer record.
|
ByteString |
getAnswerRecordBytes()
The name of the answer record.
|
String |
getText()
The summary content that is concatenated into one string.
|
ByteString |
getTextBytes()
The summary content that is concatenated into one string.
|
Map<String,String> |
getTextSections()
Deprecated.
|
int |
getTextSectionsCount()
The summary content that is divided into sections.
|
Map<String,String> |
getTextSectionsMap()
The summary content that is divided into sections.
|
String |
getTextSectionsOrDefault(String key,
String defaultValue)
The summary content that is divided into sections.
|
String |
getTextSectionsOrThrow(String key)
The summary content that is divided into sections.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getText()
The summary content that is concatenated into one string.
string text = 1;
ByteString getTextBytes()
The summary content that is concatenated into one string.
string text = 1;
int getTextSectionsCount()
The summary 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 = 4;
boolean containsTextSections(String key)
The summary 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 = 4;
@Deprecated Map<String,String> getTextSections()
getTextSectionsMap()
instead.Map<String,String> getTextSectionsMap()
The summary 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 = 4;
String getTextSectionsOrDefault(String key, String defaultValue)
The summary 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 = 4;
String getTextSectionsOrThrow(String key)
The summary 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 = 4;
String getAnswerRecord()
The name of the answer record. Format: "projects/<Project ID>/answerRecords/<Answer Record ID>"
string answer_record = 3 [(.google.api.resource_reference) = { ... }
ByteString getAnswerRecordBytes()
The name of the answer record. Format: "projects/<Project ID>/answerRecords/<Answer Record ID>"
string answer_record = 3 [(.google.api.resource_reference) = { ... }
Copyright © 2022 Google LLC. All rights reserved.