VoiceOutputModality type

An output modality the agent may produce. animation and avatar are used when an avatar is configured.

type VoiceOutputModality = "text" | "audio" | "animation" | "avatar"