-
Notifications
You must be signed in to change notification settings - Fork 22
Xatkit Chat Platform
Jordi Cabot edited this page Jul 7, 2022
·
7 revisions
Generic messaging actions which can be deployed on various platforms.
The chat platform is abstract, meaning that its providers and actions must be bound to a concrete platform when deploying the bot (this binding is done in the configuration options). The known concrete platforms extending the chat platform are provided below:
- Xatkit Slack Platform: deploy the bot on Slack
- Xatkit Telegram Platform
- Xatkit React Platform: deploy the bot in a web-based chat box
Refer to Chat Platform repository for the details
- 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