[* Choice] ChoiceRecognizer support for "maybe" result #1490
hansmbakker
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I have cases where a user might say something like "I'm not sure" besides "Yes" or "No". I believe the
ChoiceRecognizer
currently only has support fortrue
andfalse
. I would like to handle this "I'm not sure" response as well.Describe the solution you'd like
Have a recognizer in Recognizers-Text that handles the "I'm not sure" situation just like you can have a
Nullable<bool>
type.Describe alternatives you've considered
Beta Was this translation helpful? Give feedback.
All reactions