public Generator() : base(false)
 {
     fieldGeneratorPhoneAreaCode = new FieldHoldingGeneratorPhoneAreaCode("field \"PhoneAreaCode\" of the AreaCodeIntent class");
     fieldGeneratorMapLocation   = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the AreaCodeIntent class", false);
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the AreaCodeIntent class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorPhoneAreaCode = new FieldHoldingGeneratorPhoneAreaCode("field \"PhoneAreaCode\" of the AreaCodeIntent class");
     fieldGeneratorMapLocation   = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the AreaCodeIntent class", ignore_extras);
     unknownFieldGenerator       = new UnknownFieldGenerator(ignore_extras);
     set_what("the AreaCodeIntent class");
 }
Exemplo n.º 3
0
 public Generator() : base(false)
 {
     fieldGeneratorPreferredProduct = new JSONHoldingStringGenerator("field \"PreferredProduct\" of the UberProductsSpec class");
     fieldGeneratorPickupLocation   = new MapLocationJSON.HoldingGenerator("field \"PickupLocation\" of the UberProductsSpec class", false);
     fieldGeneratorQueryTypes       = new FieldHoldingArrayGeneratorQueryTypes("field \"QueryTypes\" of the UberProductsSpec class");
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the UberProductsSpec class");
 }
Exemplo n.º 4
0
 public Generator() : base(false)
 {
     fieldGeneratorIsOwned  = new JSONHoldingBooleanGenerator("field \"IsOwned\" of the RememberUserLocationNugget class");
     fieldGeneratorWhat     = new JSONHoldingStringGenerator("field \"What\" of the RememberUserLocationNugget class");
     fieldGeneratorLocation = new MapLocationJSON.HoldingGenerator("field \"Location\" of the RememberUserLocationNugget class", false);
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the RememberUserLocationNugget class");
 }
 public Generator()
 {
     fieldGeneratorLocation = new MapLocationJSON.HoldingGenerator("field \"Location\" of the AnnotatedMapLocation class", false);
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     keyGenerator           = new JSONHoldingStringGenerator("key field \"LocationType\" of the AnnotatedMapLocation class");
     set_what("the AnnotatedMapLocation class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 6
0
 public Generator()
 {
     fieldGeneratorLocation         = new MapLocationJSON.HoldingGenerator("field \"Location\" of the FlightTravelLocation class", false);
     fieldGeneratorAirportIATACodes = new JSONHoldingStringArrayGenerator("field \"AirportIATACodes\" of the FlightTravelLocation class");
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the FlightTravelLocation class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 7
0
 public Generator() : base(false)
 {
     fieldGeneratorDateAndTime        = new DateAndOrTimeJSON.HoldingGenerator("field \"DateAndTime\" of the TimeOfMoonPhaseInformationNugget class", false);
     fieldGeneratorMapLocation        = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimeOfMoonPhaseInformationNugget class", false);
     fieldGeneratorRequestedMoonPhase = new JSONHoldingStringGenerator("field \"RequestedMoonPhase\" of the TimeOfMoonPhaseInformationNugget class");
     fieldGeneratorRequestedInThePast = new JSONHoldingBooleanGenerator("field \"RequestedInThePast\" of the TimeOfMoonPhaseInformationNugget class");
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the TimeOfMoonPhaseInformationNugget class");
 }
Exemplo n.º 8
0
 public Generator()
 {
     fieldGeneratorTag      = new JSONHoldingStringGenerator("field \"Tag\" of the SetUserMemoryLocation class");
     fieldGeneratorLocation = new MapLocationJSON.HoldingGenerator("field \"Location\" of the SetUserMemoryLocation class", false);
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the SetUserMemoryLocation class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 9
0
 public Generator()
   {
     fieldGeneratorMapLocation = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the LocationAndTime class", false);
     fieldGeneratorTimeZone = new TimeZoneJSON.HoldingGenerator("field \"TimeZone\" of the LocationAndTime class", false);
     fieldGeneratorDateTimeSpec = new DateTimeSpecJSON.HoldingGenerator("field \"DateTimeSpec\" of the LocationAndTime class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the LocationAndTime class");
     allow_incomplete = false;
     allow_unpolished = false;
   }
Exemplo n.º 10
0
 public Generator() : base(false)
 {
     fieldGeneratorMapLocation            = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the SunriseSunsetTimeInformationNugget class", false);
     fieldGeneratorRequestedType          = new JSONHoldingStringGenerator("field \"RequestedType\" of the SunriseSunsetTimeInformationNugget class");
     fieldGeneratorDateTimeRangeSpec      = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateTimeRangeSpec\" of the SunriseSunsetTimeInformationNugget class", false);
     fieldGeneratorRequestedInThePast     = new JSONHoldingBooleanGenerator("field \"RequestedInThePast\" of the SunriseSunsetTimeInformationNugget class");
     fieldGeneratorCalculatedDateAndTimes = new DateAndOrTimeJSON.HoldingArrayGenerator("field \"CalculatedDateAndTimes\" of the SunriseSunsetTimeInformationNugget class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the SunriseSunsetTimeInformationNugget class");
 }
Exemplo n.º 11
0
 public Generator() : base(false)
 {
     fieldGeneratorPreferredProduct = new JSONHoldingStringGenerator("field \"PreferredProduct\" of the UberEstimatesSpec class");
     fieldGeneratorPickupLocation   = new MapLocationJSON.HoldingGenerator("field \"PickupLocation\" of the UberEstimatesSpec class", false);
     fieldGeneratorDropoffLocation  = new MapLocationJSON.HoldingGenerator("field \"DropoffLocation\" of the UberEstimatesSpec class", false);
     fieldGeneratorPassengerCount   = new FieldHoldingGeneratorPassengerCount("field \"PassengerCount\" of the UberEstimatesSpec class");
     fieldGeneratorEstimateTypes    = new FieldHoldingArrayGeneratorEstimateTypes("field \"EstimateTypes\" of the UberEstimatesSpec class");
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the UberEstimatesSpec class");
 }
Exemplo n.º 12
0
 public Generator()
 {
     fieldGeneratorUberProductId       = new JSONHoldingStringGenerator("field \"UberProductId\" of the UberRequestData class");
     fieldGeneratorPickupLocation      = new MapLocationJSON.HoldingGenerator("field \"PickupLocation\" of the UberRequestData class", false);
     fieldGeneratorDropoffLocation     = new MapLocationJSON.HoldingGenerator("field \"DropoffLocation\" of the UberRequestData class", false);
     fieldGeneratorSurgeConfirmationId = new JSONHoldingStringGenerator("field \"SurgeConfirmationId\" of the UberRequestData class");
     unknownFieldGenerator             = new UnknownFieldGenerator(false);
     set_what("the UberRequestData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 13
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind    = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the TimeOfMoonPhaseConversationState class");
     fieldGeneratorDateAndTime        = new DateAndOrTimeJSON.HoldingGenerator("field \"DateAndTime\" of the TimeOfMoonPhaseConversationState class", false);
     fieldGeneratorMapLocation        = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimeOfMoonPhaseConversationState class", false);
     fieldGeneratorRequestedMoonPhase = new JSONHoldingStringGenerator("field \"RequestedMoonPhase\" of the TimeOfMoonPhaseConversationState class");
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the TimeOfMoonPhaseConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 14
0
 public Generator() : base(false)
 {
     fieldGeneratorMapLocation            = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimezoneLookupInformationNugget class", false);
     fieldGeneratorDateAndTime            = new DateAndOrTimeJSON.HoldingGenerator("field \"DateAndTime\" of the TimezoneLookupInformationNugget class", false);
     fieldGeneratorOlsonCode              = new JSONHoldingStringGenerator("field \"OlsonCode\" of the TimezoneLookupInformationNugget class");
     fieldGeneratorAbbreviatedCurrentRule = new JSONHoldingStringGenerator("field \"AbbreviatedCurrentRule\" of the TimezoneLookupInformationNugget class");
     fieldGeneratorOffset  = new JSONHoldingNumberTextGenerator("field \"Offset\" of the TimezoneLookupInformationNugget class");
     fieldGeneratorUnits   = new JSONHoldingStringGenerator("field \"Units\" of the TimezoneLookupInformationNugget class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the TimezoneLookupInformationNugget class");
 }
Exemplo n.º 15
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the TimezoneLookupConversationState class");
     fieldGeneratorMapLocation     = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimezoneLookupConversationState class", false);
     fieldGeneratorDateAndTime     = new DateAndOrTimeJSON.HoldingGenerator("field \"DateAndTime\" of the TimezoneLookupConversationState class", false);
     fieldGeneratorOlsonCode       = new JSONHoldingStringGenerator("field \"OlsonCode\" of the TimezoneLookupConversationState class");
     fieldGeneratorOffset          = new JSONHoldingNumberTextGenerator("field \"Offset\" of the TimezoneLookupConversationState class");
     fieldGeneratorUnits           = new JSONHoldingStringGenerator("field \"Units\" of the TimezoneLookupConversationState class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the TimezoneLookupConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 16
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorDateAndTimeKind     = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the SunriseSunsetTimeConversationState class");
     fieldGeneratorMapLocation         = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the SunriseSunsetTimeConversationState class", ignore_extras);
     fieldGeneratorRequestedType       = new JSONHoldingStringGenerator("field \"RequestedType\" of the SunriseSunsetTimeConversationState class");
     fieldGeneratorDateTimeRangeSpec   = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateTimeRangeSpec\" of the SunriseSunsetTimeConversationState class", ignore_extras);
     fieldGeneratorIsDateTimeRequested = new JSONHoldingBooleanGenerator("field \"IsDateTimeRequested\" of the SunriseSunsetTimeConversationState class");
     fieldGeneratorFutureRequested     = new JSONHoldingBooleanGenerator("field \"FutureRequested\" of the SunriseSunsetTimeConversationState class");
     fieldGeneratorPastRequested       = new JSONHoldingBooleanGenerator("field \"PastRequested\" of the SunriseSunsetTimeConversationState class");
     unknownFieldGenerator             = new UnknownFieldGenerator(ignore_extras);
     set_what("the SunriseSunsetTimeConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 17
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind        = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the TimeBetweenLocationsConversationState class");
     fieldGeneratorSourceMapLocation      = new MapLocationJSON.HoldingGenerator("field \"SourceMapLocation\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorDestinationMapLocation = new MapLocationJSON.HoldingGenerator("field \"DestinationMapLocation\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorMapLocation            = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorOffset                 = new JSONHoldingNumberTextGenerator("field \"Offset\" of the TimeBetweenLocationsConversationState class");
     fieldGeneratorUnits                  = new JSONHoldingStringGenerator("field \"Units\" of the TimeBetweenLocationsConversationState class");
     fieldGeneratorDateTimeRangeSpec      = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateTimeRangeSpec\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorSourceDateAndTime      = new DateAndOrTimeJSON.HoldingGenerator("field \"SourceDateAndTime\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorDestinationDateAndTime = new DateAndOrTimeJSON.HoldingGenerator("field \"DestinationDateAndTime\" of the TimeBetweenLocationsConversationState class", false);
     unknownFieldGenerator                = new UnknownFieldGenerator(false);
     set_what("the TimeBetweenLocationsConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 18
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind         = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the TimeInLocationConversationState class");
     fieldGeneratorSourceMapLocation       = new MapLocationJSON.HoldingGenerator("field \"SourceMapLocation\" of the TimeInLocationConversationState class", false);
     fieldGeneratorSourceTimeZone          = new TimeZoneJSON.HoldingGenerator("field \"SourceTimeZone\" of the TimeInLocationConversationState class", false);
     fieldGeneratorSourceDateTimeSpec      = new DateTimeSpecJSON.HoldingGenerator("field \"SourceDateTimeSpec\" of the TimeInLocationConversationState class", false);
     fieldGeneratorDestinationMapLocation  = new MapLocationJSON.HoldingGenerator("field \"DestinationMapLocation\" of the TimeInLocationConversationState class", false);
     fieldGeneratorDestinationTimeZone     = new TimeZoneJSON.HoldingGenerator("field \"DestinationTimeZone\" of the TimeInLocationConversationState class", false);
     fieldGeneratorDestinationDateTimeSpec = new DateTimeSpecJSON.HoldingGenerator("field \"DestinationDateTimeSpec\" of the TimeInLocationConversationState class", false);
     fieldGeneratorMapLocation             = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimeInLocationConversationState class", false);
     fieldGeneratorTimeZone     = new TimeZoneJSON.HoldingGenerator("field \"TimeZone\" of the TimeInLocationConversationState class", false);
     fieldGeneratorDateTimeSpec = new DateTimeSpecJSON.HoldingGenerator("field \"DateTimeSpec\" of the TimeInLocationConversationState class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the TimeInLocationConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 19
0
 public Generator()
 {
     fieldGeneratorWeatherKind               = new JSONHoldingStringGenerator("field \"WeatherKind\" of the WeatherConversationState class");
     fieldGeneratorWeatherQueryType          = new JSONHoldingStringGenerator("field \"WeatherQueryType\" of the WeatherConversationState class");
     fieldGeneratorRequestedAttribute        = new JSONHoldingStringGenerator("field \"RequestedAttribute\" of the WeatherConversationState class");
     fieldGeneratorRequestedAlmanacAttribute = new JSONHoldingStringGenerator("field \"RequestedAlmanacAttribute\" of the WeatherConversationState class");
     fieldGeneratorMapLocation               = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the WeatherConversationState class", false);
     fieldGeneratorDateTimeRange             = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateTimeRange\" of the WeatherConversationState class", false);
     fieldGeneratorUnits         = new JSONHoldingStringGenerator("field \"Units\" of the WeatherConversationState class");
     fieldGeneratorIsSearchQuery = new JSONHoldingBooleanGenerator("field \"IsSearchQuery\" of the WeatherConversationState class");
     fieldGeneratorDailyForecastExplicitlyRequested  = new JSONHoldingBooleanGenerator("field \"DailyForecastExplicitlyRequested\" of the WeatherConversationState class");
     fieldGeneratorHourlyForecastExplicitlyRequested = new JSONHoldingBooleanGenerator("field \"HourlyForecastExplicitlyRequested\" of the WeatherConversationState class");
     fieldGeneratorSentenceType = new JSONHoldingStringGenerator("field \"SentenceType\" of the WeatherConversationState class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the WeatherConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator() : base(false)
 {
     fieldGeneratorLocation = new MapLocationJSON.HoldingGenerator("field \"Location\" of the MapDisplayOneLocationSpecification class", false);
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the MapDisplayOneLocationSpecification class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorMapLocation = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the MapLocationIntent class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the MapLocationIntent class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorLocation = new MapLocationJSON.HoldingGenerator("field \"Location\" of the MapDisplayOneLocationSpecification class", ignore_extras);
     unknownFieldGenerator  = new UnknownFieldGenerator(ignore_extras);
     set_what("the MapDisplayOneLocationSpecification class");
 }