prompt property
The question about the image, for the single-turn quickstart path.
Implementation
@$pb.TagNumber(6)
$core.String get prompt => $_getSZ(3);
Implementation
@$pb.TagNumber(6)
set prompt($core.String value) => $_setString(3, value);
The question about the image, for the single-turn quickstart path.
@$pb.TagNumber(6)
$core.String get prompt => $_getSZ(3);
@$pb.TagNumber(6)
set prompt($core.String value) => $_setString(3, value);