ActionChangeList.ChangeType Property

Definition

Gets or sets the action change type value.

public Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeType ChangeType { get; set; }
member this.ChangeType : Microsoft.Bot.Builder.Dialogs.Adaptive.ActionChangeType with get, set
Public Property ChangeType As ActionChangeType

Property Value

ActionChangeType

Action change type value.

Applies to