- 操作 ID
actions.intent.GET_CREDIT_SCORE
- 说明
- 获得信用机构提供的信用评分。
- 示例查询
- JSON-LD 示例
-
[ { "exampleValues": [ { "@context": "https://schema.org", "@type": "Corporation" } ], "name": "creditAgency", "schemaType": [ "https://schema.org/Corporation" ] } ]
获取信用评分
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The core content describes the `actions.intent.GET_CREDIT_SCORE` action, which allows users to request their credit score from a credit agency. Users can initiate this action with queries like \"What is my credit score?\" or \"Check my credit score.\" The relevant data for this action is a credit agency, represented in a JSON-LD sample utilizing the `schema.org/Corporation` type.\n"],null,["# Get credit score\n\nAction ID\n: `actions.intent.GET_CREDIT_SCORE`\n\nDescription\n: Get credit score from a credit agency.\n\nExample queries\n:\n\n #### en-US\n\n - What is my credit score?\n - Check my credit score.\n\nJSON-LD sample\n:\n\n ```carbon\n [\n {\n \"exampleValues\": [\n {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Corporation\"\n }\n ],\n \"name\": \"creditAgency\",\n \"schemaType\": [\n \"https://schema.org/Corporation\"\n ]\n }\n ]\n ```"]]