QnAMakerOptions interface
用來設定 QnAMaker
實例的其他設定。
屬性
context | 上一回合的內容。 |
enable |
值,指出用戶選擇接收 PreciseAnswer 或否。 |
filters | |
include |
includeUnstructuredSources - 從未回應的來源擷取答案的選項 |
is |
值,指出要呼叫知識庫的測試或生產環境。 |
metadata |
(選擇性)與查詢相關的元數據。 |
qna |
目前所詢問問題的標識碼。 |
ranker |
排名器類型。 |
score |
(選擇性)用來篩選傳回結果的最小分數臨界值。 值的範圍從 0.0 到 1.0 的分數。 |
strict |
(選擇性)用於查詢的篩選。 |
strict |
值,指出嚴格篩選聯結作業的選擇。 |
timeout | (選擇性)要求逾時之前的毫秒數。 |
top | (選擇性) 要傳回的結果數目。 |
屬性詳細資料
context
enablePreciseAnswer
值,指出用戶選擇接收 PreciseAnswer 或否。
enablePreciseAnswer?: boolean
屬性值
boolean
filters
includeUnstructuredSources
includeUnstructuredSources - 從未回應的來源擷取答案的選項
includeUnstructuredSources?: boolean
屬性值
boolean
isTest
值,指出要呼叫知識庫的測試或生產環境。
isTest?: boolean
屬性值
boolean
metadataBoost
qnaId
目前所詢問問題的標識碼。
qnaId?: number
屬性值
number
rankerType
排名器類型。
rankerType?: string
屬性值
string
scoreThreshold
(選擇性)用來篩選傳回結果的最小分數臨界值。 值的範圍從 0.0 到 1.0 的分數。
scoreThreshold?: number
屬性值
number
strictFilters
strictFiltersJoinOperator
timeout
(選擇性)要求逾時之前的毫秒數。
timeout?: number
屬性值
number
top
(選擇性) 要傳回的結果數目。
top?: number
屬性值
number