| Modifier and Type | Method and Description |
|---|---|
EventType |
ProcessedEvent.getEventType() |
EventType |
GetEvent.getEventType() |
| Constructor and Description |
|---|
GetEvent(Messaging messaging,
EventType eventType,
MessengerUser messengerUser,
MessengerBot messengerBot) |
ProcessedEvent(Messaging messaging,
EventType type,
MessengerUser user,
MessengerBot messengerBot) |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EventType |
EventHandler.getHandlingEventType() |
EventType |
EventTypeResolver.resolve(Messaging messaging) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventProcessor.process(EventType type,
Messaging messaging) |
| Modifier and Type | Method and Description |
|---|---|
EventType |
DefaultEventTypeResolver.resolve(Messaging messaging) |
| Modifier and Type | Method and Description |
|---|---|
EventType |
BotFrameworkTextEventHandler.getHandlingEventType() |
EventType |
BotFrameworkReferralHandler.getHandlingEventType() |
EventType |
BotFrameworkReadEventHandler.getHandlingEventType() |
EventType |
BotFrameworkQuickReplyEventHandler.getHandlingEventType() |
EventType |
BotFrameworkPostbackEventHandler.getHandlingEventType() |
EventType |
BotFrameworkLocationEventHandler.getHandlingEventType() |
EventType |
BotFrameworkEchoEventHandler.getHandlingEventType() |
EventType |
BotFrameworkDeliveryHandler.getHandlingEventType() |
Copyright © 2018. All rights reserved.