CommandDescription(String, String[], String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
組み込みコマンドの説明を作成します。
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
コマンドの動作に関するヘルプ。