Skip to content

Port: Fix issues with ExpectReplies and Invoke in SkillDialog #1423

Closed
@EricDahlvang

Description

@EricDahlvang

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 skillsP0Must Fix. Release-blockerSize: SThe issue is simple and well understood, it will take a day or less to completebugIndicates an unexpected problem or an unintended behavior.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions