Freigeben über


AgentApplicationOptions.Adapter Property

Definition

Caution

Use ITurnContext.Adapter property instead.

The IChannelAdapter to use in cases on proactive.

[System.Obsolete("Use ITurnContext.Adapter property instead.")]
public Microsoft.Agents.Builder.IChannelAdapter? Adapter { get; set; }
[<System.Obsolete("Use ITurnContext.Adapter property instead.")>]
member this.Adapter : Microsoft.Agents.Builder.IChannelAdapter with get, set
Public Property Adapter As IChannelAdapter

Property Value

Attributes

Remarks

An Adapter would be required to use IChannelAdapter.ContinueConversationAsync or IChannelAdapter.CreateConversation.

Applies to