Show / Hide Table of Contents

Class GoogleCloudRetailV2GenerativeQuestionsFeatureConfig

Configuration for overall generative question feature state.

Inheritance
object
GoogleCloudRetailV2GenerativeQuestionsFeatureConfig
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.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2GenerativeQuestionsFeatureConfig : IDirectResponseSchema

Properties

Catalog

Required. Resource name of the affected catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

Declaration
[JsonProperty("catalog")]
public virtual string Catalog { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FeatureEnabled

Optional. Determines whether questions will be used at serving time. Note: This feature cannot be enabled until initial data requirements are satisfied.

Declaration
[JsonProperty("featureEnabled")]
public virtual bool? FeatureEnabled { get; set; }
Property Value
Type Description
bool?

MinimumProducts

Optional. Minimum number of products in the response to trigger follow-up questions. Value must be 0 or positive.

Declaration
[JsonProperty("minimumProducts")]
public virtual int? MinimumProducts { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX