Share via


TurnContext.Activity Property

Definition

Gets the activity associated with this turn; or null when processing a proactive message.

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 associated with this turn.

Implements

Applies to