Database to Chatbot (Danbi Chatbot)

Asked 1 years ago, Updated 1 years ago, 52 views

I want to connect mysql database to a chatbot (Danbi Chatbot/Chatbot Platform) I confirmed that Danbi Chatbot can get an api. But how can you connect a database to a Danbi chatbot, and is this possible? (The purpose is to connect the database and retrieve the necessary database information through conversation with the chatbot.)

database chatbot

2022-09-21 11:51

1 Answers

You have to make a program that uses the api of Danbi Chatbot and handles mysql.

If the api of the chatbot is to call http, you need to learn basic http, select the language you want to use, and use the language to call the api to get the results.

Mysql is the same, but drivers are usually provided in each language, so you can use them to handle data through programming.


2022-09-21 11:51

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.