- 액션 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 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 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."]]],[]]