Skip to content

Commit

Permalink
Add "omnichannel" to Channels (#5891)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDahlvang committed Sep 22, 2021
1 parent e176bb5 commit 4b8d8ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/Microsoft.Bot.Connector/Channels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,10 @@ public class Channels
/// Telephony channel.
/// </summary>
public const string Telephony = "telephony";

/// <summary>
/// Omni channel.
/// </summary>
public const string Omni = "omnichannel";
}
}

0 comments on commit 4b8d8ee

Please sign in to comment.