| Modifier and Type | Method and Description |
|---|---|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.clear() |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.clearConfidenceScore()
The system's confidence score that this suggestion is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.clearMetadata() |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.clearQueryRecord()
The name of the answer record.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.clearSuggestion()
The content of the suggestion.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.clone() |
SmartComposeSuggestionData.Builder |
RuntimeAnnotation.Builder.getSmartComposeSuggestionBuilder()
Agent Assist Smart Compose suggestion data.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.mergeFrom(com.google.protobuf.Message other) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.mergeFrom(SmartComposeSuggestionData other) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.newBuilder() |
static SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.newBuilder(SmartComposeSuggestionData prototype) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.newBuilderForType() |
protected SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.putAllMetadata(Map<String,String> values)
Map that contains metadata about the Smart Compose suggestion and the
document from which it originates.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.putMetadata(String key,
String value)
Map that contains metadata about the Smart Compose suggestion and the
document from which it originates.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.removeMetadata(String key)
Map that contains metadata about the Smart Compose suggestion and the
document from which it originates.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.setConfidenceScore(double value)
The system's confidence score that this suggestion is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.setQueryRecord(String value)
The name of the answer record.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.setQueryRecordBytes(com.google.protobuf.ByteString value)
The name of the answer record.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.setSuggestion(String value)
The content of the suggestion.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.setSuggestionBytes(com.google.protobuf.ByteString value)
The content of the suggestion.
|
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SmartComposeSuggestionData.Builder |
SmartComposeSuggestionData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeAnnotation.Builder |
RuntimeAnnotation.Builder.setSmartComposeSuggestion(SmartComposeSuggestionData.Builder builderForValue)
Agent Assist Smart Compose suggestion data.
|
Copyright © 2025 Google LLC. All rights reserved.