Google Business Messages 功能將於 2024 年 7 月 31 日終止服務。請按
這裡瞭解詳情。
Answer
JSON 表示法 |
{
"faqQuestion": string,
"faqAnswer": string,
"matchConfidenceLevel": enum (MatchConfidenceLevel ),
"matchConfidence": number
} |
欄位 |
faqQuestion |
string
常見問題 (如果答案是擷取自常見問題文件)。
|
faqAnswer |
string
知識庫中的文字,可回答使用者的問題。
|
matchConfidenceLevel |
enum (MatchConfidenceLevel )
此答案與使用者問題相符的信賴程度。
|
matchConfidence |
number
這個答案的可信度分數,代表這個答案與使用者問題相符。 範圍從 0.0 (完全不確定) 到 1.0 (完全確定)。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["A FAQ answer contains the question, answer, confidence level, and confidence score."],["`faqQuestion` and `faqAnswer` fields store the question and its corresponding answer as strings."],["`matchConfidenceLevel` is an enum representing the system's confidence in the answer's relevance to the question."],["`matchConfidence` provides a numerical score (0.0-1.0) indicating the certainty of the answer being a good match."]]],[]]