- รหัสการดำเนินการ
actions.intent.GET_FORTUNE
- คำอธิบาย
- ดูดวงชะตาจากหมอดู
- ตัวอย่างคำค้นหา
- ตัวอย่าง JSON-LD
-
[ { "exampleValues": [ "2018-03-26T00:00:00/2018-03-26T11:59:59" ], "name": "attributes", "schemaType": [] }, { "exampleValues": [ "2018-03-26T00:00:00/2018-03-26T11:59:59" ], "name": "temporalCoverage", "schemaType": [] } ]
ดวงชะตา
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-28 UTC
[null,null,["อัปเดตล่าสุด 2025-07-28 UTC"],[[["\u003cp\u003eThis action, identified by \u003ccode\u003eactions.intent.GET_FORTUNE\u003c/code\u003e, allows users to request their fortune.\u003c/p\u003e\n"],["\u003cp\u003eUsers can trigger this action with queries like "Get my fortune" or specify a date like "What's my fortune for June 10?".\u003c/p\u003e\n"],["\u003cp\u003eJSON-LD schema support is provided for attributes and temporalCoverage to allow for more complex queries.\u003c/p\u003e\n"]]],[],null,["# Get fortune\n\nAction ID\n: `actions.intent.GET_FORTUNE`\n\nDescription\n: Get your fortune from a fortune teller.\n\nExample queries\n:\n\n #### en-US\n\n - Get my fortune.\n - What's my fortune for June 10?\n\nJSON-LD sample\n:\n\n ```text\n [\n {\n \"exampleValues\": [\n \"2018-03-26T00:00:00/2018-03-26T11:59:59\"\n ],\n \"name\": \"attributes\",\n \"schemaType\": []\n },\n {\n \"exampleValues\": [\n \"2018-03-26T00:00:00/2018-03-26T11:59:59\"\n ],\n \"name\": \"temporalCoverage\",\n \"schemaType\": []\n }\n ]\n ```"]]