Share via


ITurnContext.Activity Property

Definition

Gets the Activity for this Turn. This is the incoming IActivity.

public Microsoft.Agents.Core.Models.IActivity Activity { get; }
member this.Activity : Microsoft.Agents.Core.Models.IActivity
Public ReadOnly Property Activity As IActivity

Property Value

The activity for this turn of the Agent.

Applies to