Is there a way to set certain slots before a conversation between bot and user begins? I’d like to retrieve some information from the website the bot will be running on, and using that information to completely change how the dialog will flow.
Well, if you have a good idea of what your first intent from the user is likely to be, you could just follow it with a custom action that would get the information that you need and set the slot accordingly.