Class GoogleCloudRetailV2alphaConversationalSearchCustomizationConfig
The public proto to represent the conversational search customization config. It will be converted to the internal proto in the backend.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaConversationalSearchCustomizationConfig : IDirectResponseSchema
Properties
Catalog
Required. Resource name of the 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 |
IntentClassificationConfig
Optional. The configs for intent classification.
Declaration
[JsonProperty("intentClassificationConfig")]
public virtual GoogleCloudRetailV2alphaIntentClassificationConfig IntentClassificationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudRetailV2alphaIntentClassificationConfig |
RetailerDisplayName
Optional. The retailer's display name that could be used in our LLM answers. Example - "Google"
Declaration
[JsonProperty("retailerDisplayName")]
public virtual string RetailerDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |