- Aktions-ID
actions.intent.GET_FORTUNE
- Beschreibung
- Ein Wahrsager errät, was Sie erwartet.
- Beispielabfragen
- JSON-LD-Beispiel
-
[ { "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": [] } ]
Schicksal bestimmen
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-28 (UTC).
[null,null,["Zuletzt aktualisiert: 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 ```"]]