Action
ऑर्डर या लाइन आइटम से जुड़ी फ़ॉलो-अप कार्रवाई.
JSON के काेड में दिखाना |
{
"type": enum (Type ),
"title": string,
"openUrlAction": {
object (OpenUrlAction )
},
"actionMetadata": {
object (ActionMetadata )
}
} |
फ़ील्ड |
type |
enum (Type )
ज़रूरी है: कार्रवाई का टाइप.
|
title |
string
उपयोगकर्ता को दिखाई जाने वाली कार्रवाई का टाइटल या लेबल. ज़्यादा से ज़्यादा 100 वर्ण इस्तेमाल किए जा सकते हैं.
|
openUrlAction |
object (OpenUrlAction )
की जाने वाली कार्रवाई.
|
actionMetadata |
object (ActionMetadata )
किसी कार्रवाई से जुड़ा मेटाडेटा.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-10 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-10 (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"]]