VacationSettings
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি অ্যাকাউন্টের জন্য ছুটির স্বয়ংক্রিয় উত্তর সেটিংস৷ এই সেটিংসগুলি ওয়েব ইন্টারফেসের "অবকাশ প্রতিক্রিয়াকারী" বৈশিষ্ট্যের সাথে মিলে যায়৷
JSON প্রতিনিধিত্ব |
---|
{
"enableAutoReply": boolean,
"responseSubject": string,
"responseBodyPlainText": string,
"responseBodyHtml": string,
"restrictToContacts": boolean,
"restrictToDomain": boolean,
"startTime": string,
"endTime": string
} |
ক্ষেত্র |
---|
enableAutoReply | boolean Gmail স্বয়ংক্রিয়ভাবে বার্তাগুলির উত্তর দেয় কিনা তা নিয়ন্ত্রণ করে পতাকা। |
responseSubject | string অবকাশকালীন প্রতিক্রিয়াগুলিতে বিষয় লাইনে অগ্রসর হওয়ার জন্য ঐচ্ছিক পাঠ্য। স্বতঃ-উত্তর সক্ষম করার জন্য, হয় প্রতিক্রিয়া বিষয় বা প্রতিক্রিয়া বডি খালি থাকতে হবে। |
responseBodyPlainText | string প্লেন টেক্সট ফরম্যাটে রেসপন্স বডি। responseBodyPlainText এবং responseBodyHtml উভয়ই নির্দিষ্ট করা থাকলে, responseBodyHtml ব্যবহার করা হবে। |
responseBodyHtml | string HTML ফরম্যাটে রেসপন্স বডি। জিমেইল এইচটিএমএল সঞ্চয় করার আগে স্যানিটাইজ করবে। responseBodyPlainText এবং responseBodyHtml উভয়ই নির্দিষ্ট করা থাকলে, responseBodyHtml ব্যবহার করা হবে। |
restrictToContacts | boolean ফ্ল্যাগ যা ব্যবহারকারীর পরিচিতির তালিকায় নেই এমন প্রাপকদের কাছে প্রতিক্রিয়া পাঠানো হবে কিনা তা নির্ধারণ করে। |
restrictToDomain | boolean ফ্ল্যাগ যা ব্যবহারকারীর ডোমেনের বাইরে থাকা প্রাপকদের প্রতিক্রিয়া পাঠানো হবে কিনা তা নির্ধারণ করে। এই বৈশিষ্ট্যটি শুধুমাত্র Google Workspace ব্যবহারকারীদের জন্য উপলব্ধ। |
startTime | string ( int64 format) স্বয়ংক্রিয়-উত্তর পাঠানোর জন্য একটি ঐচ্ছিক শুরুর সময় (epoch ms)। যখন এটি নির্দিষ্ট করা হয়, Gmail স্বয়ংক্রিয়ভাবে শুধুমাত্র সেই বার্তাগুলির উত্তর দেবে যা এটি শুরুর সময় পরে পায়। যদি startTime এবং endTime উভয়ই নির্দিষ্ট করা থাকে, তাহলে startTime অবশ্যই endTime আগে হবে। |
endTime | string ( int64 format) স্বয়ংক্রিয়-উত্তর পাঠানোর জন্য একটি ঐচ্ছিক শেষ সময় (epoch ms)। যখন এটি নির্দিষ্ট করা হয়, Gmail স্বয়ংক্রিয়ভাবে শুধুমাত্র শেষ সময়ের আগে প্রাপ্ত বার্তাগুলির উত্তর দেবে৷ যদি startTime এবং endTime উভয়ই নির্দিষ্ট করা থাকে, তাহলে startTime অবশ্যই endTime আগে হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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,["# VacationSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nVacation auto-reply settings for an account. These settings correspond to the [\"Vacation responder\"](https://support.google.com/mail/answer/25922) feature in the web interface.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"enableAutoReply\": boolean, \"responseSubject\": string, \"responseBodyPlainText\": string, \"responseBodyHtml\": string, \"restrictToContacts\": boolean, \"restrictToDomain\": boolean, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `enableAutoReply` | `boolean` Flag that controls whether Gmail automatically replies to messages. |\n| `responseSubject` | `string` Optional text to prepend to the subject line in vacation responses. In order to enable auto-replies, either the response subject or the response body must be nonempty. |\n| `responseBodyPlainText` | `string` Response body in plain text format. If both `responseBodyPlainText` and `responseBodyHtml` are specified, `responseBodyHtml` will be used. |\n| `responseBodyHtml` | `string` Response body in HTML format. Gmail will sanitize the HTML before storing it. If both `responseBodyPlainText` and `responseBodyHtml` are specified, `responseBodyHtml` will be used. |\n| `restrictToContacts` | `boolean` Flag that determines whether responses are sent to recipients who are not in the user's list of contacts. |\n| `restrictToDomain` | `boolean` Flag that determines whether responses are sent to recipients who are outside of the user's domain. This feature is only available for Google Workspace users. |\n| `startTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` An optional start time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives after the start time. If both `startTime` and `endTime` are specified, `startTime` must precede `endTime`. |\n| `endTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` An optional end time for sending auto-replies (epoch ms). When this is specified, Gmail will automatically reply only to messages that it receives before the end time. If both `startTime` and `endTime` are specified, `startTime` must precede `endTime`. |"]]