নিম্নলিখিত অনুমোদনের সুযোগগুলির মধ্যে একটি সহ অ্যাপ প্রমাণীকরণ :
https://www.googleapis.com/auth/chat.bot : এই অনুমোদনের সুযোগ ব্যবহার করার সময়, এই পদ্ধতিটি চ্যাট অ্যাপের অ্যাক্সেস আছে এমন একটি বার্তার বিবরণ প্রদান করে, যেমন সরাসরি বার্তা এবং স্ল্যাশ কমান্ড যা চ্যাট অ্যাপকে আহ্বান করে।
https://www.googleapis.com/auth/chat.app.messages.readonlyঅ্যাডমিনিস্ট্রেটরের অনুমোদনের সাথে ( ডেভেলপার প্রিভিউতে উপলব্ধ)। এই প্রমাণীকরণের সুযোগ ব্যবহার করার সময়, এই পদ্ধতিটি একটি স্পেসে একটি সর্বজনীন বার্তা সম্পর্কে বিশদ বিবরণ প্রদান করে।
আপনি যদি আপনার বার্তার জন্য একটি কাস্টম আইডি সেট করে থাকেন, তাহলে আপনি {message} এর জন্য clientAssignedMessageId ফিল্ড থেকে মানটি ব্যবহার করতে পারেন। বিস্তারিত জানার জন্য, একটি বার্তার নাম দেখুন।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Message একটি উদাহরণ থাকে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-08-19 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eReturns detailed information about a specific message within a space.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the message's resource name using the format \u003ccode\u003espaces/{space}/messages/{message}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSupports both app and user authentication methods for accessing message details.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a \u003ccode\u003eMessage\u003c/code\u003e object containing the message data if the request is successful.\u003c/p\u003e\n"],["\u003cp\u003eRequires specific authorization scopes like \u003ccode\u003echat.bot\u003c/code\u003e, \u003ccode\u003echat.messages\u003c/code\u003e, or \u003ccode\u003echat.messages.readonly\u003c/code\u003e.\u003c/p\u003e\n"]]],["This outlines retrieving message details using a `GET` request to `https://chat.googleapis.com/v1/{name=spaces/*/messages/*}`. The message's resource name, found in the `name` path parameter (`spaces/{space}/messages/{message}`), is required. The request body must be empty. The successful response returns a `Message` instance. Authentication is achieved through either App or User authentication, requiring one of three specified OAuth scopes. This may include message from blocked member.\n"],null,[]]