Represents answer from "frequently asked questions".
| JSON representation | 
|---|
{ "answer": string, "confidence": number, "question": string, "source": string, "metadata": { string: string, ... }, "answerRecord": string }  | 
            
| Fields | |
|---|---|
answer | 
              
                 
 The piece of text from the   | 
            
confidence | 
              
                 
 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).  | 
            
question | 
              
                 
 The corresponding FAQ question.  | 
            
source | 
              
                 
 Indicates which Knowledge Document this answer was extracted from. Format:   | 
            
metadata | 
              
                 
 A map that contains metadata about the answer and the document from which it originates. An object containing a list of   | 
            
answerRecord | 
              
                 
 The name of answer record, in the format of "projects/  |