Sdílet prostřednictvím


CommandDescription(String, String[], String) Konstruktor

Definice

Vytvořte popis předdefinovaných příkazů.

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

Popis příkazu

terms
String[]

Termíny, které odpovídají příkazu.

help
String

Nápověda k tomu, co příkaz dělá.

Platí pro