TestAdapter.ActiveQueue 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 the queue of responses from the bot.
public System.Collections.Generic.Queue<Microsoft.Bot.Schema.Activity> ActiveQueue { get; }
member this.ActiveQueue : System.Collections.Generic.Queue<Microsoft.Bot.Schema.Activity>
Public ReadOnly Property ActiveQueue As Queue(Of Activity)
Property Value
The queue of responses from the bot.