AgentApplicationOptions.Adapter 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.
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.