Skip to content

Make Microsoft.Agents.Builder.TurnContext.BufferedReplyActivities public #293

Open
@joetossell

Description

@joetossell

Make Microsoft.Agents.Builder.TurnContext.BufferedReplyActivities public

Is your feature request related to a problem? Please describe.

In the Agents SDK BufferedReplyActivities has been made internal, however adapters (custom or otherwise) without a proactive messaging facility need access to this to respond with the activities generated by the incoming request.

internal List<IActivity> BufferedReplyActivities { get; } = new List<IActivity>();

It was previously public in BF TurnContext.cs#L149

Describe the solution you'd like
Make BufferedReplyActivities public.

Describe alternatives you've considered
The alternative is a custom implementation of ITurnContext, however it is such key piece of the the SDK that a custom implementation is a last resort.

Metadata

Metadata

Assignees

Labels

InvestigatingIssue is being investigatedfeature-requestUsed to mark a issue that is proposed to be a feature addition or change

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions