- 操作 ID
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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\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 ```"]]