botbuilder-ai
Advanced tools
Comparing version 4.0.0-m1.0 to 4.0.0-m1.2
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
export * from './luisRecognizer'; | ||
@@ -6,0 +9,0 @@ export * from './languageTranslator'; |
@@ -9,3 +9,6 @@ "use strict"; | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
__export(require("./luisRecognizer")); | ||
@@ -12,0 +15,0 @@ __export(require("./languageTranslator")); |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
/** Names for languages in all languages */ | ||
@@ -6,0 +9,0 @@ export declare const Names: string[]; |
@@ -5,3 +5,6 @@ "use strict"; | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -8,0 +11,0 @@ /** Names for languages in all languages */ |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { Activity, ConversationResourceResponse, Middleware } from 'botbuilder'; | ||
@@ -6,0 +9,0 @@ export interface TranslationContext { |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { Intent, IntentRecognizer } from 'botbuilder'; | ||
@@ -6,0 +9,0 @@ import LuisClient = require('botframework-luis'); |
@@ -6,3 +6,6 @@ "use strict"; | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
const botbuilder_1 = require("botbuilder"); | ||
@@ -9,0 +12,0 @@ const LuisClient = require("botframework-luis"); |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { SearchEngine } from 'botbuilder'; | ||
@@ -6,0 +9,0 @@ export interface QnAMakerResult { |
@@ -5,3 +5,3 @@ { | ||
"description": "Cognitive services extensions for Microsoft BotBuilder.", | ||
"version": "4.0.0-m1.0", | ||
"version": "4.0.0-m1.2", | ||
"license": "MIT", | ||
@@ -15,7 +15,7 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Microsoft/BotBuilder/issues" | ||
"url": "https://github.com/Microsoft/botbuilder-js/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/BotBuilder.git" | ||
"url": "https://github.com/Microsoft/botbuilder-js.git" | ||
}, | ||
@@ -25,4 +25,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"botbuilder": "^4.0.0-m1.0", | ||
"botframework-luis": "^4.0.0-m1.0", | ||
"botbuilder": "^4.0.0-m1.2", | ||
"botframework-luis": "^4.0.0-m1.2", | ||
"html-entities": "^1.2.1", | ||
@@ -29,0 +29,0 @@ "mstranslator": "^3.0.0", |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { SearchCatalog, SearchEngine, SearchHit } from 'botbuilder'; | ||
@@ -6,0 +9,0 @@ import * as request from 'request-promise-native'; |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
export * from './luisRecognizer'; | ||
@@ -6,0 +9,0 @@ export * from './languageTranslator'; |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
@@ -6,0 +9,0 @@ /** Names for languages in all languages */ |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { Activity, ConversationResourceResponse, Middleware } from 'botbuilder'; | ||
@@ -6,0 +9,0 @@ import * as LanguageMap from './languageMap'; |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { EntityObject, EntityTypes, Intent, IntentRecognizer } from 'botbuilder'; | ||
@@ -6,0 +9,0 @@ import LuisClient = require('botframework-luis'); |
/** | ||
* @module botbuilder-ai | ||
*/ | ||
/** second comment block */ | ||
/** | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. | ||
*/ | ||
import { SearchCatalog, SearchEngine, SearchHit } from 'botbuilder'; | ||
@@ -6,0 +9,0 @@ import * as request from 'request-promise-native'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
194784
2725
Updatedbotbuilder@^4.0.0-m1.2