다음을 통해 공유


EditActions.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)

속성 값

활성 작업에 적용할 작업입니다.

적용 대상