Text で定義されたスタイル、ハイパーリンク、インタラクティブ要素などのリッチ フォーマット オプションを含むテキスト ブロック。WorkflowTextFormat には 1 つ以上の Text を含めることができます。
Google Workspace Studio を拡張する Google Workspace アドオンでのみ使用できます。
使用例:
const workflowTextFormat = AddOnsResponseService.newWorkflowTextFormat() .addTextFormatElement( AddOnsResponseService.newTextFormatElement() .setText("example_text") );
メソッド
| メソッド | 戻り値の型 | 概要 |
|---|---|---|
add | Workflow | ワークフローのテキスト形式に Text を追加します。 |
詳細なドキュメント
add Text Format Element(textFormatElement)
ワークフローのテキスト形式に Text を追加します。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
text | Text | 追加するテキスト形式要素。 |
戻る
Workflow - チェーン用のワークフロー テキスト形式オブジェクト。