I'm trying to create a bot for analytics purpose. Basically, this bot retrieve the name of the website, the metric name and the range date. It works fine, but with multiple questions ("what is the website ?" / "what is the metric ?" / "from when" / "to when").
I would like to know if it's possible to configure 1 slot for all the data like:
"I would like to know about {metric} for {website} from {dateStart} to {dateEnd}"