UpdateKbOperationDTOUpdate interface
An instance of UpdateKbContentsDTO for Update Operation
- Extends
Inherited Properties
default |
Default answer sent to user if no good match is found in the KB. |
name | Friendly name for the knowledgebase. |
qna |
List of Q-A (UpdateQnaDTO) to be added to the knowledgebase. |
urls | List of existing URLs to be refreshed. The content will be extracted again and re-indexed. |
Inherited Property Details
defaultAnswer
Default answer sent to user if no good match is found in the KB.
defaultAnswer?: string
Property Value
string
Inherited From UpdateKbContentsDTO.defaultAnswer
name
Friendly name for the knowledgebase.
name?: string
Property Value
string
Inherited From UpdateKbContentsDTO.name
qnaList
List of Q-A (UpdateQnaDTO) to be added to the knowledgebase.
qnaList?: UpdateQnaDTO[]
Property Value
Inherited From UpdateKbContentsDTO.qnaList
urls
List of existing URLs to be refreshed. The content will be extracted again and re-indexed.
urls?: string[]
Property Value
string[]
Inherited From UpdateKbContentsDTO.urls