AdaptiveDialog.Triggers 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 or sets trigger handlers to respond to conditions which modifying the executing plan.
public virtual System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnCondition> Triggers { get; set; }
	member this.Triggers : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnCondition> with get, set
	Public Overridable Property Triggers As List(Of OnCondition)
	Property Value
Trigger handlers to respond to conditions which modifying the executing plan.