botbuilder-python
botbuilder-python copied to clipboard
port: remove Cortana from Channels enum (#3730)
The changes in fix: remove Cortana from Channels enum (#3730) may need to be ported to maintain parity with microsoft/botbuilder-js.
Fixes microsoft/botbuilder-js#3603
Targeting
cloud-adapterto avoid future merge conflictsSpecific Changes
- Remove Cortana from
Channelsenum in botframework-schema, see https://github.com/microsoft/botbuilder-js/issues/3603#issuecomment-856311472- Hidden public helper
hasMessageFeed()always returnstrue(no change on visibility in declarations)supportsCardActions()no longer hasChannels.Cortanacase (will use defaultfalsefor'cortana'channelId).- remove/update Cortana specific tests in
choices_channel.test.jsandchoices_choiceFactory.test.jsOAuthPrompt.channelSupportsOAuthCard()no longer hasChannels.Cortanacase (will use defaulttruefor'cortana'channelId).
Please review and, if necessary, port the changes.