QnASearchResult interface
代表搜尋結果。
屬性
answer | 答: |
answer |
回答 QnA 與使用者問題相關的範圍物件。 |
context | QnA 的內容物件 |
id | QnA 結果的識別碼。 |
metadata | 中繼資料清單。 |
questions | 問題清單。 |
score | 搜尋結果分數。 |
source | QnA 結果的來源。 |
屬性詳細資料
answer
答:
answer?: string
屬性值
string
answerSpan
context
id
QnA 結果的識別碼。
id?: number
屬性值
number
metadata
questions
問題清單。
questions?: string[]
屬性值
string[]
score
搜尋結果分數。
score?: number
屬性值
number
source
QnA 結果的來源。
source?: string
屬性值
string