Alexa 模拟器中的 OpenUrl 命令

OpenUrl command in Alexa simulator

我正在尝试像下面这样测试 OpenURL 命令,但在 Alexa 中没有打开任何页面 simulator.Any 请提供有关此问题的线索?。

{
  "type": "OpenURL",
  "source": "https://www.amazon.com/",
  "onFail": {
    "type": "SetValue",
    "componentId": "errorText",
    "property": "text",
    "value": "Unable to open Amazon.com (${event.source.value})"
  }
}

问题已解决。 浏览器阻止了 Url.