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