UpdateKbContentsDTO interface
PATCH body schema for Update operation in Update Kb
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. |
Property Details
defaultAnswer
Default answer sent to user if no good match is found in the KB.
defaultAnswer?: string
Property Value
string
name
Friendly name for the knowledgebase.
name?: string
Property Value
string
qnaList
List of Q-A (UpdateQnaDTO) to be added to the knowledgebase.
qnaList?: UpdateQnaDTO[]
Property Value
urls
List of existing URLs to be refreshed. The content will be extracted again and re-indexed.
urls?: string[]
Property Value
string[]