I was submitting a skill to Alexa and it failed the certification process. One of the reason being,
Two or more intents in your skill include the same sample utterance(s). To ensure that user requests are routed to the proper intent, please make sure each of the skill’s intents has its own unique sample utterances.
Now, I have to go through every intent and check whether any utterance is repeating or not. But there are nearly 20 intents in my skill with many sample utterances and it is not possible for me to check every utterance manually.
Is there any easy way to remove the duplicate sample utterances in Alexa?