Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alexa Channel Id added #5457

Merged
merged 1 commit into from Apr 22, 2021
Merged

Alexa Channel Id added #5457

merged 1 commit into from Apr 22, 2021

Conversation

esalcedoo
Copy link
Contributor

@esalcedoo esalcedoo commented Apr 8, 2021

#minor

Description

Alexa its now a channel supported by the Bot Builder.
This manner we can check Channel Id using this Alexa constant

before:

if (activity.ChannelId == "alexa")

after:

if (activity.ChannelId == Channels.Alexa)

Specific Changes

Alexa Channel Id added

@esalcedoo esalcedoo requested a review from a team as a code owner April 8, 2021 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants