@chitchatjs/plugin-ax-session
TypeScript icon, indicating that this package has built-in type declarations

0.2.7 • Public • Published

@chitchatjs/plugin-ax-session

Chitchat.js display utilties for manage session easily. @chitchatjs/alexa.

🤖 Chitchat.js is a JavaScript framework for building voice user interfaces for Alexa Skills. | 📄 Read the documentation

Get in touch

gitter

Usage

End session:

import {session} from "@chitchatjs/plugin-ax-session"

// ends the session
session.end(true)

// sets a session attribute
session.set("key": "value")

Example:

ax.compound()
  .add(ax.say("Hello, this is a sample text. Good bye!"))
  .add(session.end(true))
  .build();

Package Sidebar

Install

npm i @chitchatjs/plugin-ax-session

Weekly Downloads

11

Version

0.2.7

License

ISC

Unpacked Size

19.8 kB

Total Files

7

Last publish

Collaborators

  • kevindra