createResponse property
Unset means true. False means the app drives replies itself via say().
Implementation
@$pb.TagNumber(6)
$core.bool get createResponse => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set createResponse($core.bool value) => $_setBool(5, value);