次の方法で共有


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

コマンドの動作に関するヘルプ。

適用対象