Skip to content
New issue

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

Wildcard entity #885

Open
calypset opened this issue Aug 18, 2020 · 2 comments
Open

Wildcard entity #885

calypset opened this issue Aug 18, 2020 · 2 comments
Labels

Comments

@calypset
Copy link

Question
I am looking to have an intent that is followed by any entity such as "search Keyword" or "seach for keyword" or "search with keyword", for a keyword that can be any word. I understand we can set 'automatically_extensible' to yes, but nevertheless the probability is lower when adding any keyword. So first how can I return the keyword after the utterances? Is there a way I can return the intent utterance that was identified with the highest probability so that I can find the keyword after that intent utterance? Or more generally how to set a 'unversal', wildcard anything entity like '*'? Thank you kindly.

@calypset
Copy link
Author

I believe this item already has been discussed in #845

@Decad
Copy link

Decad commented Sep 20, 2020

It would be nice to have explicit match or a way to bias intents, I have the following example.

https://gist.github.com/Decad/e7de645e89e2a66395d7ca560d6be0e0

It would be nice to have a way to force the reminder intents to match with a higher priority than the searchFlights one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants