Database Connectivity

Can we use Amazon’s database or Google’s Firebase as a database to integrate with our chatbot?

Yes, you can. You can integrate using service nodes in a dialog to connect to any API service, including serverless DB such as Firebase or AWS data stores using AWS API gateway.

But, These data base don’t return data in JSON format so how can we extract that data?

1 Like