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
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
* @param {luObject []} luArray luObject list to be parsed
14
+
=======
15
+
* Parses a list of luObject to a LUIS JSON
16
+
* @param {luObject []} luArray luObject list to be parsed
17
+
* @param {boolean} verbose verbose logging
18
+
* @param {string} luis_culture luis culture
19
+
* @param {function} luSearchFn function to search for lu references: function search(source: string, additionalFilesToParse: Array<string>): Array<luObject>
20
+
>>>>>>> master
13
21
* @returns {LUIS} Collated LUIS json contents
14
22
* @throws {exception} Throws on errors. exception object includes errCode and text.
"answer": "You can change the default message if you use the QnAMakerDialog. \nSee [this link](https://docs.botframework.com/en-us/azure-bot-service/templates/qnamaker/#navtitle) for details.",
9
+
"source": "custom editorial",
10
+
"questions": [
11
+
"who is the ceo?"
12
+
],
13
+
"metadata": []
14
+
},
15
+
{
16
+
"id": 0,
17
+
"answer": "You can use our REST apis to manage your KB. \n\\#1. See here for details: https://westus.dev.cognitive.microsoft.com/docs/services/58994a073d9e04097c7ba6fe/operations/58994a073d9e041ad42d9baa",
0 commit comments