Open
Description
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.
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.