I would like to call my utterances without saying ask + InvocationName. By example:
Alexa, what is my plan today ?
Instead of
Alexa, ask my planning what is my plan today ?
I was thinking that you need to launch your skill (Alexa, launch my planning) and set shouldEndSession to false, but it's not working, do i do it wrong ?
I found "canfulfillintentrequest" explaning here but i'm not able to turn on it on dev alexa panel :/
So, i'm stuck and not sure if it's really possible ?
Thanks by advance for the answer.