EntityAssignments.NextAssignment 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.
Return the next entity event to surface.
public Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment NextAssignment ();
member this.NextAssignment : unit -> Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment
Public Function NextAssignment () As EntityAssignment
Returns
Next event to surface.