@Beta(2020, 12) data class FuzzySearchSpecification
Defines the parameters of a Fuzzy Search.
fuzzySearchEngineDescriptor - Specifies the Search engine parameters.
fuzzyLocationDescriptor - Specifies the location that will be used in the Fuzzy Search.
timeDescriptor - Specifies the timezone and time modes.
electricVehicleDescriptor - Specifies the parameters related to EV (Electric Vehicle).
| class BuilderBuilder used to create an instance of FuzzySearchSpecification. Once constructed, the user cannot change the field values. | 
| val combustionVehicleDescriptor: CombustionVehicleDescriptor? | |
| val electricVehicleDescriptor: ElectricVehicleDescriptor?Specifies the parameters related to EV (Electric Vehicle). | |
| val fuzzyLocationDescriptor: FuzzyLocationDescriptor?Specifies the location that will be used in the Fuzzy Search. | |
| val fuzzySearchEngineDescriptor: FuzzySearchEngineDescriptor?Specifies the Search engine parameters. | |
| val term: StringThe searched term. | |
| val timeDescriptor: TimeDescriptor?Specifies the timezone and time modes. |