FormConfiguration.Commands Field
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.
Definitions of the built-in commands.
public System.Collections.Generic.Dictionary<Microsoft.Bot.Builder.FormFlow.FormCommand,Microsoft.Bot.Builder.FormFlow.CommandDescription> Commands;
val mutable Commands : System.Collections.Generic.Dictionary<Microsoft.Bot.Builder.FormFlow.FormCommand, Microsoft.Bot.Builder.FormFlow.CommandDescription>
Public Commands As Dictionary(Of FormCommand, CommandDescription)