DialogManagerAdapter.Activities Property

Definition

Gets the list of activities.

public System.Collections.Generic.List<Microsoft.Bot.Schema.Activity> Activities { get; }
member this.Activities : System.Collections.Generic.List<Microsoft.Bot.Schema.Activity>
Public ReadOnly Property Activities As List(Of Activity)

Property Value

The list of activities.

Applies to