Optional
Adds components to this section.
The components to add
section.addComponents(new TextDisplay().content('Hello')); Copy
section.addComponents(new TextDisplay().content('Hello'));
Sets the components for this section.
The components to set
section.setComponents(new TextDisplay().content('Hello')); Copy
section.setComponents(new TextDisplay().content('Hello'));
Converts this section to JSON.
The JSON representation of this section
Adds components to this section.