Skip to content

Commit 46403a9

Browse files
Google APIscopybara-github
authored andcommitted
docs: A comment for enum Mode is changed
docs: A comment for enum value `DISABLED` in enum `Mode` is changed docs: A comment for enum value `ENABLED` in enum `Mode` is changed docs: A comment for enum value `CONVERSATIONAL_FILTER_ONLY` in enum `Mode` is changed docs: A comment for field `user_query_types` in message `.google.cloud.retail.v2alpha.ConversationalSearchResponse` is changed PiperOrigin-RevId: 803633829
1 parent 6b27a50 commit 46403a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

google/cloud/retail/v2alpha/conversational_search_service.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,20 @@ message ConversationalSearchRequest {
123123
// addition to conversational retail search.
124124
message ConversationalFilteringSpec {
125125
// Enum to control Conversational Filtering mode.
126+
// A single conversation session including multiple turns supports modes for
127+
// Conversational Search OR Conversational Filtering without
128+
// Conversational Search, but not both.
126129
enum Mode {
127130
// Default value.
128131
MODE_UNSPECIFIED = 0;
129132

130-
// Disable Conversational Filtering.
133+
// Disables Conversational Filtering when using Conversational Search.
131134
DISABLED = 1;
132135

133-
// Enabled Conversational Filtering with default Conversational Search.
136+
// Enables Conversational Filtering when using Conversational Search.
134137
ENABLED = 2;
135138

136-
// Enabled Conversational Filtering without default Conversational Search.
139+
// Enables Conversational Filtering without Conversational Search.
137140
CONVERSATIONAL_FILTER_ONLY = 3;
138141
}
139142

@@ -316,9 +319,6 @@ message ConversationalSearchResponse {
316319
//
317320
// Supported values are:
318321
//
319-
// - "ADVERSARIAL"
320-
// - "CHITCHAT"
321-
// - "JAILBREAK"
322322
// - "ORDER_SUPPORT"
323323
// - "SIMPLE_PRODUCT_SEARCH"
324324
// - "INTENT_REFINEMENT"

0 commit comments

Comments
 (0)