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