Squad

This is a squad that will be used for the call. To use an existing squad, use squadId instead.

Inheritors

Properties

Link copied to clipboard
abstract var name: String

The name of the squad.

Functions

Link copied to clipboard

This can be used to override all the assistants' settings and provide values for their template variables.
Both membersOverrides and members[n].assistantOverrides can be used together. First, members[n].assistantOverrides is applied. Then, membersOverrides is applied as a global override.

Link copied to clipboard
abstract fun members(block: Members.() -> Unit): Members

This is the list of assistants that make up the squad.
The call will start with the first assistant in the list.