README
@chitchatjs/plugin-ax-kit
Chitchat.js platform developed plugin package. It contains several coversational building blocks which can be easily added to the Alexa Skills using @chitchatjs/alexa.
🤖 JavaScript framework for building voice user interfaces for Alexa Skills. | 📄 Read the documentation
Package | NPM | Build |
---|---|---|
@chitchatjs/cli | ||
@chitchatjs/alexa | ||
@chitchatjs/core |
Get in touch
Usage
import { axkit } from "@chitchatjs/ax-kit";
// to render a standard about message
axkit.greet.about();
// to render a customized about message
axkit.greet.about("I'm a movie bot");
// other building blocks
axkit.greet.hello();
axkit.greet.bye();
axkit.builtin.help();
axkit.builtin.stop();
axkit.builtin.fallback();
axkit.builtin.all();