public interface SmartReplyDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetadata(String key)
Map that contains metadata about the Smart Reply and the document from
which it originates.
|
double |
getConfidenceScore()
The system's confidence score that this reply is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
|
Map<String,String> |
getMetadata()
Deprecated.
|
int |
getMetadataCount()
Map that contains metadata about the Smart Reply and the document from
which it originates.
|
Map<String,String> |
getMetadataMap()
Map that contains metadata about the Smart Reply and the document from
which it originates.
|
String |
getMetadataOrDefault(String key,
String defaultValue)
Map that contains metadata about the Smart Reply and the document from
which it originates.
|
String |
getMetadataOrThrow(String key)
Map that contains metadata about the Smart Reply and the document from
which it originates.
|
String |
getQueryRecord()
The name of the answer record.
|
com.google.protobuf.ByteString |
getQueryRecordBytes()
The name of the answer record.
|
String |
getReply()
The content of the reply.
|
com.google.protobuf.ByteString |
getReplyBytes()
The content of the reply.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getReply()
The content of the reply.
string reply = 1;com.google.protobuf.ByteString getReplyBytes()
The content of the reply.
string reply = 1;double getConfidenceScore()
The system's confidence score that this reply is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
double confidence_score = 2;int getMetadataCount()
Map that contains metadata about the Smart Reply and the document from which it originates.
map<string, string> metadata = 3;boolean containsMetadata(String key)
Map that contains metadata about the Smart Reply and the document from which it originates.
map<string, string> metadata = 3;@Deprecated Map<String,String> getMetadata()
getMetadataMap() instead.Map<String,String> getMetadataMap()
Map that contains metadata about the Smart Reply and the document from which it originates.
map<string, string> metadata = 3;String getMetadataOrDefault(String key, String defaultValue)
Map that contains metadata about the Smart Reply and the document from which it originates.
map<string, string> metadata = 3;String getMetadataOrThrow(String key)
Map that contains metadata about the Smart Reply and the document from which it originates.
map<string, string> metadata = 3;String getQueryRecord()
The name of the answer record.
Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 4;com.google.protobuf.ByteString getQueryRecordBytes()
The name of the answer record.
Format:
projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 4;Copyright © 2025 Google LLC. All rights reserved.