We have an application that has multiple choice options that then route to other tasks. Currently, we are using samples, but in places where we want strict matching, wrong answers are being selected rather than repeating the question event though the confidence is low. e.g. Samples/Acceptable options: "Option 1","Option 2","Option 3","Option 4"; User answer: "Option 6" which ends up matching "Option 3" instead of re-asking the question. It would be nice to be able to set strict confidence on Samples. Is there a simple way to do this outside of using Functions?
We're programmatically generating schemas and wonder if there is a scalable way to generate functions to meet these needs. Programmatically generating Javascript functions sounds like a nightmare.