{
"intentName": "FindEBicycle",
"intentVersion": "1.0.2",
"llmDescription": "寻找电动车",
"keywords": ["FindEBicycle"],
"domain": "NavigationDomain",
"parameters": {
"type": "object",
"properties": {}
},
"result": {
"type": "object",
"propertyNames": {
"enum": [
"code",
"result",
"entityId",
"entityName",
"entityLogoURL",
"entityDisplayName",
"entityDescription",
"statusImageUrl"
]
},
"required": [
"code",
"result",
"entityId",
"entityName",
"entityLogoURL",
"entityDisplayName"
],
"properties": {
"code": {
"description": "意图调用返回的结果码,0代表成功。",
"type": "number"
},
"result": {
"description": "意图调用返回的数据,如果无数据则返回空。",
"type": "object"
},
"entityId": {
"description": "本次执行实例ID。",
"type": "string"
},
"entityName": {
"description": "执行结果实体名称,固定内容。",
"type": "string"
},
"entityLogoURL": {
"description": "执行结果主图片。",
"type": "string"
},
"entityDisplayName": {
"description": "执行结果展示名称(主标题)。",
"type": "string"
},
"entityDescription": {
"description": "执行结果实体描述。",
"type": "string"
},
"statusImageUrl": {
"description": "执行结果状态图片。",
"type": "string"
}
}
}
}