AdaptiveDialog.Selector 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 selector for picking the possible events to execute.
public Microsoft.Bot.Builder.Dialogs.Adaptive.TriggerSelector Selector { get; set; }
member this.Selector : Microsoft.Bot.Builder.Dialogs.Adaptive.TriggerSelector with get, set
Public Property Selector As TriggerSelector
Property Value
The selector for picking the possible events to execute.