-
Notifications
You must be signed in to change notification settings - Fork 378
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
No way to define event type for a new trigger #860
Comments
There is a DCR on the SDK microsoft/botbuilder-dotnet#2326 that we can use Composer to make a call on what we expose via Composer vs. SDK. @sangwoohaan, what would be a good way to design generic 'advance' topics for drop downs / multi-choice options in Composer. Suggesting to surface the following:
These can be surfaced under 'advance'
|
Related to #825? @luhan2017 and I are gonna talk about this next week |
@sangwoohaan @yochay We should explore a similar UX to the new prompts editor. |
Do we need to give special treatment to OnBeginDialog and OnConversationUpdateActivity when we automatically create them for the users? OnCoversationUpdateActivity is create for root dialogs, and OnBeginDialog for sub dialogs. I suggest we only surface OnIntent, OnEvent, OnUnknownIntent, and put everything under OnEvent as sub-selection. Thoughts? @yochay @cwhitten @luhan2017 |
When creating a new Trigger, we used to allow developer to choose the even type. That drop down is missing from property form for Trigger
The text was updated successfully, but these errors were encountered: