共用方式為


CommandDescription(String, String[], String) 建構函式

定義

建構內建命令的描述。

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)

參數

description
String

命令的描述。

terms
String[]

符合命令的詞彙。

help
String

說明命令的功能。

適用於