TurnContext.Adapter Property

Definition

Gets the bot adapter that created this context object.

public Microsoft.Bot.Builder.BotAdapter Adapter { get; }
member this.Adapter : Microsoft.Bot.Builder.BotAdapter
Public ReadOnly Property Adapter As BotAdapter

Property Value

The bot adapter that created this context object.

Implements

Applies to