From 8eed9d09c35b97bcf179f2a068a060ab2aaf94cf Mon Sep 17 00:00:00 2001 From: Sri Susloka Sahithi K Date: Thu, 15 Oct 2020 18:27:08 +0530 Subject: [PATCH] Update QnAMaker.json --- .../preview/v5.0-preview.1/QnAMaker.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json b/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json index 0d9c4c84d099..26ef7ee004ab 100644 --- a/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json +++ b/specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json @@ -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 } } }, @@ -1073,6 +1079,16 @@ "description": "Language of the knowledgebase. Please find the list of supported languages here.", "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 } } },