CommandDescription(String, String[], String) Constructor
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.
Construct the description of a built-in command.
public CommandDescription (string description, string[] terms, string help);
new Microsoft.Bot.Builder.FormFlow.CommandDescription : string * string[] * string -> Microsoft.Bot.Builder.FormFlow.CommandDescription
Public Sub New (description As String, terms As String(), help As String)
Parameters
- description
- String
Description of the command.
- terms
- String[]
Terms that match the command.
- help
- String
Help on what the command does.