Język

CommandDescription(String, String[], String) Konstruktor

Definicja

Skonstruuj opis wbudowanego polecenia.

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)

Parametry

description
String

Opis komendy.

terms
String[]

Warunki odpowiadające komende.

help
String

Pomoc w tym, co robi komenda.

Dotyczy