在我的应用中,用户必须告诉当前的城市。我的意图要求是
{
"slots": [
{
"name": "cityName",
"type": "AMAZON.US_CITY"
}
],
"intent": "cityIntent"
}
我的话语是
cityIntent my city is {cityName}
cityIntent my favorite city is {cityName}
cityIntent {cityName}
cityIntent change city to {cityName}
现在,当我说Alexa改变城市到孟买或我的城市是迈阿密时,它工作正常但是当alexa要求城市名称并且我只回答城市名称如孟买或迈阿密时,它将无法工作。它要求stopIntent