Srilekha
Srilekha

Reputation: 57

Creating An Alexa Bot Using The Microsoft Bot Framework in SDK V4

Could you help us on how to create Alexa Bot using the Microsoft Bot Framework in SDK V4? Tried referring to https://learn.microsoft.com/en-us/healthbot/integrations/alexa which is in SDK V3. But we need to implement using Microsoft Bot Framework in SDK V4 using NodeJS.

Upvotes: 0

Views: 946

Answers (1)

mdrichardson
mdrichardson

Reputation: 7241

Bot Framework doesn't have an official channel for Alexa at this time. See here for all of the currently-supported channels and their respective documentation.

You may want to try the alexa-bridge, although it's a bit dated and not officially supported.

There's also an unofficial .NET Alexa adapter for BotBuilder that works with v4. You may find this tutorial useful in implementing it, as well. Unfortunately, there isn't a similar adapter written in NodeJS.

Upvotes: 2

Related Questions