public Generator() : base(false) { fieldGeneratorChoices = new ContactNumberChoicesJSON.HoldingGenerator("field \"Choices\" of the CallOneContactNumberAmbiguousCommand class", false); unknownFieldGenerator = new UnknownFieldGenerator(false); set_what("the CallOneContactNumberAmbiguousCommand class"); }
public Generator(bool ignore_extras) : base(ignore_extras) { fieldGeneratorChoices = new ContactNumberChoicesJSON.HoldingGenerator("field \"Choices\" of the CallOneContactNumberAmbiguousCommand class", ignore_extras); unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras); set_what("the CallOneContactNumberAmbiguousCommand class"); }