BaseInvokeDialog.Dialog 속성

정의

호출할 대화 상자를 가져오거나 설정합니다.

public Microsoft.Bot.Builder.Dialogs.Adaptive.DialogExpression Dialog { get; set; }
member this.Dialog : Microsoft.Bot.Builder.Dialogs.Adaptive.DialogExpression with get, set
Public Property Dialog As DialogExpression

속성 값

호출할 대화 상자입니다.

적용 대상