ActionContext.Changes プロパティ

定義

適用するキューに登録されている変更の一覧を取得します。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList> Changes { get; }
member this.Changes : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeList>
Public ReadOnly Property Changes As List(Of ActionChangeList)

プロパティ値

適用するキューに登録されている変更の一覧。

適用対象