Class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec
SearchAddonSpec is used to disable add-ons for search. By default, if this field is not specified, add-ons are enabled wherever applicable.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsSearchAddonSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GenerativeAnswerAddOnDisabled
Optional. If true, generative answer add-on is disabled. Generative answer add-on includes natural language to filters and simple answers.
Declaration
[JsonProperty("generativeAnswerAddOnDisabled")]
public virtual bool? GenerativeAnswerAddOnDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
KpiPersonalizationAddOnDisabled
Optional. If true, disables event re-ranking and personalization to optimize KPIs & personalize results.
Declaration
[JsonProperty("kpiPersonalizationAddOnDisabled")]
public virtual bool? KpiPersonalizationAddOnDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SemanticAddOnDisabled
Optional. If true, semantic add-on is disabled. Semantic add-on includes embeddings and jetstream.
Declaration
[JsonProperty("semanticAddOnDisabled")]
public virtual bool? SemanticAddOnDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |