AssertCondition Class 
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.
Dialog action which allows you to add assertions into your dialog flow.
public class AssertCondition : Microsoft.Bot.Builder.Dialogs.Dialog
	type AssertCondition = class
    inherit Dialog
	Public Class AssertCondition
Inherits Dialog
		- Inheritance
 
Constructors
| AssertCondition(String, Int32) | 
		 Initializes a new instance of the AssertCondition class.  | 
        	
Fields
| Kind | 
		 Kind to use for serialization.  | 
        	
Properties
| Condition | 
		 Gets or sets condition which must be true.  | 
        	
| Description | 
		 Gets or sets description of assertion.  | 
        	
Methods
| BeginDialogAsync(DialogContext, Object, CancellationToken) | 
		 Begins the dialog.  |