Udostępnij przez


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 polecenia.

terms
String[]

Terminy pasujące do polecenia.

help
String

Pomoc dotycząca tego, co robi polecenie.

Dotyczy