Get joke
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
actions.intent.GET_JOKE is 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
en-US
Let me hear a joke.
Tell me a joke about dogs.
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"]}]
[[["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 2025-10-17 UTC."],[],["The `actions.intent.GET_JOKE` action retrieves jokes based on a specified topic or creative work. Users can request a general joke or one about a specific subject, like \"dogs.\" The JSON-LD structure defines joke properties, including the topic, author, language, and related creative work. Example query included. The temporal coverage is also included, to indicate the time range for which the content is relevant.\n"]]