• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "intentName": "ViewRemain",
3  "intentVersion": "1.0.1",
4  "llmDescription": "查看余量",
5  "keywords": ["ViewRemain"],
6  "domain": "ToolsDomain",
7  "parameters": {
8    "type": "object",
9    "propertyNames": {
10      "enum": [
11        "category"
12      ]
13    },
14    "properties": {
15      "category": {
16        "description": "余量分类。DataTraffic:数据流量,VoiceTraffic:语音流量,SMSTraffic:短信流量,MobileAccountBalance:话费余额。",
17        "type": "string",
18        "enum": [
19          "DataTraffic",
20          "VoiceTraffic",
21          "SMSTraffic",
22          "MobileAccountBalance"
23        ]
24      }
25    }
26  },
27  "result": {
28    "type": "object",
29    "propertyNames": {
30      "enum": [
31        "code",
32        "result"
33      ]
34    },
35    "required": [
36      "code",
37      "result"
38    ],
39    "properties": {
40      "code": {
41        "description": "意图调用返回的结果码,0代表成功。",
42        "type": "number"
43      },
44      "result": {
45        "description": "意图调用返回的数据,如果无数据则返回空。",
46        "type": "object"
47      }
48    }
49  }
50}
51