BotCommand |
Makes the type eligible to be treated as
BotCommand .
|
CommandPkg |
Makes the type eligible for creation of command in package.json.
|
ConditionTest |
Method annotated with this annotation will participate in the execution of
Condition .
|
Execute |
Method annotated with this annotation will participate in the execution of
BotCommand .
|
GlobalSessionContext |
|
HasNext |
|
Idx |
Makes the annotated element part of hierarchy utilized for code and resource
generation.
|
Idx.Option |
An option represents the elements which would play in the hierarchy but lend
the values to the parents, for example RADIO, SELECT etc.
|
Inject |
Makes an element eligible for injection into the annotated type's object.
|
Next |
|
Parameters |
|
Pkg |
Makes an element participate in creation of package.json.
|
Sessions |
|
StartListen |
Method annotated with this annotation will be called to register the trigger listener
StartListen .
|
StopAllTriggers |
Method annotated with this annotation will be called to stop the trigger listener
StopAllTriggers .
|
StopListen |
Method annotated with this annotation will be called to stop the trigger listener
StopListen .
|
TriggerCallable |
A field of type Callable
annotated with this annotation used to inject the callable for the trigger.
|
TriggerId |
A field of type String
annotated with this annotation used to inject the trigger unique id.
|
TriggerRunnable |
A field of type Runnable
annotated with this annotation used to inject the callable for the trigger.
|
VariableExecute |
|