microsoft / BotBuilder-Samples

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!
https://github.com/Microsoft/botframework
MIT License
4.36k stars 4.87k forks source link

Generate dialogs for handling plain properties #3055

Open chrimc62 opened 3 years ago

chrimc62 commented 3 years ago

If you have a plain property without an operation we do not handle it. For example, "max bid" would generate MaxBidProperty hierarchical entity. I suspect that what happens is that we end up with a default operation and no entity which we do not have a trigger for. Either we could write a trigger to handle that or perhaps tweak the runtime so that we do not end up with an operation. The trigger for handling could either trigger a change or show?

gandiddi commented 3 months ago

The issue is not clear; it may be related to Composer or language understanding. As discussed with @tracyboehrer , I am assigning this to him.