TurnContext.BufferedReplyActivities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of activities to send when `context.Activity.DeliveryMode == 'expectReplies'.
public System.Collections.Generic.List<Microsoft.Bot.Schema.Activity> BufferedReplyActivities { get; }
member this.BufferedReplyActivities : System.Collections.Generic.List<Microsoft.Bot.Schema.Activity>
Public ReadOnly Property BufferedReplyActivities As List(Of Activity)
Property Value
A list of activities.