From b5b4c5f268cad1798f2d9d3aef21da621b05c255 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Wed, 9 Mar 2022 12:54:16 -0300 Subject: [PATCH 1/2] Add omnichannel to Channels --- libraries/botframework-schema/etc/botframework-schema.api.md | 2 ++ libraries/botframework-schema/src/index.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/libraries/botframework-schema/etc/botframework-schema.api.md b/libraries/botframework-schema/etc/botframework-schema.api.md index 84392000b4..2df641951a 100644 --- a/libraries/botframework-schema/etc/botframework-schema.api.md +++ b/libraries/botframework-schema/etc/botframework-schema.api.md @@ -444,6 +444,8 @@ export enum Channels { // (undocumented) Msteams = "msteams", // (undocumented) + Omni = "omnichannel", + // (undocumented) Skype = "skype", // (undocumented) Skypeforbusiness = "skypeforbusiness", diff --git a/libraries/botframework-schema/src/index.ts b/libraries/botframework-schema/src/index.ts index 5c600cbb0f..db00cc722e 100644 --- a/libraries/botframework-schema/src/index.ts +++ b/libraries/botframework-schema/src/index.ts @@ -2256,6 +2256,7 @@ export enum Channels { Kik = 'kik', Line = 'line', Msteams = 'msteams', + Omni = 'omnichannel', Skype = 'skype', Skypeforbusiness = 'skypeforbusiness', Slack = 'slack', From 02d0fc5b146e530f9cbb37f40b74926b0a5179b6 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Wed, 9 Mar 2022 15:09:41 -0300 Subject: [PATCH 2/2] Update comment --- libraries/botframework-schema/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/botframework-schema/src/index.ts b/libraries/botframework-schema/src/index.ts index db00cc722e..19cb4d28ca 100644 --- a/libraries/botframework-schema/src/index.ts +++ b/libraries/botframework-schema/src/index.ts @@ -2238,7 +2238,7 @@ export enum SemanticActionStateTypes { /** * Defines values for ChannelIds for Channels. * Possible values include: 'alexa', 'console', 'cortana', 'directline', 'directlinespeech', 'email', - * 'emulator', 'facebook', 'groupme', 'kik', 'line', 'msteams', 'skype', 'skypeforbusiness', + * 'emulator', 'facebook', 'groupme', 'kik', 'line', 'msteams', 'onmichannel', 'skype', 'skypeforbusiness', * 'slack', 'sms', 'telegram', 'test', 'twilio-sms', 'webchat' * * @readonly