Member

interface Member

A member of the squad.

Functions

Link copied to clipboard
abstract fun assistant(block: Assistant.() -> Unit): Assistant

This is the assistant that will be used for the call. To use an existing assistant, use assistantId instead.

Link copied to clipboard
abstract fun assistantId(block: AssistantId.() -> Unit): AssistantId

This is the assistant that will be used for the call. To use a transient assistant, use assistant instead.

Link copied to clipboard

These are the others assistants that this assistant can transfer to.
If the assistant already has transfer call tool, these destinations are just appended to existing ones.