একটি অবজেক্ট যা অ্যাপস স্ক্রিপ্ট এপিআই ব্যবহার করে সম্পাদিত একটি ফাংশনের রিটার্ন মান প্রদান করে। যদি স্ক্রিপ্ট ফাংশন সফলভাবে ফিরে আসে, প্রতিক্রিয়া বডির response ক্ষেত্রে এই ExecutionResponse অবজেক্ট থাকে।
স্ক্রিপ্ট ফাংশনের রিটার্ন মান। টাইপটি অ্যাপস স্ক্রিপ্টে প্রত্যাবর্তিত বস্তুর প্রকারের সাথে মেলে। Apps Script API ব্যবহার করে বলা ফাংশনগুলি Apps স্ক্রিপ্ট-নির্দিষ্ট বস্তু (যেমন একটি Document বা Calendar ) ফেরত দিতে পারে না; তারা শুধুমাত্র একটি string , number , array , object , বা boolean মতো আদিম প্রকারগুলি ফেরত দিতে পারে৷
[[["সহজে বোঝা যায়","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-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003e\u003ccode\u003eExecutionResponse\u003c/code\u003e objects represent the results of Apps Script functions executed via the Apps Script API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresult\u003c/code\u003e field within the \u003ccode\u003eExecutionResponse\u003c/code\u003e holds the function's return value, limited to basic types like string, number, array, object, or boolean.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful script execution leads to the \u003ccode\u003eExecutionResponse\u003c/code\u003e being placed in the \u003ccode\u003eresponse\u003c/code\u003e field of the response body.\u003c/p\u003e\n"]]],[],null,[]]