Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Implements a recognizer to API.ai following the LUIS Recognizer

Notifications You must be signed in to change notification settings

david-sanchez-deel/api-ai-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api.ai recognizer for botbuilder

This library allows the use of api.ai on botbuilder through a recognizer just like LuisRecognizer

Example of use:

Typescript

import { ApiAiRecognizer } from 'apiai-recognizer-botbuilder';
const bot = new UniversalBot(connector);
const TOKEN_APIAI = 'insert here the token of api ai';
bot.recognizer(new ApiAiRecognizer(TOKEN_APIAI, 'en'));

Then just make the dialogs like LuisRecognizer works

About

Implements a recognizer to API.ai following the LUIS Recognizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published