Skip to content

Commit 8eed9d0

Browse files
committed
Update QnAMaker.json
1 parent d43b10e commit 8eed9d0

File tree

1 file changed

+16
-0
lines changed
  • specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1

1 file changed

+16
-0
lines changed

specification/cognitiveservices/data-plane/QnAMaker/preview/v5.0-preview.1/QnAMaker.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,12 @@
831831
"items": {
832832
"type": "string"
833833
}
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
834840
}
835841
}
836842
},
@@ -1073,6 +1079,16 @@
10731079
"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>.",
10741080
"maxLength": 100,
10751081
"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.",
1090+
"maxLength": 300,
1091+
"minLength": 1
10761092
}
10771093
}
10781094
},

0 commit comments

Comments
 (0)