REST Resource: users.threads
সম্পদ: থ্রেড
কথোপকথনের প্রতিনিধিত্বকারী বার্তাগুলির একটি সংগ্রহ৷
JSON প্রতিনিধিত্ব |
---|
{
"id": string,
"snippet": string,
"historyId": string,
"messages": [
{
object (Message )
}
]
} |
ক্ষেত্র |
---|
id | string থ্রেডের অনন্য আইডি। |
snippet | string বার্তা পাঠ্যের একটি সংক্ষিপ্ত অংশ। |
historyId | string শেষ ইতিহাস রেকর্ডের ID যা এই থ্রেডটি সংশোধন করেছে৷ |
messages[] | object ( Message ) থ্রেডে বার্তার তালিকা। |
পদ্ধতি |
---|
| অবিলম্বে এবং স্থায়ীভাবে নির্দিষ্ট থ্রেড মুছে দেয়. |
| নির্দিষ্ট থ্রেড পায়. |
| ব্যবহারকারীর মেলবক্সে থ্রেডগুলি তালিকাভুক্ত করে৷ |
| থ্রেডে প্রয়োগ করা লেবেল পরিবর্তন করে। |
| নির্দিষ্ট থ্রেডটিকে ট্র্যাশে নিয়ে যায়। |
| ট্র্যাশ থেকে নির্দিষ্ট থ্রেড সরিয়ে দেয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A Thread is a collection of messages forming a conversation, identified by a unique ID and containing a snippet of the message text."],["Threads contain metadata such as `snippet`, `historyId`, and a list of messages."],["You can manage Threads using methods like `delete`, `get`, `list`, `modify`, `trash`, and `untrash` to perform actions such as retrieving, modifying, or deleting them."]]],["Threads represent message collections in a conversation. Key details include a unique `id`, a `snippet` of text, the `historyId` of modifications, and an array of `messages`. Threads can be managed via methods to get thread information, list all threads, modify labels, and delete, trash, or untrash them. The thread's JSON representation shows the structure of the information, with string fields for identification and metadata and an array of messages.\n"]]