| Class | Description |
|---|---|
| ContinuePublicConversationInPrivateEvent |
Switch to private mode event.
|
| EndConversationEvent |
Event provided when closing a conversation between a user and a bot
|
| EndSessionEvent |
The session is ended. dialog context should be cleared.
|
| Event |
The base class for all events or actions.
|
| GetAppRolesEvent |
To get applications roles.
|
| LoginEvent |
A login event, in order to provide account linking.
|
| LogoutEvent |
An event used to cancel a
class LoginEvent. |
| MarkSeenEvent |
The "message seen" event.
|
| MediaStatusEvent |
In order to listen to media event ("stop", "play, etc.).
|
| NewDeviceEvent |
A new device event, in order to switch to another device.
|
| NoInputEvent |
Event created when there is no input from the user (after an undetermined amount of time)
|
| OneToOneEvent |
A one to one event is an event that has a source (the user id) and a target (the recipient id).
|
| PassThreadControlEvent |
A pass thread control event.
|
| ReferralParametersEvent |
A referral event is an event that contains a String reference.
|
| RequestThreadControlEvent |
A request thread control event.
|
| StartConversationEvent |
Event provided when starting a conversation a conversation between a user and a bot
|
| StartSessionEvent |
A new session is started.
|
| SubscribingEvent |
The "subscribe to application" event.
|
| TakeThreadControlEvent |
A take thread control event.
|
| TypingOffEvent |
The "end of typing" event.
|
| TypingOnEvent |
The "start of typing" event.
|
| Enum | Description |
|---|---|
| AppRole |
An app role.
|
| EventType |
Define default event types.
|