GoogleCloudRetailV2IntentClassificationConfig constructor
GoogleCloudRetailV2IntentClassificationConfig({
- List<
String> ? blocklistKeywords, - List<
String> ? disabledIntentTypes, - List<
GoogleCloudRetailV2IntentClassificationConfigExample> ? example, - GoogleCloudRetailV2IntentClassificationConfigInlineSource? inlineSource,
- String? modelPreamble,
Implementation
GoogleCloudRetailV2IntentClassificationConfig({
this.blocklistKeywords,
this.disabledIntentTypes,
this.example,
this.inlineSource,
this.modelPreamble,
});