AgentApplicationOptions.Adapter Property

Definition

The IChannelAdapter to use in cases on proactive.

public Microsoft.Agents.Builder.IChannelAdapter? Adapter { get; set; }
member this.Adapter : Microsoft.Agents.Builder.IChannelAdapter with get, set
Public Property Adapter As IChannelAdapter

Property Value

Remarks

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

Applies to