Show / Hide Table of Contents

Class GoogleCloudRetailV2betaConversationalSearchCustomizationConfig

The public proto to represent the conversational search customization config. It will be converted to the internal proto in the backend.

Inheritance
object
GoogleCloudRetailV2betaConversationalSearchCustomizationConfig
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.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaConversationalSearchCustomizationConfig : 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 GoogleCloudRetailV2betaIntentClassificationConfig IntentClassificationConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaIntentClassificationConfig

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX