Reputation: 1683
I want the invocation name in the middle of the text
Ex: Alexa, where is my order?
I tried, but alexa not recognizing this.
Upvotes: 2
Views: 153
Reputation: 186
Invocation names for custom skills have to come at the beginning of an utterance. If the utterance doesn't begin with "ask {Invocation name}, Alexa will not search your custom skill and will attempt to deal with the request itself.
Here's a diagram for the required custom skill request format.
Disappointing, I know. Hope this helped!
Upvotes: 2