CreateKbInputDTO interface
Input to create KB.
Properties
files | List of files to be added to knowledgebase. |
qna |
List of QNA to be added to the index. Ids are generated by the service and should be omitted. |
urls | List of URLs to be added to knowledgebase. |
Property Details
files
qnaList
List of QNA to be added to the index. Ids are generated by the service and should be omitted.
qnaList?: QnADTO[]
Property Value
QnADTO[]
urls
List of URLs to be added to knowledgebase.
urls?: string[]
Property Value
string[]