ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clear() |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clearConfidenceScore() |
The system's confidence score that this article is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clearMetadata() |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clearQueryRecord() |
The name of the answer record.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clearSource() |
The knowledge document that this answer was extracted from.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clearTitle() |
Article title.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clearUri() |
Article URI.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.clone() |
|
ArticleSuggestionData.Builder |
RuntimeAnnotation.Builder.getArticleSuggestionBuilder() |
Agent Assist Article Suggestion data.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.mergeFrom(ArticleSuggestionData other) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ArticleSuggestionData.Builder |
ArticleSuggestionData.newBuilder() |
|
static ArticleSuggestionData.Builder |
ArticleSuggestionData.newBuilder(ArticleSuggestionData prototype) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.newBuilderForType() |
|
protected ArticleSuggestionData.Builder |
ArticleSuggestionData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.putAllMetadata(Map<String,String> values) |
Map that contains metadata about the Article Suggestion and the document
that it originates from.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.putMetadata(String key,
String value) |
Map that contains metadata about the Article Suggestion and the document
that it originates from.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.removeMetadata(String key) |
Map that contains metadata about the Article Suggestion and the document
that it originates from.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setConfidenceScore(float value) |
The system's confidence score that this article is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setQueryRecord(String value) |
The name of the answer record.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setQueryRecordBytes(com.google.protobuf.ByteString value) |
The name of the answer record.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setSource(String value) |
The knowledge document that this answer was extracted from.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setSourceBytes(com.google.protobuf.ByteString value) |
The knowledge document that this answer was extracted from.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setTitle(String value) |
Article title.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setTitleBytes(com.google.protobuf.ByteString value) |
Article title.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setUri(String value) |
Article URI.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.Builder.setUriBytes(com.google.protobuf.ByteString value) |
Article URI.
|
ArticleSuggestionData.Builder |
ArticleSuggestionData.toBuilder() |
|