11

API.AI を使用してエージェントを作成しています。バックエンドが毎回呼び出されないことを確認しています。アクセスログで確認できます。何が問題を引き起こす可能性がありますか?

コンソールの応答は次のとおりです。

{
  "id": "c1902c75-1550-43f6-9cc8-b0461f1dfac7",
  "timestamp": "2016-12-22T19:58:13.49Z",
  "result": {
    "source": "agent",
    "resolvedQuery": "echo test",
    "action": "",
    "actionIncomplete": false,
    "parameters": {
      "myInput": "test"
    },
    "contexts": [],
    "metadata": {
      "intentId": "062b4383-06a0-40fe-bbeb-9189db49aeb8",
      "webhookUsed": false,
      "webhookForSlotFillingUsed": "false",
      "intentName": "Response"
    },
    "fulfillment": {
      "speech": "",
      "messages": [
        {
          "type": 0,
          "speech": ""
        }
      ]
    },
    "score": 0.75
  },
  "status": {
    "code": 200,
    "errorType": "success"
  },
  "sessionId": "70be8f65-81f0-40be-a271-84a2d4960224"
}

バックエンドが呼び出されない理由を説明するエラーは表示されません。

ここに私の意図のスクリーンショットがあります:

Webhook での私の意図

4

1 に答える 1