How to use the botbuilder-ai.LanguageGenerationResolver function in botbuilder-ai

To help you get started, we’ve selected a few botbuilder-ai examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / botbuilder-js / samples / 51.cafe-bot / languageGenerationMiddleware.js View on Github external
constructor(entitiesStateAccessor, languageGenerationApplication) {
        this.entitiesStateAccessor = entitiesStateAccessor;
        this.lgResolver = new LanguageGenerationResolver(languageGenerationApplication);
    }
github microsoft / botbuilder-js / samples / 04.simple-prompt / languageGenerationMiddleware.js View on Github external
constructor(entitiesStateAccessor, languageGenerationApplication) {
        this.entitiesStateAccessor = entitiesStateAccessor;
        this.lgResolver = new LanguageGenerationResolver(languageGenerationApplication);
    }
github microsoft / botbuilder-js / libraries / botbuilder-ai / samples / 13.basic-bot / languageGenerationMiddleware.js View on Github external
constructor(entitiesStateAccessor, languageGenerationApplication) {
        this.entitiesStateAccessor = entitiesStateAccessor;
        this.lgResolver = new LanguageGenerationResolver(languageGenerationApplication);
    }

botbuilder-ai

Cognitive services extensions for Microsoft BotBuilder.

MIT
Latest version published 29 days ago

Package Health Score

81 / 100
Full package analysis