public static final class FaqAnswerData.Builder extends GeneratedMessage.Builder<FaqAnswerData.Builder> implements FaqAnswerDataOrBuilderAgent Assist frequently-asked-question answer data.
Protobuf type google.cloud.contactcenterinsights.v1.FaqAnswerData
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FaqAnswerData.BuilderImplements
FaqAnswerDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FaqAnswerData build()| Returns | |
|---|---|
| Type | Description |
FaqAnswerData |
|
buildPartial()
public FaqAnswerData buildPartial()| Returns | |
|---|---|
| Type | Description |
FaqAnswerData |
|
clear()
public FaqAnswerData.Builder clear()| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
|
clearAnswer()
public FaqAnswerData.Builder clearAnswer() The piece of text from the source knowledge base document.
string answer = 1;
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
clearConfidenceScore()
public 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).
float confidence_score = 2;
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
clearMetadata()
public FaqAnswerData.Builder clearMetadata()| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
|
clearQueryRecord()
public FaqAnswerData.Builder clearQueryRecord()The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 5;
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
clearQuestion()
public FaqAnswerData.Builder clearQuestion()The corresponding FAQ question.
string question = 3;
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
clearSource()
public FaqAnswerData.Builder clearSource()The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.
string source = 6;
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
containsMetadata(String key)
public boolean containsMetadata(String key)Map that contains metadata about the FAQ answer and the document that it originates from.
map<string, string> metadata = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAnswer()
public String getAnswer() The piece of text from the source knowledge base document.
string answer = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The answer. |
getAnswerBytes()
public ByteString getAnswerBytes() The piece of text from the source knowledge base document.
string answer = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for answer. |
getConfidenceScore()
public float getConfidenceScore()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).
float confidence_score = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The confidenceScore. |
getDefaultInstanceForType()
public FaqAnswerData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FaqAnswerData |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetadata() (deprecated)
public Map<String,String> getMetadata()Use #getMetadataMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getMetadataCount()
public int getMetadataCount()Map that contains metadata about the FAQ answer and the document that it originates from.
map<string, string> metadata = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetadataMap()
public Map<String,String> getMetadataMap()Map that contains metadata about the FAQ answer and the document that it originates from.
map<string, string> metadata = 4;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getMetadataOrDefault(String key, String defaultValue)
public String getMetadataOrDefault(String key, String defaultValue)Map that contains metadata about the FAQ answer and the document that it originates from.
map<string, string> metadata = 4;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getMetadataOrThrow(String key)
public String getMetadataOrThrow(String key)Map that contains metadata about the FAQ answer and the document that it originates from.
map<string, string> metadata = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getMutableMetadata() (deprecated)
public Map<String,String> getMutableMetadata()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getQueryRecord()
public String getQueryRecord()The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The queryRecord. |
getQueryRecordBytes()
public ByteString getQueryRecordBytes()The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for queryRecord. |
getQuestion()
public String getQuestion()The corresponding FAQ question.
string question = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The question. |
getQuestionBytes()
public ByteString getQuestionBytes()The corresponding FAQ question.
string question = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for question. |
getSource()
public String getSource()The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.
string source = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The source. |
getSourceBytes()
public ByteString getSourceBytes()The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.
string source = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for source. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FaqAnswerData other)
public FaqAnswerData.Builder mergeFrom(FaqAnswerData other)| Parameter | |
|---|---|
| Name | Description |
other |
FaqAnswerData |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FaqAnswerData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FaqAnswerData.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
|
putAllMetadata(Map<String,String> values)
public FaqAnswerData.Builder putAllMetadata(Map<String,String> values)Map that contains metadata about the FAQ answer and the document that it originates from.
map<string, string> metadata = 4;
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
|
putMetadata(String key, String value)
public FaqAnswerData.Builder putMetadata(String key, String value)Map that contains metadata about the FAQ answer and the document that it originates from.
map<string, string> metadata = 4;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
|
removeMetadata(String key)
public FaqAnswerData.Builder removeMetadata(String key)Map that contains metadata about the FAQ answer and the document that it originates from.
map<string, string> metadata = 4;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
|
setAnswer(String value)
public FaqAnswerData.Builder setAnswer(String value) The piece of text from the source knowledge base document.
string answer = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe answer to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
setAnswerBytes(ByteString value)
public FaqAnswerData.Builder setAnswerBytes(ByteString value) The piece of text from the source knowledge base document.
string answer = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for answer to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
setConfidenceScore(float value)
public 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).
float confidence_score = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe confidenceScore to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
setQueryRecord(String value)
public FaqAnswerData.Builder setQueryRecord(String value)The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe queryRecord to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
setQueryRecordBytes(ByteString value)
public FaqAnswerData.Builder setQueryRecordBytes(ByteString value)The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
string query_record = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for queryRecord to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
setQuestion(String value)
public FaqAnswerData.Builder setQuestion(String value)The corresponding FAQ question.
string question = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe question to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
setQuestionBytes(ByteString value)
public FaqAnswerData.Builder setQuestionBytes(ByteString value)The corresponding FAQ question.
string question = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for question to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
setSource(String value)
public FaqAnswerData.Builder setSource(String value)The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.
string source = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe source to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |
setSourceBytes(ByteString value)
public FaqAnswerData.Builder setSourceBytes(ByteString value)The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.
string source = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for source to set. |
| Returns | |
|---|---|
| Type | Description |
FaqAnswerData.Builder |
This builder for chaining. |