| Class | Description |
|---|---|
| Ability |
An ability is a fully-fledged bot action that contains all the necessary information to process:
A response to a command
A post-response to a command
A reply to a sequence of actions
|
| Ability.AbilityBuilder | |
| EndUser | |
| MessageContext |
MessageContext is a wrapper class to the
Update, originating end-user and the arguments present in its message (if any). |
| Reply |
A reply consists of update conditionals and an action to be applied on the update.
|
| Enum | Description |
|---|---|
| Flag |
Flags are an conditions that are applied on an
Update. |
| Locality |
Locality identifies the location in which you want your message to be accessed.
|
| Privacy |
Privacy represents a restriction on who can use the ability.
|
Copyright © 2017. All rights reserved.