I have developed an Alexa skill, but its speech-to-text transformation is not precise enough for my backend. I have intents like "Whats the {playername}
's performance". These player names are real nicknames, so they are kind of tricky to be analysed. Is there a possibility to add like specific words to the skill to enhance precision, so it first tries to match vocals to these set of words?
Up to now I didn't find any information in any documentation. I'm generally new to working with Alexa skills.
So instead of "How many goals did the jeep king
score?", there should be precious word matching, so ideally I get a result like "How many goals did TGKing
score?"
I hope it's understandable what I am looking for.