Answer

The content of an FAQ answer.

JSON representation
 { 
 "faqQuestion" 
 : 
 string 
 , 
 "faqAnswer" 
 : 
 string 
 , 
 "matchConfidenceLevel" 
 : 
 enum (  MatchConfidenceLevel 
 
) 
 , 
 "matchConfidence" 
 : 
 number 
 } 
Fields
faqQuestion

string

The FAQ question, if the answer was extracted from an FAQ document.

faqAnswer

string

The text, from a configured knowledge base, that answers the user's question.

matchConfidenceLevel

enum ( MatchConfidenceLevel )

The confidence level that this answer is a good match for the user's question.

matchConfidence

number

The confidence score that this answer is a good match for the user's question.

The range is from 0.0 (completely uncertain) to 1.0 (completely certain).