-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update DialogManager to work with Skills #5792
Labels
Area: Adaptive
The issue is related to Adaptive dialogs
Area: Skills
The issue is related to skills
P0
Must Fix. Release-blocker
Comments
clearab
changed the title
[Adaptive] [Skills] - Support enabling a Composer-generated bot as a skill
[Adaptive] [Skills] - Update DialogManager to support EndOfConversation
Mar 26, 2020
clearab
changed the title
[Adaptive] [Skills] - Update DialogManager to support EndOfConversation
[Adaptive] [Skills] - Update DialogManager to work with Skills
Mar 26, 2020
clearab
changed the title
[Adaptive] [Skills] - Update DialogManager to work with Skills
Update DialogManager to work with Skills
Mar 26, 2020
The only other caveat here is to not send EoC if the bot already sent this. |
This was referenced Apr 1, 2020
gabog
added
Area: Adaptive
The issue is related to Adaptive dialogs
Area: Skills
The issue is related to skills
and removed
Adaptive
labels
Aug 12, 2020
dotnet and JS have been updated, closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Adaptive
The issue is related to Adaptive dialogs
Area: Skills
The issue is related to skills
P0
Must Fix. Release-blocker
In order to enable a Composer-generated bot as a Skill, the DialogManager needs to be updated to support sending an EndOfConversation to signal a Skill exiting. Without this, a Skill created from Composer will be unable to end itself.
Tracking Status
Dotnet SDK (Tracked in 3657)
Javascript SDK (R10, Tracked in 1970)
cc @luhan2017 @boydc2014
The text was updated successfully, but these errors were encountered: