- 액션 ID
actions.intent.GET_JOKE
- 설명
- 주제나 창작물에 관한 농담을 듣습니다.
- 쿼리 예
-
en-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 Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-10(UTC)
[null,null,["최종 업데이트: 2024-09-10(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"]]