- Action ID
-
actions.intent.GET_CREDIT_SCORE
- Description
- Get credit score from a credit agency.
- Example queries
- JSON-LD sample
-
[ { "exampleValues" : [ { "@context" : "https://schema.org" , "@type" : "Corporation" } ], "name" : "creditAgency" , "schemaType" : [ "https://schema.org/Corporation" ] } ]
Get credit score
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["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 ```"]]