QnAMakerResult interface
呼叫 QnA Maker 服務所傳回的個別回應。
屬性
answer | 從知識庫回答。 |
answer |
Answer Text 中的 PreciseAnswer 相關信息。 |
context | 多回合回應的內容。 |
id | 知識庫中答案的索引。 V3 使用 'qnaId',V4 使用 'id'。 (如果有) |
metadata | 與答案相關聯的元數據(如果有) |
questions | 在 QnA 服務中針對指定答案編製索引的問題清單。 (如果有) |
score | 從 0.0 到 1.0 的信賴度,答案符合用戶意圖。 |
source | 從中擷取 QnA 的來源 (如果有) |
屬性詳細資料
answer
從知識庫回答。
answer: string
屬性值
string
answerSpan
context
id
知識庫中答案的索引。 V3 使用 'qnaId',V4 使用 'id'。 (如果有)
id?: number
屬性值
number
metadata
與答案相關聯的元數據(如果有)
metadata?: any
屬性值
any
questions
在 QnA 服務中針對指定答案編製索引的問題清單。 (如果有)
questions?: string[]
屬性值
string[]
score
從 0.0 到 1.0 的信賴度,答案符合用戶意圖。
score: number
屬性值
number
source
從中擷取 QnA 的來源 (如果有)
source?: string
屬性值
string