google-apis-retail_v2alpha 0.124.0 → 0.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69a398999a9ba1d4abf8cb8d91d397cf63bdace75cc4dd5c59c7a1a7b9fb079f
|
4
|
+
data.tar.gz: ac8aa6242dfe65a819df2384e830b3194a415098b2e39defb293ea31ec0f7b13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 602694d7ccc95f3dce9d2810dbbfa00e183f2c37dbdf5d7b87f64b89e8a267365b2eb5d84f489e544ab248ee9ebf77a2ce079f6c14c2a4f61389afe1ea190914
|
7
|
+
data.tar.gz: ad31a0f125ba6a832f0ef717e2635270982d9964907f4c5cbe97c163dc45295802f4e3a856d1bdfe3ea5b24abb39456082da5fe16033e307fde45696b62fcfe4
|
data/CHANGELOG.md
CHANGED
@@ -3054,6 +3054,16 @@ module Google
|
|
3054
3054
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult]
|
3055
3055
|
attr_accessor :conversational_filtering_result
|
3056
3056
|
|
3057
|
+
# The conversational answer-based text response generated by the Server.
|
3058
|
+
# Corresponds to the JSON property `conversationalTextResponse`
|
3059
|
+
# @return [String]
|
3060
|
+
attr_accessor :conversational_text_response
|
3061
|
+
|
3062
|
+
# The conversational followup question generated for Intent refinement.
|
3063
|
+
# Corresponds to the JSON property `followupQuestion`
|
3064
|
+
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseFollowupQuestion]
|
3065
|
+
attr_accessor :followup_question
|
3066
|
+
|
3057
3067
|
# The proposed refined search queries. They can be used to fetch the relevant
|
3058
3068
|
# search results. When using CONVERSATIONAL_FILTER_ONLY mode, the refined_query
|
3059
3069
|
# from search response will be populated here.
|
@@ -3061,6 +3071,21 @@ module Google
|
|
3061
3071
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch>]
|
3062
3072
|
attr_accessor :refined_search
|
3063
3073
|
|
3074
|
+
# Output only. The state of the response generation.
|
3075
|
+
# Corresponds to the JSON property `state`
|
3076
|
+
# @return [String]
|
3077
|
+
attr_accessor :state
|
3078
|
+
|
3079
|
+
# The types Retail classifies the search query as. Supported values are: - "
|
3080
|
+
# ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "ORDER_SUPPORT" - "
|
3081
|
+
# SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "PRODUCT_DETAILS" - "
|
3082
|
+
# PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "STORE_RELEVANT" - "BLOCKLISTED" -
|
3083
|
+
# "BEST_PRODUCT" - "RETAIL_SUPPORT" - "DISABLED" clang-format off clang-format
|
3084
|
+
# on
|
3085
|
+
# Corresponds to the JSON property `userQueryTypes`
|
3086
|
+
# @return [Array<String>]
|
3087
|
+
attr_accessor :user_query_types
|
3088
|
+
|
3064
3089
|
def initialize(**args)
|
3065
3090
|
update!(**args)
|
3066
3091
|
end
|
@@ -3069,7 +3094,11 @@ module Google
|
|
3069
3094
|
def update!(**args)
|
3070
3095
|
@conversation_id = args[:conversation_id] if args.key?(:conversation_id)
|
3071
3096
|
@conversational_filtering_result = args[:conversational_filtering_result] if args.key?(:conversational_filtering_result)
|
3097
|
+
@conversational_text_response = args[:conversational_text_response] if args.key?(:conversational_text_response)
|
3098
|
+
@followup_question = args[:followup_question] if args.key?(:followup_question)
|
3072
3099
|
@refined_search = args[:refined_search] if args.key?(:refined_search)
|
3100
|
+
@state = args[:state] if args.key?(:state)
|
3101
|
+
@user_query_types = args[:user_query_types] if args.key?(:user_query_types)
|
3073
3102
|
end
|
3074
3103
|
end
|
3075
3104
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.125.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250724"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2635,8 +2635,13 @@ module Google
|
|
2635
2635
|
property :conversation_id, as: 'conversationId'
|
2636
2636
|
property :conversational_filtering_result, as: 'conversationalFilteringResult', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult::Representation
|
2637
2637
|
|
2638
|
+
property :conversational_text_response, as: 'conversationalTextResponse'
|
2639
|
+
property :followup_question, as: 'followupQuestion', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseFollowupQuestion, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseFollowupQuestion::Representation
|
2640
|
+
|
2638
2641
|
collection :refined_search, as: 'refinedSearch', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch::Representation
|
2639
2642
|
|
2643
|
+
property :state, as: 'state'
|
2644
|
+
collection :user_query_types, as: 'userQueryTypes'
|
2640
2645
|
end
|
2641
2646
|
end
|
2642
2647
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.125.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.125.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|