finalState property
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);
Implementation
@$pb.TagNumber(6)
set finalState($0.VoiceAgentComponentStates value) => $_setField(6, value);