我正在尝试像下面这样测试 OpenURL 命令,但在 Alexa 模拟器中没有打开任何页面。请提供有关此问题的任何线索?
{
"type": "OpenURL",
"source": "https://www.amazon.com/",
"onFail": {
"type": "SetValue",
"componentId": "errorText",
"property": "text",
"value": "Unable to open Amazon.com (${event.source.value})"
}
}