- कार्रवाई ID
actions.intent.GET_CRYPTOCURRENCY_PRICE
- ब्यौरा
- किसी खास क्रिप्टो करंसी की कीमत पता करें.
- क्वेरी के उदाहरण
- JSON-LD सैंपल
-
[ { "exampleValues": [ { "@context": "https://schema.googleapis.org", "@type": "MonetaryAmount", "currency": "USD", "validAt": "2018-01-01T00:00:00" } ], "name": "cryptocurrency", "schemaType": [ "https://schema.googleapis.org/MonetaryAmount" ] }, { "exampleValues": [ { "@context": "https://schema.googleapis.org", "@type": "MonetaryAmount", "currency": "USD", "validAt": "2018-01-01T00:00:00" } ], "name": "exchange", "schemaType": [ "https://schema.googleapis.org/MonetaryAmount" ] }, { "exampleValues": [ { "@context": "https://schema.googleapis.org", "@type": "MonetaryAmount", "currency": "USD", "validAt": "2018-01-01T00:00:00" } ], "name": "targetMonetarySpec", "schemaType": [ "https://schema.googleapis.org/MonetaryAmount" ] } ]
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया."],[[["The `actions.intent.GET_CRYPTOCURRENCY_PRICE` action enables users to get the price of a specified cryptocurrency."],["Users can trigger this action by asking for the value or price of a cryptocurrency, like \"What is the value of Bitcoin?\"."],["The action returns cryptocurrency price information utilizing schema.org's MonetaryAmount structure for currency, timestamp, and value."],["The JSON-LD sample showcases how the action utilizes schema.org types like MonetaryAmount for representing cryptocurrency, exchange, and target monetary specifications."]]],[]]