Closed
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.