CreateKbDTO Class
Post body schema for CreateKb operation.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
CreateKbDTO
Constructor
CreateKbDTO(**kwargs)
Parameters
List of Q-A (QnADTO) to be added to the knowledgebase. Q-A Ids are assigned by the service and should be omitted.
- enable_hierarchical_extraction
- bool
Enable hierarchical extraction of Q-A from files and urls. Value to be considered False if this field is not present.
- default_answer_used_for_extraction
- str
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.
- language
- str
Language of the knowledgebase. Please find the list of supported languages here.
- enable_multiple_languages
- bool
Set to true to enable creating KBs in different languages for the same resource.
Feedback
Submit and view feedback for