Action
অর্ডার বা লাইন আইটেমের সাথে যুক্ত একটি ফলো-আপ অ্যাকশন।
ক্ষেত্র |
---|
type | enum ( Type ) প্রয়োজনীয়: কর্মের ধরন। |
title | string ব্যবহারকারীর কাছে প্রদর্শিত কর্মের শিরোনাম বা লেবেল। সর্বাধিক অনুমোদিত দৈর্ঘ্য 100 অক্ষর। |
openUrlAction | object ( OpenUrlAction ) ব্যবস্থা নিতে হবে। |
actionMetadata | object ( ActionMetadata ) একটি কর্মের সাথে যুক্ত মেটাডেটা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। 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"]]