solutionType property

  1. @TagNumber.new(2)
String get solutionType

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);
  1. @TagNumber.new(2)
set solutionType (String value)

Implementation

@$pb.TagNumber(2)
set solutionType($core.String value) => $_setString(1, value);