finalState property

  1. @TagNumber.new(6)
VoiceAgentComponentStates get finalState

Component states captured at the end of the turn — useful for UIs surfacing readiness / partial-failure breakdowns alongside the final result. Unset when the caller does not ask for it.

Implementation

@$pb.TagNumber(6)
$0.VoiceAgentComponentStates get finalState => $_getN(5);
  1. @TagNumber.new(6)
set finalState (VoiceAgentComponentStates value)

Implementation

@$pb.TagNumber(6)
set finalState($0.VoiceAgentComponentStates value) => $_setField(6, value);