We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating custom sentences, there is no indication that a skip word is preventing the custom sentence from matching. Example provided below.
custom_sentences/en/WatchTV.yaml:
language: en intents: WatchTv: data: - sentences: - i want to watch tv # this doesn't work - (i'm | i am) going to watch tv # this does work
Debug showing that the sentence is identical but does not match.
Would be helpful if any or all of the following could be done:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When creating custom sentences, there is no indication that a skip word is preventing the custom sentence from matching. Example provided below.
custom_sentences/en/WatchTV.yaml:
Debug showing that the sentence is identical but does not match.
Would be helpful if any or all of the following could be done:
The text was updated successfully, but these errors were encountered: