modelId property
Telemetry metrics (STT transcription + TTS synthesis + model load) so the C++ destination router derives the full telemetry payload from the proto SDKEvent alone. Populated per-component (component on the SDKEvent envelope selects which subset applies).
Implementation
@$pb.TagNumber(13)
$core.String get modelId => $_getSZ(9);
Implementation
@$pb.TagNumber(13)
set modelId($core.String value) => $_setString(9, value);