- Action ID
-
actions.intent.GET_FORTUNE
- Description
- Get your fortune from a fortune teller.
- Example queries
- JSON-LD sample
-
[ { "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": [] } ]
Get fortune
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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 ```"]]