DelegatingTurnContext<T>.ITurnContext<T>.Activity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the inner context's activity, cast to the type parameter of this DelegatingTurnContext<T>.
T Microsoft.Bot.Builder.ITurnContext<T>.Activity { get; }
member this.Microsoft.Bot.Builder.ITurnContext<T>.Activity : 'T
ReadOnly Property Activity As T Implements ITurnContext(Of T).Activity
Property Value
T
The inner context's activity.