다음을 통해 공유


IfCondition.Actions 속성

정의

작업 목록을 가져오거나 설정합니다.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> Actions { get; set; }
member this.Actions : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> with get, set
Public Property Actions As List(Of Dialog)

속성 값

대화 상자 작업의 입니다 List<T> .

적용 대상