Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,12 @@
"items": {
"type": "string"
}
},
"defaultAnswer": {
"type": "string",
"description": "Default answer sent to user if no good match is found in the KB.",
"maxLength": 300,
"minLength": 1
}
}
},
Expand Down Expand Up @@ -1073,6 +1079,16 @@
"description": "Language of the knowledgebase. Please find the list of supported languages <a href=\"https://aka.ms/qnamaker-languages#languages-supported\" target=\"_blank\">here</a>.",
"maxLength": 100,
"minLength": 1
},
"enableMultipleLanguages": {
"type": "boolean",
"description": "Set to true to enable creating KBs in different languages for the same resource."
},
"defaultAnswer": {
"type": "string",
"description": "Default answer sent to user if no good match is found in the KB.",
"maxLength": 300,
"minLength": 1
}
}
},
Expand Down