UpdateKbOperationDTO interface

包含要更新的 QnA 清單

屬性

add

用於新增作業的 CreateKbInputDTO 實例

defaultAnswerUsedForExtraction

任何 Q-A 中沒有擷取答案但具有階層的 Q-A 中,要當做答案使用的文字字串。 EnableHierarchicalExtraction 欄位設定為 True 時需要。

deleteProperty

刪除作業的 DeleteKbContentsDTO 實例

enableHierarchicalExtraction

從檔案和 URL 啟用 Q-A 的階層式擷取。 如果此欄位不存在,則會使用 KB 建立期間設定的值。

update

UpdateKbContentsDTO for Update Operation 的實例

屬性詳細資料

add

用於新增作業的 CreateKbInputDTO 實例

add?: UpdateKbOperationDTOAdd

屬性值

defaultAnswerUsedForExtraction

任何 Q-A 中沒有擷取答案但具有階層的 Q-A 中,要當做答案使用的文字字串。 EnableHierarchicalExtraction 欄位設定為 True 時需要。

defaultAnswerUsedForExtraction?: string

屬性值

string

deleteProperty

刪除作業的 DeleteKbContentsDTO 實例

deleteProperty?: UpdateKbOperationDTODelete

屬性值

enableHierarchicalExtraction

從檔案和 URL 啟用 Q-A 的階層式擷取。 如果此欄位不存在,則會使用 KB 建立期間設定的值。

enableHierarchicalExtraction?: boolean

屬性值

boolean

update

UpdateKbContentsDTO for Update Operation 的實例

update?: UpdateKbOperationDTOUpdate

屬性值