A name for every intelligence.
Table of Contents
// Dependencies
import HotTrigger, { Phrase } from "aiava-hot-trigger";
// Create a hot trigger with the name john and greetings:
// - hello
// - howdy
// - hey
// - hi
const trigger = new Phrase("John");
yarn add aiava-hot-trigger
Or with NPM
npm i -S aiava-hot-trigger
All the documentation is located on the Ava documentation site.