Hi Team,
I need to display exactly 1 URL from 53 URLs to user when he requested particular URL from the rasa chat bot.
Thanks, Ramesh
Hi Team,
I need to display exactly 1 URL from 53 URLs to user when he requested particular URL from the rasa chat bot.
Thanks, Ramesh
Hi, You can have a common intent for it and then define and entity against it. Example Entities: URLs Intent: Application_urls Then an example could be Rasa(URLs) url Google(URLs) url
And then finally In stories you can define it as ##story *Application_urls{“URLs”: “Rasa”} – utter_rasa_url