UNPKG

voxa

Version:

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

12 lines (11 loc) 380 B
import { Contexts, DialogflowConversation } from "actions-on-google"; import { IBag, IVoxaSession } from "../../VoxaEvent"; export declare class DialogflowSession implements IVoxaSession { attributes: IBag; outputAttributes: IBag; new: boolean; sessionId: string; contexts: Contexts; constructor(conv: DialogflowConversation); private getAttributes; }