আমরা 31 জুলাই, 2024-এ Google বিজনেস মেসেজ বন্ধ করে দেব।
এখানে আরও পড়ুন।
Representative
যে প্রতিনিধি (মানব বা চ্যাটবট) বার্তাটি পাঠিয়েছেন তার সম্পর্কে বিশদ বিবরণ।
JSON প্রতিনিধিত্ব |
---|
{
"displayName": string,
"avatarImage": string,
// Union field representative can be only one of the following:
"representativeType": enum (RepresentativeType )
// End of list of possible types for union field representative .
} |
ক্ষেত্র |
---|
displayName | string ঐচ্ছিক। প্রতিনিধির নাম। |
avatarImage | string ঐচ্ছিক। প্রতিনিধির অবতার ছবি, একটি সর্বজনীনভাবে উপলব্ধ URL হিসাবে। একটি বৃত্ত হিসাবে প্রদর্শন করে। অবতার ছবি ব্যক্তিগত তথ্য সমর্থন করে না, যেমন ফটোগ্রাফ বা চিত্রে প্রতিনিধিদের চিত্রণ। আইকন, লোগো বা কাল্পনিক চিত্রের মতো ব্যক্তিদের সনাক্ত করে না এমন ছবি ব্যবহার করুন। একটি বার্তায় একটি অবতার চিত্র ব্যবহার করার পরে, ছবিটি পরিবর্তন বা মুছে ফেলা যাবে না। চিত্রগুলি অবশ্যই 1024x1024 পিক্সেল হতে হবে এবং সর্বাধিক 50 KB ফাইলের আকার থাকতে হবে৷ |
ইউনিয়ন মাঠ representative । একটি প্রতিনিধি, তার ধরন দ্বারা চিহ্নিত. representative নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
representativeType | enum ( RepresentativeType ) প্রয়োজন। প্রতিনিধির ধরন। |
প্রতিনিধি প্রকার
এনামস |
---|
REPRESENTATIVE_TYPE_UNSPECIFIED | অনির্দিষ্ট প্রতিনিধি প্রকার। |
BOT | বট প্রতিনিধি। |
HUMAN | মানব প্রতিনিধি। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-18 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-18 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This document details the JSON structure for providing information about the representative (human or chatbot) sending a message."],["The structure includes fields for display name, avatar image, and representative type (bot or human)."],["The avatar image should be a publicly accessible URL, ideally an icon or logo, with specific size and format restrictions."],["The `representativeType` field is required and indicates whether the sender is a bot or a human."]]],[]]