Squad

interface Squad : SquadProperties

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

Properties

Link copied to clipboard
abstract var name: String

The name of the squad.

Functions

Link copied to clipboard
abstract fun memberOverrides(block: AssistantOverrides.() -> Unit): AssistantOverrides

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.