- Идентификатор действия
-
actions.intent.GET_JOKE
- Описание
- Возьмите шутку по теме или из творческой работы.
- Примеры запросов
ru-US
- Позвольте мне услышать анекдот.
- Расскажи мне анекдот про собак.
- Образец JSON-LD
-
[
{
"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"
]
}
]
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-08 UTC.
[null,null,["Последнее обновление: 2025-01-08 UTC."],[[["The `actions.intent.GET_JOKE` Action ID is used to request jokes, optionally specifying a topic or source."],["Example queries include \"Let me hear a joke\" or \"Tell me a joke about dogs,\" demonstrating how users can request jokes."],["JSON-LD sample highlights schema properties like `about`, `author`, `inLanguage`, `isPartOf`, and `temporalCoverage` for representing joke information."]]],["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"]]