REST Resource: replies
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: উত্তর দিন
একটি ফাইলের উপর একটি মন্তব্যের একটি উত্তর.
কিছু সম্পদ পদ্ধতির (যেমন replies.update
) একটি replyId
প্রয়োজন। উত্তরের জন্য আইডি পুনরুদ্ধার করতে replies.list
পদ্ধতি ব্যবহার করুন।
JSON প্রতিনিধিত্ব |
---|
{
"id": string,
"kind": string,
"createdTime": string,
"modifiedTime": string,
"action": string,
"author": {
object (User )
},
"deleted": boolean,
"htmlContent": string,
"content": string
} |
ক্ষেত্র |
---|
id | string শুধুমাত্র আউটপুট। উত্তরের আইডি। |
kind | string শুধুমাত্র আউটপুট। এই সম্পদ কি ধরনের সনাক্ত. মান: স্থির স্ট্রিং "drive#reply" । |
createdTime | string শুধুমাত্র আউটপুট। যে সময়ে উত্তর তৈরি করা হয়েছিল (RFC 3339 তারিখ-সময়)। |
modifiedTime | string শুধুমাত্র আউটপুট। শেষবার উত্তরটি পরিবর্তন করা হয়েছে (RFC 3339 তারিখ-সময়)। |
action | string অভিভাবক মন্তব্যের উত্তর সঞ্চালিত কর্ম. বৈধ মান হল: |
author | object ( User ) শুধুমাত্র আউটপুট। উত্তরের লেখক। লেখকের ইমেল ঠিকানা এবং অনুমতি আইডি পপুলেট করা হবে না. |
deleted | boolean শুধুমাত্র আউটপুট। উত্তরটি মুছে ফেলা হয়েছে কিনা। একটি মুছে ফেলা উত্তর কোন বিষয়বস্তু নেই. |
htmlContent | string শুধুমাত্র আউটপুট। HTML বিন্যাস সহ উত্তরের বিষয়বস্তু। |
content | string উত্তরের প্লেইন টেক্সট কন্টেন্ট। এই ক্ষেত্রটি সামগ্রী সেট করার জন্য ব্যবহার করা হয়, যখন htmlContent প্রদর্শন করা উচিত। এটি তৈরিতে প্রয়োজন যদি কোনো action নির্দিষ্ট করা না থাকে। |
পদ্ধতি |
---|
| একটি মন্তব্যের একটি উত্তর তৈরি করে। |
| একটি উত্তর মুছে দেয়। |
| আইডি দ্বারা একটি উত্তর পায়. |
| একটি মন্তব্যের উত্তর তালিকা. |
| প্যাচ শব্দার্থবিদ্যা সহ একটি উত্তর আপডেট করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# REST Resource: replies\n\n- [Resource: Reply](#Reply)\n - [JSON representation](#Reply.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Reply\n---------------\n\nA reply to a comment on a file.\n\nSome resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"kind\": string, \"createdTime\": string, \"modifiedTime\": string, \"action\": string, \"author\": { object (/workspace/drive/api/reference/rest/v3/User) }, \"deleted\": boolean, \"htmlContent\": string, \"content\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` Output only. The ID of the reply. |\n| `kind` | `string` Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#reply\"`. |\n| `createdTime` | `string` Output only. The time at which the reply was created (RFC 3339 date-time). |\n| `modifiedTime` | `string` Output only. The last time the reply was modified (RFC 3339 date-time). |\n| `action` | `string` The action the reply performed to the parent comment. Valid values are: - `resolve` - `reopen` |\n| `author` | `object (`[User](/workspace/drive/api/reference/rest/v3/User)`)` Output only. The author of the reply. The author's email address and permission ID will not be populated. |\n| `deleted` | `boolean` Output only. Whether the reply has been deleted. A deleted reply has no content. |\n| `htmlContent` | `string` Output only. The content of the reply with HTML formatting. |\n| `content` | `string` The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------|---------------------------------------|\n| ### [create](/workspace/drive/api/reference/rest/v3/replies/create) | Creates a reply to a comment. |\n| ### [delete](/workspace/drive/api/reference/rest/v3/replies/delete) | Deletes a reply. |\n| ### [get](/workspace/drive/api/reference/rest/v3/replies/get) | Gets a reply by ID. |\n| ### [list](/workspace/drive/api/reference/rest/v3/replies/list) | Lists a comment's replies. |\n| ### [update](/workspace/drive/api/reference/rest/v3/replies/update) | Updates a reply with patch semantics. |"]]