Class GoogleCloudRetailV2GenerativeQuestionsFeatureConfig
Configuration for overall generative question feature state.
Implements
Inherited Members
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? |