solutionType property
String discriminator for the solution kind, e.g. "voice_agent",
"rag", "time_series", "agent_loop". Free-form for
forward-compat with future solutions; canonical values match the
SolutionType enum names lower-cased.
Implementation
@$pb.TagNumber(2)
$core.String get solutionType => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set solutionType($core.String value) => $_setString(1, value);