Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec

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.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchRequestSearchAddonSpec : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX