turnLifecycle property
Agent-response start/complete and user-speech start/end are TurnLifecycleEventKind values, not separate arms. Session start and stop are PipelineState transitions on StateChangeEvent.
Implementation
@$pb.TagNumber(19)
TurnLifecycleEvent get turnLifecycle => $_getN(14);
Implementation
@$pb.TagNumber(19)
set turnLifecycle(TurnLifecycleEvent value) => $_setField(19, value);