VoiceAgentConnectionStateChangedHandler type
Chiamato quando una connessione vocale-agente cambia stato.
type VoiceAgentConnectionStateChangedHandler = (
state: VoiceAgentConnectionState,
previousState: VoiceAgentConnectionState
) => void