Share via


AdaptiveDialog.Triggers Property

Definition

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.

Applies to