TurnContext.Activity Property

Definition

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

public Microsoft.Bot.Schema.Activity Activity { get; }
member this.Activity : Microsoft.Bot.Schema.Activity
Public ReadOnly Property Activity As Activity

Property Value

The activity associated with this turn.

Implements

Applies to