You can create custom component using this Custom Graph Components Inside this component make API calls to OpenAI for converting the above message to english and then pass the converted english text further.
Thanks for the solution, but how can i give response to user with a appropriate language.
And I am new for chatbot,if you have any code or any videos related creating custom component please let me know.
You can use slots for this and In the beginning ask user their choice of language and then save it in the slot. Once you have the response from your doman.yml file , use the LLM call to convert it into the same language again using slot value.
Hey Hi Anoop, I Need help with using jwt token in Rasa-chat-widget. my server is connecting via websocket.
Thanks for Advance