Share via


Workflow.Actions Property

Definition

List of actions to perform . ex : playPrompt, record, hangup

public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ActionBase> Actions { get; set; }
member this.Actions : seq<Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ActionBase> with get, set
Public Property Actions As IEnumerable(Of ActionBase)

Property Value

Applies to