SquadDestination

interface SquadDestination : CommonDestination(source)

This is the squad destination where the call is transferred to a multi-agent squad.

Properties

Link copied to clipboard
abstract var description: String

This is the description of the destination, used by the AI to choose when and how to transfer the call.

Link copied to clipboard
abstract var entryAssistantName: String

This is the name of the entry assistant to start with when handing off to the squad. If not provided, the first assistant in the squad is used.

Link copied to clipboard
abstract var squadId: String

This is the squad id to transfer the call to.