You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set a context state or trigger a dialogue if none is set in the pre function?
Example if I want to just get data from one category I would like Alexa to ask what category do you want once, remember it unless the user say change category.
Something like the pre function if all underlying intents require category set.
The text was updated successfully, but these errors were encountered:
You can use session attributes for this. Each intent could call a common function to check to see if category is set in session, and if not, prompt the user for it. Or you could also do it in pre().
Is it possible to set a context state or trigger a dialogue if none is set in the pre function?
Example if I want to just get data from one category I would like Alexa to ask what category do you want once, remember it unless the user say change category.
Something like the pre function if all underlying intents require category set.
The text was updated successfully, but these errors were encountered: