다음을 통해 공유


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

속성 값

규칙 제약 조건이 충족되면 계획에 추가할 작업입니다.

적용 대상