テキストを表示し、基本的な HTML 形式をサポートするウィジェット。
Google Workspace アドオンと Google Chat アプリでご利用いただけます。
var textParagraph = CardService.newTextParagraph() .setText("This is a text paragraph widget. Multiple lines are allowed if needed.");
メソッド
メソッド | 戻り値の型 | 概要 |
---|---|---|
setText(text) | TextParagraph | 段落のテキストを設定します。 |