1.1.4 • Published 7 years ago

apiai-recognizer-botbuilder v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago