- Identyfikator działania
actions.intent.GET_CRYPTOCURRENCY_PRICE
- Opis
- Pobierz ceny konkretnej kryptowaluty.
- Przykładowe zapytania
-
en-US
- Jaka jest wartość exampleCryptocurrency?
- Sprawdź cenę aplikacji ExampleCryptocurrency.
- Przykładowy kod 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"
]
}
]
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-29 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]