I am build a skill and I have a issue with the intent detection.
Here is an utterance "I want to call" bound to the intent call (and with other utterance)
I have also many utterances begginning with "I want to ..." bound to "details" but without the verb "call" on another intent.
On the test tab, I type "I want to call", I am always detecting the intent "details".
Moreover I discovered the "utterance profiler" : this tools tells me that "I want to call" is the intent "call". What to believe ?
Regards,