我正在考虑用microsoft azure创建聊天机器人。 我试过这个教程: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-quickstart-intents-only
但是当我按照步骤10中描述的那样进入端点时,无论我在url的末尾插入什么参数,编辑器总会显示:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
当我点击"测试"时,它运行正常。有谁知道,我做错了什么?