GoogleCloudRetailV2SearchRequestConversationalSearchSpec class
This field specifies all conversational related parameters addition to traditional retail search.
Constructors
- GoogleCloudRetailV2SearchRequestConversationalSearchSpec.new({String? conversationId, bool? followupConversationRequested, GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer? userAnswer})
- GoogleCloudRetailV2SearchRequestConversationalSearchSpec.fromJson(Map json_)
Properties
- conversationId ↔ String?
-
This field specifies the conversation id, which maintains the state of the
conversation between client side and server side.
getter/setter pair
- followupConversationRequested ↔ bool?
-
This field specifies whether the customer would like to do conversational
search.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userAnswer ↔ GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer?
-
This field specifies the current user answer during the conversational
search.
getter/setter pair
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