Action
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
字段 |
type |
enum (Type )
必需:操作类型。
|
title |
string
操作的标题或标签,向用户显示。允许的长度上限为 100 个字符。
|
openUrlAction |
object (OpenUrlAction )
要执行的操作。
|
actionMetadata |
object (ActionMetadata )
与操作关联的元数据。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eActions represent follow-up interactions associated with an order or line item.\u003c/p\u003e\n"],["\u003cp\u003eEach Action has a type, title, URL to open, and associated metadata.\u003c/p\u003e\n"],["\u003cp\u003eActionMetadata provides additional context, including an expiration time.\u003c/p\u003e\n"],["\u003cp\u003eJSON schemas define the structure for representing Actions and ActionMetadata.\u003c/p\u003e\n"]]],["The core content describes the structure and fields for defining actions and their associated metadata. Actions include a `type`, a `title` for user display (max 100 characters), and an `openUrlAction`. Actions can contain `actionMetadata`, which includes an `expireTime` field that indicates when the action expires, formatted as a RFC3339 UTC timestamp. These fields define follow up actions to be executed.\n"],null,["# Action\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ActionMetadata](#ActionMetadata)\n - [JSON representation](#ActionMetadata.SCHEMA_REPRESENTATION)\n\nA follow-up action associated with the order or line item.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"type\": enum (/assistant/df-asdk/reference/webhook/rest/Shared.Types/Type), \"title\": string, \"openUrlAction\": { object (/assistant/df-asdk/reference/webhook/rest/Shared.Types/OpenUrlAction) }, \"actionMetadata\": { object (/assistant/df-asdk/reference/webhook/rest/Shared.Types/Action#ActionMetadata) } } ``` |\n\n| Fields ||\n|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| `type` | `enum (`[Type](/assistant/df-asdk/reference/webhook/rest/Shared.Types/Type)`)` Required: type of action. |\n| `title` | `string` title or label of the action, displayed to the user. Max allowed length is 100 chars. |\n| `openUrlAction` | `object (`[OpenUrlAction](/assistant/df-asdk/reference/webhook/rest/Shared.Types/OpenUrlAction)`)` Action to take. |\n| `actionMetadata` | `object (`[ActionMetadata](/assistant/df-asdk/reference/webhook/rest/Shared.Types/Action#ActionMetadata)`)` Metadata associated with an action. |\n\nActionMetadata\n--------------\n\nRelated Metadata per action.\n\n| JSON representation ||\n|----------------------------------|---|\n| ``` { \"expireTime\": string } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `expireTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` time when this action will expire. A timestamp in RFC3339 UTC \"Zulu\" format, accurate to nanoseconds. Example: `\"2014-10-02T15:01:23.045123456Z\"`. |"]]