How to combine webserver and action server

hi, my requirement is, do not want to run action server separately, I have web application, when I am starting web application in same time can have our action server code as web application, and how can consume same from chatbot?

I’m not quite sure what you are asking.

You do not have to write the action server in Python. It’s possible to write this in Javascript or another language. The action server is essentially a REST service that can listen on any port. Your own action server would need to implement the action server API endpoint. There’s an overview of the action server role here.

1 Like