QnADTO interface
Q-A 物件。
屬性
answer | 回應簡訊 |
context | QnA 的內容 |
id | Q-A 的唯一識別碼。 |
last |
上次更新 QnA 時的時間戳記。 |
metadata | 與答案相關聯的中繼資料清單。 |
questions | 與答案相關聯的問題清單。 |
source | Q-A 編制索引的來源。例如 https://docs.microsoft.com/en-us/azure/cognitive-services/QnAMaker/FAQs |
屬性詳細資料
answer
回應簡訊
answer: string
屬性值
string
context
id
Q-A 的唯一識別碼。
id?: number
屬性值
number
lastUpdatedTimestamp
上次更新 QnA 時的時間戳記。
lastUpdatedTimestamp?: string
屬性值
string
metadata
questions
與答案相關聯的問題清單。
questions: string[]
屬性值
string[]
source
Q-A 編制索引的來源。例如 https://docs.microsoft.com/en-us/azure/cognitive-services/QnAMaker/FAQs
source?: string
屬性值
string