我在 AWS Lex 中创建了一个机器人,并尝试将它与 Slack 集成。我创建了一个 Slack 应用程序并按照中提到的文档进行操作 -
https://docs.aws.amazon.com/lex/latest/dg/slack-bot-association.html
但是,在尝试与 Lex 回发 URL 集成时,我收到一条错误消息
Your URL didn't respond with the value of the challenge parameter.
Our Request:
POST
"body": {
"type": "url_verification",
"token": "VbODUleNdk2hieCvDwlScrQF",
"challenge": "HRUXnK6YYLpx5U1s9AiADZgA0BAhWuTzfjAAzLEJIw1zz4GfuMAb"
}
Your Response:
"code": 200
"error": "challenge_failed"
"body": {
}
据我所知,默认情况下 Lex 应该提供响应。我在这里做错了吗?任何线索都会有所帮助。
提前致谢。