- 動作編號
actions.intent.GET_QUOTATION
- 說明
- 取得特定作者或創意作品的報價。
- 查詢範例
- JSON-LD 範例
-
[ { "exampleValues": [ { "@context": "https://pending.schema.org", "@type": "Quotation", "inLanguage": { "identifier": "jpn" }, "isPartOf": { "name": "Long Walk to Freedom" }, "keywords": "inspirational", "spokenByCharacter": { "name": "Nelson Mandela" }, "temporalCoverage": "2000-01-01T03:00:00/2099-12-12T23:59:59" } ], "name": "quotation", "schemaType": [ "https://pending.schema.org/Quotation" ] } ]
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[null,null,["上次更新時間:2024-08-29 (世界標準時間)。"],[[["The `actions.intent.GET_QUOTATION` Action ID is used to request quotations from a specific author or work."],["Users can trigger this action with simple queries like \"Get a quote\" or \"Hear a quote from [author's name]\"."],["This action utilizes JSON-LD to provide structured data about the requested quotation, including author, work, language, and keywords."],["The JSON-LD sample demonstrates how properties like `spokenByCharacter`, `isPartOf`, and `temporalCoverage` can be used to specify details about the desired quotation."]]],[]]