একটি সারিতে প্রদর্শিত Button
বস্তুর একটি সেট ধরে রাখে।
Google Workspace অ্যাড-অন এবং Google Chat অ্যাপের জন্য উপলভ্য।
const textButton = CardService.newTextButton(); // Finish building the text button... const imageButton = CardService.newImageButton(); // Finish building the image button... const buttonSet = CardService.newButtonSet().addButton(textButton).addButton(imageButton);
পদ্ধতি
পদ্ধতি | রিটার্ন টাইপ | সংক্ষিপ্ত বিবরণ |
---|---|---|
add Button(button) | Button Set | একটি বোতাম যোগ করে। |
বিস্তারিত ডকুমেন্টেশন
add Button(button)
একটি বোতাম যোগ করে।
পরামিতি
নাম | টাইপ | বর্ণনা |
---|---|---|
button | Button | যোগ করার জন্য বোতাম। |
প্রত্যাবর্তন
Button Set
- এই বস্তুটি, চেইন করার জন্য।