Share via


UpdateKbOperationDTOAdd interface

An instance of CreateKbInputDTO for add operation

Extends

Inherited Properties

files

List of files to be added to knowledgebase.

qnaList

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.

Inherited Property Details

files

List of files to be added to knowledgebase.

files?: FileDTO[]

Property Value

Inherited From CreateKbInputDTO.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[]

Inherited From CreateKbInputDTO.qnaList

urls

List of URLs to be added to knowledgebase.

urls?: string[]

Property Value

string[]

Inherited From CreateKbInputDTO.urls