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)

屬性值

要套用至作用中動作的動作。

適用於