FaqAnswerData.Builder |
FaqAnswerData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clear() |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clearAnswer() |
The piece of text from the `source` knowledge base document.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clearConfidenceScore() |
The system's confidence score that this answer is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clearMetadata() |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clearQueryRecord() |
The name of the answer record.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clearQuestion() |
The corresponding FAQ question.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clearSource() |
The knowledge document that this answer was extracted from.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.clone() |
|
FaqAnswerData.Builder |
RuntimeAnnotation.Builder.getFaqAnswerBuilder() |
Agent Assist FAQ answer data.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.mergeFrom(FaqAnswerData other) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.mergeFrom(com.google.protobuf.Message other) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static FaqAnswerData.Builder |
FaqAnswerData.newBuilder() |
|
static FaqAnswerData.Builder |
FaqAnswerData.newBuilder(FaqAnswerData prototype) |
|
FaqAnswerData.Builder |
FaqAnswerData.newBuilderForType() |
|
protected FaqAnswerData.Builder |
FaqAnswerData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.putAllMetadata(Map<String,String> values) |
Map that contains metadata about the FAQ answer and the document that
it originates from.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.putMetadata(String key,
String value) |
Map that contains metadata about the FAQ answer and the document that
it originates from.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.removeMetadata(String key) |
Map that contains metadata about the FAQ answer and the document that
it originates from.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setAnswer(String value) |
The piece of text from the `source` knowledge base document.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setAnswerBytes(com.google.protobuf.ByteString value) |
The piece of text from the `source` knowledge base document.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setConfidenceScore(float value) |
The system's confidence score that this answer is a good match for this
conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely
certain).
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setQueryRecord(String value) |
The name of the answer record.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setQueryRecordBytes(com.google.protobuf.ByteString value) |
The name of the answer record.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setQuestion(String value) |
The corresponding FAQ question.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setQuestionBytes(com.google.protobuf.ByteString value) |
The corresponding FAQ question.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setSource(String value) |
The knowledge document that this answer was extracted from.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setSourceBytes(com.google.protobuf.ByteString value) |
The knowledge document that this answer was extracted from.
|
FaqAnswerData.Builder |
FaqAnswerData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
FaqAnswerData.Builder |
FaqAnswerData.toBuilder() |
|