Jaa


TestAdapter.GetNextReply Method

Definition

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.

Applies to