আমরা 31 জুলাই, 2024-এ Google বিজনেস মেসেজ বন্ধ করে দেব।
এখানে আরও পড়ুন।
Message
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একজন ব্যবহারকারীর কাছ থেকে একজন এজেন্টকে পাঠানো বার্তার বিষয়বস্তু।
JSON প্রতিনিধিত্ব |
---|
{
"messageId": string,
"name": string,
"createTime": string,
// Union field content can be only one of the following:
"text": string
// End of list of possible types for union field content .
} |
ক্ষেত্র |
---|
messageId | string বার্তাটির একটি অনন্য শনাক্তকারী৷ |
name | string ব্যবসা বার্তা দ্বারা সেট করা বার্তার নাম। "কথোপকথন/{conversationId}/messages/{messageId}" এর সমাধান করে, যেখানে {conversationId} হল কথোপকথনের অনন্য আইডি এবং {messageId} হল মেসেজের অনন্য আইডি৷ |
createTime | string ( Timestamp format) ব্যবহারকারী বার্তা পাঠানোর সময়। RFC3339 UTC "জুলু" ফর্ম্যাটে একটি টাইমস্ট্যাম্প, ন্যানোসেকেন্ড রেজোলিউশন এবং নয়টি পর্যন্ত ভগ্নাংশের সংখ্যা। উদাহরণ: "2014-10-02T15:01:23Z" এবং "2014-10-02T15:01:23.045123456Z" । |
ইউনিয়ন ক্ষেত্রের content । বার্তার বিষয়বস্তু। content নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
text | string প্লেইন-টেক্সট মেসেজ কন্টেন্ট। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe message object contains an ID, name, creation timestamp, and content.\u003c/p\u003e\n"],["\u003cp\u003eThe content of the message is a union field and can be plain text.\u003c/p\u003e\n"],["\u003cp\u003eThe message name follows a specific format: "conversations/{conversationId}/messages/{messageId}".\u003c/p\u003e\n"],["\u003cp\u003eThe creation timestamp is in RFC3339 UTC "Zulu" format.\u003c/p\u003e\n"]]],[],null,["# Message\n\nThe content of a message sent from a user to an agent.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"messageId\": string, \"name\": string, \"createTime\": string, // Union field `content` can be only one of the following: \"text\": string // End of list of possible types for union field `content`. } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `messageId` | `string` An unique identifier of the message. |\n| `name` | `string` The name of the message, as set by Business Messages. Resolves to \"conversations/{conversationId}/messages/{messageId}\", where {conversationId} is the unique ID for the conversation and {messageId} is the unique ID for the message. |\n| `createTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` The time that the user sent the message. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| Union field `content`. The content of the message. `content` can be only one of the following: ||\n| `text` | `string` Plain-text message content. |"]]