GoogleCloudRetailV2CompletionConfig constructor
GoogleCloudRetailV2CompletionConfig({
- GoogleCloudRetailV2CompletionDataInputConfig? allowlistInputConfig,
- bool? autoLearning,
- GoogleCloudRetailV2CompletionDataInputConfig? denylistInputConfig,
- String? lastAllowlistImportOperation,
- String? lastDenylistImportOperation,
- String? lastSuggestionsImportOperation,
- String? matchingOrder,
- int? maxSuggestions,
- int? minPrefixLength,
- String? name,
- GoogleCloudRetailV2CompletionDataInputConfig? suggestionsInputConfig,
Implementation
GoogleCloudRetailV2CompletionConfig({
this.allowlistInputConfig,
this.autoLearning,
this.denylistInputConfig,
this.lastAllowlistImportOperation,
this.lastDenylistImportOperation,
this.lastSuggestionsImportOperation,
this.matchingOrder,
this.maxSuggestions,
this.minPrefixLength,
this.name,
this.suggestionsInputConfig,
});