Class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec
SearchAddonSpec is used to disable add-ons for search as per new repricing model. By default if the SearchAddonSpec is not specified, we consider that the customer wants to enable them wherever applicable.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchRequestSearchAddonSpec : IDirectResponseSchema
Properties
DisableGenerativeAnswerAddOn
Optional. If true, generative answer add-on is disabled. Generative answer add-on includes natural language to filters and simple answers.
Declaration
[JsonProperty("disableGenerativeAnswerAddOn")]
public virtual bool? DisableGenerativeAnswerAddOn { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DisableKpiPersonalizationAddOn
Optional. If true, disables event re-ranking and personalization to optimize KPIs & personalize results.
Declaration
[JsonProperty("disableKpiPersonalizationAddOn")]
public virtual bool? DisableKpiPersonalizationAddOn { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DisableSemanticAddOn
Optional. If true, semantic add-on is disabled. Semantic add-on includes embeddings and jetstream.
Declaration
[JsonProperty("disableSemanticAddOn")]
public virtual bool? DisableSemanticAddOn { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |