Chat bot SDK is used to send messages to chat bot engine and convert responses from chat bot.
- Send message to chat bot engine using SDK
- Message sent by SDK to chat bot engine
- Chat bot after processing, send response to webhook (API to get response from a bot)
- At webhook the application can use the SDK to analyze response
Create a bot on bot.fpt.ai
- Access https://bot.fpt.ai to login (Or register if you do not have an account)
- Create a new bot
- Get the bot token infomation
Using SDK Java
Read more here
Using SDK Python
Read more here