| Modifier and Type | Method and Description |
|---|---|
SmartReplyData.Builder |
SmartReplyData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SmartReplyData.Builder |
SmartReplyData.Builder.clear() |
SmartReplyData.Builder |
SmartReplyData.Builder.clearConfidenceScore()
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).
|
SmartReplyData.Builder |
SmartReplyData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SmartReplyData.Builder |
SmartReplyData.Builder.clearMetadata() |
SmartReplyData.Builder |
SmartReplyData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SmartReplyData.Builder |
SmartReplyData.Builder.clearQueryRecord()
The name of the answer record.
|
SmartReplyData.Builder |
SmartReplyData.Builder.clearReply()
The content of the reply.
|
SmartReplyData.Builder |
SmartReplyData.Builder.clone() |
SmartReplyData.Builder |
RuntimeAnnotation.Builder.getSmartReplyBuilder()
Agent Assist Smart Reply data.
|
SmartReplyData.Builder |
SmartReplyData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SmartReplyData.Builder |
SmartReplyData.Builder.mergeFrom(com.google.protobuf.Message other) |
SmartReplyData.Builder |
SmartReplyData.Builder.mergeFrom(SmartReplyData other) |
SmartReplyData.Builder |
SmartReplyData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SmartReplyData.Builder |
SmartReplyData.newBuilder() |
static SmartReplyData.Builder |
SmartReplyData.newBuilder(SmartReplyData prototype) |
SmartReplyData.Builder |
SmartReplyData.newBuilderForType() |
protected SmartReplyData.Builder |
SmartReplyData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SmartReplyData.Builder |
SmartReplyData.Builder.putAllMetadata(Map<String,String> values)
Map that contains metadata about the Smart Reply and the document from
which it originates.
|
SmartReplyData.Builder |
SmartReplyData.Builder.putMetadata(String key,
String value)
Map that contains metadata about the Smart Reply and the document from
which it originates.
|
SmartReplyData.Builder |
SmartReplyData.Builder.removeMetadata(String key)
Map that contains metadata about the Smart Reply and the document from
which it originates.
|
SmartReplyData.Builder |
SmartReplyData.Builder.setConfidenceScore(double value)
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).
|
SmartReplyData.Builder |
SmartReplyData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SmartReplyData.Builder |
SmartReplyData.Builder.setQueryRecord(String value)
The name of the answer record.
|
SmartReplyData.Builder |
SmartReplyData.Builder.setQueryRecordBytes(com.google.protobuf.ByteString value)
The name of the answer record.
|
SmartReplyData.Builder |
SmartReplyData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SmartReplyData.Builder |
SmartReplyData.Builder.setReply(String value)
The content of the reply.
|
SmartReplyData.Builder |
SmartReplyData.Builder.setReplyBytes(com.google.protobuf.ByteString value)
The content of the reply.
|
SmartReplyData.Builder |
SmartReplyData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SmartReplyData.Builder |
SmartReplyData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeAnnotation.Builder |
RuntimeAnnotation.Builder.setSmartReply(SmartReplyData.Builder builderForValue)
Agent Assist Smart Reply data.
|
Copyright © 2023 Google LLC. All rights reserved.