TestAdapter.GetNextReply Method
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.
Dequeues and returns the next bot response from the ActiveQueue.
public Microsoft.Bot.Schema.IActivity GetNextReply ();
member this.GetNextReply : unit -> Microsoft.Bot.Schema.IActivity
Public Function GetNextReply () As IActivity
Returns
The next activity in the queue; or null, if the queue is empty.
Remarks
A TestFlow object calls this to get the next response from the bot.