UpdateKbOperationDTO interface
Contains list of QnAs to be updated
Properties
add | An instance of CreateKbInputDTO for add operation |
default |
Text string to be used as the answer in any Q-A which has no extracted answer from the document but has a hierarchy. Required when EnableHierarchicalExtraction field is set to True. |
delete |
An instance of DeleteKbContentsDTO for delete Operation |
enable |
Enable hierarchical extraction of Q-A from files and urls. The value set during KB creation will be used if this field is not present. |
update | An instance of UpdateKbContentsDTO for Update Operation |
Property Details
add
An instance of CreateKbInputDTO for add operation
add?: UpdateKbOperationDTOAdd
Property Value
defaultAnswerUsedForExtraction
Text string to be used as the answer in any Q-A which has no extracted answer from the document but has a hierarchy. Required when EnableHierarchicalExtraction field is set to True.
defaultAnswerUsedForExtraction?: string
Property Value
string
deleteProperty
An instance of DeleteKbContentsDTO for delete Operation
deleteProperty?: UpdateKbOperationDTODelete
Property Value
enableHierarchicalExtraction
Enable hierarchical extraction of Q-A from files and urls. The value set during KB creation will be used if this field is not present.
enableHierarchicalExtraction?: boolean
Property Value
boolean
update
An instance of UpdateKbContentsDTO for Update Operation
update?: UpdateKbOperationDTOUpdate