{
"actions":[
{
"name":"actions.devices",
"deviceControl":{
},
"fulfillment":{
"conversationName":"automation"
}
}
],
"conversations":{
"automation":{
"name":"automation",
"url":"https://echo.goodk2.com:8000/GoogleHomeNew/konke.do"
}
}
}
It's my action.json
as same as official smart home document. No welcome intent in it.
Everything is ok in mobile app. But test in Simulator, I say "talk to smart k ", it always responds "Sorry, this action is not available in simulation" (debug info is empty).
Is it normal?