OnCondition.Actions 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 the actions to add to the plan when the rule constraints are met.
public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> Actions { get; set; }
member this.Actions : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> with get, set
Public Property Actions As List(Of Dialog)
Property Value
The actions to add to the plan when the rule constraints are met.