1{ 2 "intentName": "ViewSocialSecurityInfo", 3 "intentVersion": "1.0.2", 4 "llmDescription": "查看社保信息", 5 "keywords": ["ViewSocialSecurityInfo"], 6 "domain": "LifestyleDomain", 7 "parameters": { 8 "type": "object", 9 "propertyNames": { 10 "enum": [ 11 "type" 12 ] 13 }, 14 "properties": { 15 "type": { 16 "description": "扫描里的功能。养老金收入证明:ProofOfPension,养老待遇发放明细:PensionPaymentDetails,社保缴纳记录:SocialSecurityPaymentRecord,社保余额:SocialSecurityBalance,养老金补缴:SupplementaryPension,养老保险(首页):PensionInsurance,参保证明:SocialSecurityCertificate。", 17 "type": "string", 18 "enum": [ 19 "ProofOfPension", 20 "PensionPaymentDetails", 21 "SocialSecurityPaymentRecord", 22 "SocialSecurityBalance", 23 "SupplementaryPension", 24 "Pensionlnsurance", 25 "SocialSecurityCertificate" 26 ] 27 } 28 } 29 }, 30 "result": { 31 "type": "object", 32 "propertyNames": { 33 "enum": [ 34 "code", 35 "result" 36 ] 37 }, 38 "required": [ 39 "code", 40 "result" 41 ], 42 "properties": { 43 "code": { 44 "description": "意图调用返回的结果码,0代表成功。", 45 "type": "number" 46 }, 47 "result": { 48 "description": "意图调用返回的数据,如果无数据则返回空。", 49 "type": "object" 50 } 51 } 52 } 53} 54