-
Notifications
You must be signed in to change notification settings - Fork 492
Closed
Labels
backlogThe issue is out of scope for the current iteration but it will be evaluated in a future release.The issue is out of scope for the current iteration but it will be evaluated in a future release.
Description
The Channel Constants seem to be missing from the Framework.
They ARE found in the choices dialog, which is a very weird place.
public class Channels
{
public const string Facebook = "facebook";
public const string Skype = "skype";
public const string Msteams = "msteams";
public const string Telegram = "telegram";
public const string Kik = "kik";
public const string Email = "email";
public const string Slack = "slack";
public const string Groupme = "groupme";
public const string Sms = "sms";
public const string Emulator = "emulator";
public const string Directline = "directline";
public const string Webchat = "webchat";
public const string Console = "console";
public const string Cortana = "cortana";
}
Metadata
Metadata
Assignees
Labels
backlogThe issue is out of scope for the current iteration but it will be evaluated in a future release.The issue is out of scope for the current iteration but it will be evaluated in a future release.