componentStateChanged property
Voice agent lifecycle events. Mirror Swift VoiceSessionError / VoiceAgentComponentStates and the AsyncSequence-style lifecycle signals consumed by the cross-platform VoiceAgent extensions (Swift VoiceAgentTypes.swift, Kotlin VoiceAgentTypes.kt, RN VoiceAgentTypes.ts, Web VoiceAgentCTypes.ts, Flutter voice_agent_types.dart).
Implementation
@$pb.TagNumber(18)
VoiceAgentComponentStates get componentStateChanged => $_getN(13);
Implementation
@$pb.TagNumber(18)
set componentStateChanged(VoiceAgentComponentStates value) =>
$_setField(18, value);