Webhook does not work to connect Dialogflow with PHP script
问题 I am using DIalogflow (api.ai) to create chat interfaces. For now, I only have a simple intent called 'Name'regarding the question 'Who is name ?' which responds ' name is a great person'. The json output regarding this question from Dialoglow is the following: { "id": "...", "timestamp": "2018-03-20T12:38:27.972Z", "lang": "en", "result": { "source": "agent", "resolvedQuery": "Who is John", "action": "", "actionIncomplete": false, "parameters": { "given-name": "John" }, "contexts": [],