다음을 통해 공유


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

명령이 수행하는 작업을 지원합니다.

적용 대상