- অ্যাকশন আইডি
-
actions.intent.GET_CRYPTOCURRENCY_PRICE
- বর্ণনা
- একটি নির্দিষ্ট ক্রিপ্টোকারেন্সির দাম পান।
- উদাহরণ প্রশ্ন
en-US
- ExampleCryptocurrency এর মান কি?
- ExampleCryptocurrency এর মূল্য পরীক্ষা করুন।
- 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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-08 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."]]],[]]