-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
Area: SkillsThe issue is related to skillsThe issue is related to skillsP0Must Fix. Release-blockerMust Fix. Release-blockerSize: SThe issue is simple and well understood, it will take a day or less to completeThe issue is simple and well understood, it will take a day or less to completebugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.
Milestone
Description
While adding BufferedReplies, type of InvokeResponse should be added to TurnState:
if (activity.Type == ActivityTypesEx.InvokeResponse)
{
TurnState.Add(BotFrameworkAdapter.InvokeResponseKey, activity);
}microsoft/botbuilder-dotnet#4845
And, on the Skill Dialog side, only one InvokeResponse should be sent.
Metadata
Metadata
Assignees
Labels
Area: SkillsThe issue is related to skillsThe issue is related to skillsP0Must Fix. Release-blockerMust Fix. Release-blockerSize: SThe issue is simple and well understood, it will take a day or less to completeThe issue is simple and well understood, it will take a day or less to completebugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.