public enum EventType
Define default event types.
public static EventType sentence
SendSentence action type.
public static EventType choice
SendChoice action type.
public static EventType attachment
SendAttachment action type.
public static EventType location
SendLocation action type.
public static EventType subscribing
class SubscribingEvent event type.
class SubscribingEventpublic static EventType typingOn
class TypingOnEvent event type.
class TypingOnEventpublic static EventType typingOff
class TypingOffEvent event type.
class TypingOffEventpublic static EventType markSeen
class MarkSeenEvent event type.
class MarkSeenEventpublic static EventType startConversation
class StartConversationEvent event type.
class StartConversationEventpublic static EventType endConversation
class EndConversationEvent event type.
class EndConversationEventpublic static EventType noInput
class NoInputEvent event type.
class NoInputEventpublic static EventType startSession
class StartSessionEvent event type.
class StartSessionEventpublic static EventType endSession
class EndSessionEvent event type.
class EndSessionEventpublic static EventType getAppRoles
class GetAppRolesEvent event type.
class GetAppRolesEventpublic static EventType passThreadControl
class PassThreadControlEvent event type.
class PassThreadControlEventpublic static EventType requestThreadControl
class RequestThreadControlEvent event type.
class RequestThreadControlEventpublic static EventType takeThreadControl
class TakeThreadControlEvent event type.
class TakeThreadControlEventpublic static EventType referralParamters
ReferralParamtersEvent event type.