다음을 통해 공유


AdaptiveDialogState.Actions 속성

정의

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

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

속성 값

ActionState 목록.

적용 대상