• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "intentName": "FindEBicycle",
3  "intentVersion": "1.0.2",
4  "llmDescription": "寻找电动车",
5  "keywords": ["FindEBicycle"],
6  "domain": "NavigationDomain",
7  "parameters": {
8    "type": "object",
9    "properties": {}
10  },
11  "result": {
12    "type": "object",
13    "propertyNames": {
14      "enum": [
15        "code",
16        "result",
17        "entityId",
18        "entityName",
19        "entityLogoURL",
20        "entityDisplayName",
21        "entityDescription",
22        "statusImageUrl"
23      ]
24    },
25    "required": [
26      "code",
27      "result",
28      "entityId",
29      "entityName",
30      "entityLogoURL",
31      "entityDisplayName"
32    ],
33    "properties": {
34      "code": {
35        "description": "意图调用返回的结果码,0代表成功。",
36        "type": "number"
37      },
38      "result": {
39        "description": "意图调用返回的数据,如果无数据则返回空。",
40        "type": "object"
41      },
42      "entityId": {
43        "description": "本次执行实例ID。",
44        "type": "string"
45      },
46      "entityName": {
47        "description": "执行结果实体名称,固定内容。",
48        "type": "string"
49      },
50      "entityLogoURL": {
51        "description": "执行结果主图片。",
52        "type": "string"
53      },
54      "entityDisplayName": {
55        "description": "执行结果展示名称(主标题)。",
56        "type": "string"
57      },
58       "entityDescription": {
59        "description": "执行结果实体描述。",
60        "type": "string"
61      },
62       "statusImageUrl": {
63        "description": "执行结果状态图片。",
64        "type": "string"
65      }
66    }
67  }
68}
69