GoogleCloudRetailV2ConversationalSearchCustomizationConfig class
The public proto to represent the conversational search customization config.
It will be converted to the internal proto in the backend.
Constructors
- GoogleCloudRetailV2ConversationalSearchCustomizationConfig.new({String? catalog, GoogleCloudRetailV2IntentClassificationConfig? intentClassificationConfig, String? retailerDisplayName})
- GoogleCloudRetailV2ConversationalSearchCustomizationConfig.fromJson(Map json_)
Properties
- catalog ↔ String?
-
Resource name of the catalog.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intentClassificationConfig ↔ GoogleCloudRetailV2IntentClassificationConfig?
-
The configs for intent classification.
getter/setter pair
- retailerDisplayName ↔ String?
-
The retailer's display name that could be used in our LLM answers.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited