ITurnContext<T>.Activity Property

Definition

Gets the activity for this turn of the bot.

public T Activity { get; }
member this.Activity : 'T
Public ReadOnly Property Activity As T

Property Value

T

The activity for this turn of the bot.

Applies to