Channel.Channels Class

Definition

Caution

This class is deprecated. Please use Microsoft.Bot.Connector.Channels.

Ids of the channels supported by the Bot Builder.

[System.Obsolete("This class is deprecated. Please use Microsoft.Bot.Connector.Channels.")]
public class Channel.Channels : Microsoft.Bot.Connector.Channels
[<System.Obsolete("This class is deprecated. Please use Microsoft.Bot.Connector.Channels.")>]
type Channel.Channels = class
    inherit Channels
Public Class Channel.Channels
Inherits Channels
Inheritance
Channel.Channels
Attributes

Constructors

Channel.Channels()

Fields

Alexa

Alexa channel.

(Inherited from Channels)
Console

Console channel.

(Inherited from Channels)
Cortana
Obsolete.

Cortana channel.

(Inherited from Channels)
Directline

Direct Line channel.

(Inherited from Channels)
DirectlineSpeech

Direct Line Speech channel.

(Inherited from Channels)
Email

Email channel.

(Inherited from Channels)
Emulator

Emulator channel.

(Inherited from Channels)
EnterpriseChannel
Obsolete.

EnterpriseChannel channel.

(Inherited from Channels)
Facebook

Facebook channel.

(Inherited from Channels)
Groupme

Group Me channel.

(Inherited from Channels)
Kaizala
Obsolete.

Kaizala channel.

(Inherited from Channels)
Kik
Obsolete.

Kik channel.

(Inherited from Channels)
Line

Line channel.

(Inherited from Channels)
Msteams

MS Teams channel.

(Inherited from Channels)
Omni

Omni channel.

(Inherited from Channels)
Outlook

Outlook channel.

(Inherited from Channels)
Skype

Skype channel.

(Inherited from Channels)
Skypeforbusiness
Obsolete.

Skype for Business channel.

(Inherited from Channels)
Slack

Slack channel.

(Inherited from Channels)
Sms

SMS (Twilio) channel.

(Inherited from Channels)
Telegram

Telegram channel.

(Inherited from Channels)
Telephony

Telephony channel.

(Inherited from Channels)
Test

Test channel.

(Inherited from Channels)
Twilio
Obsolete.

Twilio channel.

(Inherited from Channels)
Webchat

WebChat channel.

(Inherited from Channels)

Applies to