UNPKG

bot-handoff

Version:

Bot hand off module for the Microsoft Bot Framework. It allows you to transfer a customer from talking to a bot to talking to a human.

11 lines (10 loc) 272 B
export enum EventMessageType { Connect = '__connect__', Disconnect = '__disconnect__', Watch = '__watch__', Unwatch = '__unwatch__', Queue = '__queue__', Dequeue = '__dequeue__', Error = '__handoffError__', Success = '__handoffSuccess__' }