รับราคาคริปโตเคอเรนซี

รหัสการดำเนินการ
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"
   
]
 
}
]