如何使用powershell将Alexa与recast.ai chatbot连接起来

时间:2018-02-11 12:10:46

标签: node.js powershell chatbot alexa sap-conversational-ai

我已经使用recast.ai构建了一个聊天机器人,现在想要将它与alexa连接,以便来自alexa的请求集成在recast.ai中。因此我想用 在windows powershell中“REQUEST_TOKEN = xxxxxxxxx npm start”,以便将请求发送到我的服务器。

然后,我收到以下错误消息:

enter image description here

你知道我怎么能解决这个问题吗?

非常感谢您的回答

2 个答案:

答案 0 :(得分:2)

问题在于命令

REQUEST_TOKEN=xxxxxxxxx npm start

正在被Powershell解析为

Execute REQUEST_TOKEN=xxx and pass two parameters, (npm, start), to it

错误消息告诉我,就Powershell而言,REQUEST_TOKEN=xxx既不是cmdlet,也不是函数,脚本文件或可操作程序。因此,您将收到错误。

我对Recast.ai一无所知,所以我无法帮助您正确使用令牌。

答案 1 :(得分:0)

Alexa现在已直接从bot连接器支持为通道,通过bot连接器连接bot以连接到Alexa真的很容易