I successfully able to create rasa bot, my aim is to create an android chat app, Basically, the front end will be android and backend as RASA.
Thank you.
I successfully able to create rasa bot, my aim is to create an android chat app, Basically, the front end will be android and backend as RASA.
Thank you.
hi @Quresh_Abrar you need to call the rasa core http api in your android app,you need to follow the following steps: 1)you need to run the http server of rasa core : https://rasa.com/docs/core/server/# 2)then you can write the code to make api request to rasa core server from your android app: https://developer.android.com/training/volley/simple
Hope this helps…
Thank you.
Hi @Quresh_Abrar, how did u add buttons in your android frontend. I’m stuck at this step.