You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -831,6 +831,12 @@
831
831
"items": {
832
832
"type": "string"
833
833
}
834
+
},
835
+
"defaultAnswer": {
836
+
"type": "string",
837
+
"description": "Default answer sent to user if no good match is found in the KB.",
838
+
"maxLength": 300,
839
+
"minLength": 1
834
840
}
835
841
}
836
842
},
@@ -1073,6 +1079,16 @@
1073
1079
"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>.",
1074
1080
"maxLength": 100,
1075
1081
"minLength": 1
1082
+
},
1083
+
"enableMultipleLanguages": {
1084
+
"type": "boolean",
1085
+
"description": "Set to true to enable creating KBs in different languages for the same resource."
1086
+
},
1087
+
"defaultAnswer": {
1088
+
"type": "string",
1089
+
"description": "Default answer sent to user if no good match is found in the KB.",
0 commit comments