VoiceAgentConnectionStateChangedHandler type

音声エージェント接続の状態が変わったときに呼び出します。

type VoiceAgentConnectionStateChangedHandler = (
  state: VoiceAgentConnectionState,
  previousState: VoiceAgentConnectionState
) => void