- 操作 ID
actions.intent.START_CALMING_ACTIVITY
- 说明
- 开始一项让人平静的冥想活动。
- 示例查询
- JSON-LD 示例
-
[ { "exampleValues": [ "PT10M" ], "name": "calmingActivity", "schemaType": [] }, { "exampleValues": [ "PT10M" ], "name": "stressor", "schemaType": [] }, { "exampleValues": [ "PT10M" ], "name": "duration", "schemaType": [] } ]
开始平静运动
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The core content describes the action `actions.intent.START_CALMING_ACTIVITY`, which initiates a calming or meditative activity. Users can express this intent through phrases like \"I want to meditate for 10 minutes\". The associated JSON-LD sample outlines parameters such as \"calmingActivity,\" \"stressor,\" and \"duration.\" These can be specified, with examples like \"PT10M,\" likely representing a 10-minute duration for the activity.\n"],null,["# Start calming activity\n\nAction ID\n: `actions.intent.START_CALMING_ACTIVITY`\n\nDescription\n: Start a calming, meditative activity.\n\nExample queries\n:\n\n #### en-US\n\n - I want to meditate for 10 minutes.\n\nJSON-LD sample\n:\n\n ```text\n [\n {\n \"exampleValues\": [\n \"PT10M\"\n ],\n \"name\": \"calmingActivity\",\n \"schemaType\": []\n },\n {\n \"exampleValues\": [\n \"PT10M\"\n ],\n \"name\": \"stressor\",\n \"schemaType\": []\n },\n {\n \"exampleValues\": [\n \"PT10M\"\n ],\n \"name\": \"duration\",\n \"schemaType\": []\n }\n ]\n ```"]]