AI-generated Key Takeaways
-
actions.intent.GET_JOKEis an Action ID used to get jokes. -
Users can request a joke about a specific topic or from a creative work.
-
Example queries include asking to hear a joke in general or a joke about dogs.
-
The JSON-LD sample demonstrates how to structure a request for a joke with details like topic, author, language, and source.
- Action ID
actions.intent.GET_JOKE- Description
- Get a joke about a topic or from a creative work.
- Example queries
- JSON-LD sample
-
[ { "exampleValues": [ { "@context": "https://schema.googleapis.org", "@type": "Joke", "about": { "name": "dogs" }, "author": { "name": "Jane Austen" }, "inLanguage": { "identifier": "hin" }, "isPartOf": { "name": "Pride and Prejudice" }, "temporalCoverage": "1990-01-01T00:00:00/1990-12-31T11:59:59" } ], "name": "joke", "schemaType": [ "https://schema.googleapis.org/Joke" ] } ]