Gactions project is sending version 1 request schema
问题 According to this document Actions on Google - Overview Google is now using version 2 JSON schema, but the requests my server is receiving from the simulator is version 1. Is there something I need to do to get version 2 JSON schema ? I have updated my gactions project action.json file to the new format and uploaded it. This is my action.json { "actions": [ { "description": "Default Welcome Intent", "name": "MAIN", "fulfillment": { "conversationName": "welcome" }, "intent": { "name": "actions