Share via


CommandDescription(String, String[], String) Constructor

Definition

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.

Applies to