UNPKG

voxa

Version:

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

11 lines (9 loc) 191 B
export interface IBotFrameworkEntity { type: string; name?: string; supportsDisplay?: boolean; locale?: string; } export interface IAuthorizationResponse { access_token: string; }