- 操作 ID
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"
]
}
]
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["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."]]],[]]