Send feedback
Class FaqAnswer (4.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.7.1 keyboard_arrow_down
public final class FaqAnswer extends GeneratedMessageV3 implements FaqAnswerOrBuilder
Represents answer from "frequently asked questions".
Protobuf type google.cloud.dialogflow.v2beta1.FaqAnswer
Static Fields
ANSWER_FIELD_NUMBER
public static final int ANSWER_FIELD_NUMBER
Field Value
ANSWER_RECORD_FIELD_NUMBER
public static final int ANSWER_RECORD_FIELD_NUMBER
Field Value
CONFIDENCE_FIELD_NUMBER
public static final int CONFIDENCE_FIELD_NUMBER
Field Value
public static final int METADATA_FIELD_NUMBER
Field Value
QUESTION_FIELD_NUMBER
public static final int QUESTION_FIELD_NUMBER
Field Value
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static FaqAnswer getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static FaqAnswer . Builder newBuilder ()
Returns
newBuilder(FaqAnswer prototype)
public static FaqAnswer . Builder newBuilder ( FaqAnswer prototype )
Parameter
Returns
public static FaqAnswer parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static FaqAnswer parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static FaqAnswer parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FaqAnswer parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static FaqAnswer parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FaqAnswer parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FaqAnswer parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static FaqAnswer parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static FaqAnswer parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static FaqAnswer parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static FaqAnswer parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FaqAnswer parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<FaqAnswer> parser ()
Returns
Methods
public boolean containsMetadata ( String key )
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Parameter
Returns
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
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
getAnswerRecord()
public String getAnswerRecord ()
The name of answer record, in the format of
"projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record
ID>"
string answer_record = 6;
Returns
Type Description String The answerRecord.
getAnswerRecordBytes()
public ByteString getAnswerRecordBytes ()
The name of answer record, in the format of
"projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record
ID>"
string answer_record = 6;
Returns
Type Description ByteString The bytes for answerRecord.
getConfidence()
public float getConfidence ()
The system's confidence score that this Knowledge answer is a good match
for this conversational query, range from 0.0 (completely uncertain)
to 1.0 (completely certain).
float confidence = 2;
Returns
Type Description float The confidence.
getDefaultInstanceForType()
public FaqAnswer getDefaultInstanceForType ()
Returns
public Map<String , String > getMetadata ()
Returns
public int getMetadataCount ()
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Returns
public Map<String , String > getMetadataMap ()
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Returns
public String getMetadataOrDefault ( String key , String defaultValue )
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Parameters
Returns
public String getMetadataOrThrow ( String key )
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Parameter
Returns
getParserForType()
public Parser<FaqAnswer> getParserForType ()
Returns
Overrides
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
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getSource()
public String getSource ()
Indicates which Knowledge Document this answer was extracted
from.
Format: projects/<Project ID>/locations/<Location
ID>/agent/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
string source = 4;
Returns
Type Description String The source.
getSourceBytes()
public ByteString getSourceBytes ()
Indicates which Knowledge Document this answer was extracted
from.
Format: projects/<Project ID>/locations/<Location
ID>/agent/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
string source = 4;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public FaqAnswer . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FaqAnswer . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public FaqAnswer . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]