componentStateChanged property

  1. @TagNumber.new(18)
VoiceAgentComponentStates get componentStateChanged

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);
  1. @TagNumber.new(18)
set componentStateChanged (VoiceAgentComponentStates value)

Implementation

@$pb.TagNumber(18)
set componentStateChanged(VoiceAgentComponentStates value) =>
    $_setField(18, value);