So a customer wants that the user can answer Questions with one word, i.e. mood "How do you feel?" - "fine". So I made a list of words the skill can handle as a slot "slotty" then I add in the samples of the handler like: "I feel {slotty]", "{slotty]".
So on runtime when I'm in the middle of the dialog and I want to make louder or quieter so I say "Alexa, louder". Then unfortunately alexa starts the mood-handler and of course it doesn't find a mood "louder" to react. When I use canHandle-function and block louder then alexa cannot find a handler to handle the request: "Error handled: Unable to find a suitable request handler."
The question is: Can I tell Alexa to handle the request, like streaming music which doesn't stop when I want it louder?