Blame view

docker/rasa_nlu/volumes/data/api/intents/Start.json 518 Bytes
Thomas Ziemer authored
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "id": "fd44ae16-5a7d-40d6-9216-cf528db47b93",
  "name": "Start",
  "auto": true,
  "contexts": [],
  "responses": [
    {
      "resetContexts": false,
      "affectedContexts": [],
      "parameters": [],
      "messages": [
        {
          "type": 0,
mfcb authored
14
          "lang": "de",
Thomas Ziemer authored
15
16
          "speech": []
        }
mfcb authored
17
18
19
      ],
      "defaultResponsePlatforms": {},
      "speech": []
Thomas Ziemer authored
20
21
22
23
24
25
26
27
    }
  ],
  "priority": 500000,
  "webhookUsed": false,
  "webhookForSlotFilling": false,
  "fallbackIntent": false,
  "events": []
}