Class ButtonSet

बटनसेट करें

इसमें 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);

तरीके

तरीकारिटर्न टाइपसंक्षिप्त विवरण
addButton(button)ButtonSetबटन जोड़ता है.

ज़्यादा जानकारी वाला दस्तावेज़

addButton(button)

बटन जोड़ता है.

पैरामीटर

नामटाइपब्यौरा
buttonButtonजोड़ने के लिए बटन.

वापसी का टिकट

ButtonSet — चेन करने के लिए यह ऑब्जेक्ट.