Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 948 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 948 Bytes

FPT AI CHAT BOT SDK

Introduction

Chat bot SDK is used to send messages to chat bot engine and convert responses from chat bot.
Introduction

  • 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

Usage

Create a bot on bot.fpt.ai

Using SDK Java
Read more here
Using SDK Python
Read more here