UNPKG

voxa

Version:

A fsm (state machine) framework for Alexa, Dialogflow, Facebook Messenger and Botframework apps using Node.js

9 lines (8 loc) 238 B
import { Intent } from "ask-sdk-model"; import { IVoxaIntent } from "../../VoxaEvent"; export declare class AlexaIntent implements IVoxaIntent { rawIntent: any; name: string; params: any; constructor(rawIntent: Intent); }