AI-generated Key Takeaways
-
actions.intent.GET_CRYPTOCURRENCY_PRICEis the Action ID for getting cryptocurrency prices. -
This action allows users to check the price of a specific cryptocurrency using example queries like "What is the value of ExampleCryptocurrency?".
-
The JSON-LD sample provides example values and schema types for cryptocurrency, exchange, and target monetary specifications.
- Action ID
actions.intent.GET_CRYPTOCURRENCY_PRICE- Description
- Get prices for a particular cryptocurrency.
- Example queries
- JSON-LD sample
-
[ { "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" ] } ]