Action
Последующее действие, связанное с заказом или позицией.
Поля |
---|
type | enum ( Type ) Обязательно: тип действия. |
title | string заголовок или метка действия, отображаемая пользователю. Максимально допустимая длина — 100 символов. |
openUrlAction | object ( OpenUrlAction ) Действия, которые необходимо предпринять. |
actionMetadata | object ( ActionMetadata ) Метаданные, связанные с действием. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-06 UTC.
[null,null,["Последнее обновление: 2025-01-06 UTC."],[[["Actions represent follow-up interactions associated with an order or line item."],["Each Action has a type, title, URL to open, and associated metadata."],["ActionMetadata provides additional context, including an expiration time."],["JSON schemas define the structure for representing Actions and ActionMetadata."]]],["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"]]