-
Notifications
You must be signed in to change notification settings - Fork 22
Xatkit Core Platform
Gwendal Daniel edited this page Aug 19, 2019
·
8 revisions
Toolbox of generic actions that can be used in Xatkit execution models. This platform is bundled with the Xatkit release.
The core platform does not define any provider.
Action | Parameters | Return | Return Type | Description |
---|---|---|---|---|
GetTime | - | The current time (format: hh:mm:ss ) |
String | Returns the current time formatted as a String. |
GetDate | - | The current date (format: dd/mm/yyyy ) |
String | Returns the current date formatted as a String. |
Random | - bound (Integer): the bound of the number to generate (exclusive) |
A random Integer between 0 (inclusive) and bound (exclusive) |
Integer | Returns a random number each time it is called |
The core platform does not support any configuration option.
- Getting Started
- Configuring your bot
- Integrating an Intent Recognition Provider
- Adding a bot to your website
- Deploying on Slack
- Basic concepts
- Intents and Entities
- States, Transitions, and Context
- Default and Local Fallbacks
- Core Library