IChannelProvider Interface

Definition

ChannelProvider interface. This interface allows Bots to provide their own implementation for the configuration parameters to connect to a Bot. Framework channel service.

public interface IChannelProvider
type IChannelProvider = interface
Public Interface IChannelProvider
Derived

Methods

GetChannelServiceAsync()

Gets the channel service property for this channel provider.

IsGovernment()

Gets a value of whether this provider represents a channel on Government Azure.

IsPublicAzure()

Gets a value of whether this provider represents a channel on Public Azure.

Applies to