google-apis-retail_v2alpha 0.124.0 → 0.126.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: 3349a54e2289d8c8f459e04065c237fda50319a029fd0b2c29a5eb16f7daa4fd
|
4
|
+
data.tar.gz: d76f4f7103ed570dad3c15f5c1f85b314049f74d3ccc793c93f8125f356170e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dbc6877261a4036d4effa950ba9898ef9730e48610bf44590cf3e2119ca9911e90a415bce06765d28aa5b48f95d0bb2592b402ea40c404b5367646fd44e8daf
|
7
|
+
data.tar.gz: 59142fe6d98828871d2996851217672bb751985db60a3f1376a84bcb37c5f9aa61f4284e35b5bb0840d3a3ea5bf8e84abe3dd5d5d9cf9c1e145fc83492271d8e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-retail_v2alpha
|
2
2
|
|
3
|
+
### v0.126.0 (2025-08-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250807
|
6
|
+
|
7
|
+
### v0.125.0 (2025-08-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250724
|
10
|
+
|
3
11
|
### v0.124.0 (2025-07-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250717
|
@@ -2724,11 +2724,6 @@ module Google
|
|
2724
2724
|
# @return [String]
|
2725
2725
|
attr_accessor :display_name
|
2726
2726
|
|
2727
|
-
# A facet specification to perform faceted search.
|
2728
|
-
# Corresponds to the JSON property `facetSpec`
|
2729
|
-
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec]
|
2730
|
-
attr_accessor :facet_spec
|
2731
|
-
|
2732
2727
|
# Immutable. Fully qualified name `projects/*/locations/global/catalogs/*/
|
2733
2728
|
# controls/*`
|
2734
2729
|
# Corresponds to the JSON property `name`
|
@@ -2766,7 +2761,6 @@ module Google
|
|
2766
2761
|
def update!(**args)
|
2767
2762
|
@associated_serving_config_ids = args[:associated_serving_config_ids] if args.key?(:associated_serving_config_ids)
|
2768
2763
|
@display_name = args[:display_name] if args.key?(:display_name)
|
2769
|
-
@facet_spec = args[:facet_spec] if args.key?(:facet_spec)
|
2770
2764
|
@name = args[:name] if args.key?(:name)
|
2771
2765
|
@rule = args[:rule] if args.key?(:rule)
|
2772
2766
|
@search_solution_use_case = args[:search_solution_use_case] if args.key?(:search_solution_use_case)
|
@@ -3054,6 +3048,16 @@ module Google
|
|
3054
3048
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult]
|
3055
3049
|
attr_accessor :conversational_filtering_result
|
3056
3050
|
|
3051
|
+
# The conversational answer-based text response generated by the Server.
|
3052
|
+
# Corresponds to the JSON property `conversationalTextResponse`
|
3053
|
+
# @return [String]
|
3054
|
+
attr_accessor :conversational_text_response
|
3055
|
+
|
3056
|
+
# The conversational followup question generated for Intent refinement.
|
3057
|
+
# Corresponds to the JSON property `followupQuestion`
|
3058
|
+
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseFollowupQuestion]
|
3059
|
+
attr_accessor :followup_question
|
3060
|
+
|
3057
3061
|
# The proposed refined search queries. They can be used to fetch the relevant
|
3058
3062
|
# search results. When using CONVERSATIONAL_FILTER_ONLY mode, the refined_query
|
3059
3063
|
# from search response will be populated here.
|
@@ -3061,6 +3065,22 @@ module Google
|
|
3061
3065
|
# @return [Array<Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch>]
|
3062
3066
|
attr_accessor :refined_search
|
3063
3067
|
|
3068
|
+
# Output only. The state of the response generation.
|
3069
|
+
# Corresponds to the JSON property `state`
|
3070
|
+
# @return [String]
|
3071
|
+
attr_accessor :state
|
3072
|
+
|
3073
|
+
# LINT.IfChange(query_types_proto) The types Retail classifies the search query
|
3074
|
+
# as. Supported values are: - "ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "
|
3075
|
+
# ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "
|
3076
|
+
# PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "
|
3077
|
+
# STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "
|
3078
|
+
# DISABLED" LINT.ThenChange(//depot/google3/cloud/console/web/ai/retail/service/
|
3079
|
+
# conversational_search_customization_config.ts:intent_types_ts)
|
3080
|
+
# Corresponds to the JSON property `userQueryTypes`
|
3081
|
+
# @return [Array<String>]
|
3082
|
+
attr_accessor :user_query_types
|
3083
|
+
|
3064
3084
|
def initialize(**args)
|
3065
3085
|
update!(**args)
|
3066
3086
|
end
|
@@ -3069,7 +3089,11 @@ module Google
|
|
3069
3089
|
def update!(**args)
|
3070
3090
|
@conversation_id = args[:conversation_id] if args.key?(:conversation_id)
|
3071
3091
|
@conversational_filtering_result = args[:conversational_filtering_result] if args.key?(:conversational_filtering_result)
|
3092
|
+
@conversational_text_response = args[:conversational_text_response] if args.key?(:conversational_text_response)
|
3093
|
+
@followup_question = args[:followup_question] if args.key?(:followup_question)
|
3072
3094
|
@refined_search = args[:refined_search] if args.key?(:refined_search)
|
3095
|
+
@state = args[:state] if args.key?(:state)
|
3096
|
+
@user_query_types = args[:user_query_types] if args.key?(:user_query_types)
|
3073
3097
|
end
|
3074
3098
|
end
|
3075
3099
|
|
@@ -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.126.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 = "20250807"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2551,8 +2551,6 @@ module Google
|
|
2551
2551
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2552
2552
|
collection :associated_serving_config_ids, as: 'associatedServingConfigIds'
|
2553
2553
|
property :display_name, as: 'displayName'
|
2554
|
-
property :facet_spec, as: 'facetSpec', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaSearchRequestFacetSpec::Representation
|
2555
|
-
|
2556
2554
|
property :name, as: 'name'
|
2557
2555
|
property :rule, as: 'rule', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRule, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRule::Representation
|
2558
2556
|
|
@@ -2635,8 +2633,13 @@ module Google
|
|
2635
2633
|
property :conversation_id, as: 'conversationId'
|
2636
2634
|
property :conversational_filtering_result, as: 'conversationalFilteringResult', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult::Representation
|
2637
2635
|
|
2636
|
+
property :conversational_text_response, as: 'conversationalTextResponse'
|
2637
|
+
property :followup_question, as: 'followupQuestion', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseFollowupQuestion, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseFollowupQuestion::Representation
|
2638
|
+
|
2638
2639
|
collection :refined_search, as: 'refinedSearch', class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch, decorator: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaConversationalSearchResponseRefinedSearch::Representation
|
2639
2640
|
|
2641
|
+
property :state, as: 'state'
|
2642
|
+
collection :user_query_types, as: 'userQueryTypes'
|
2640
2643
|
end
|
2641
2644
|
end
|
2642
2645
|
|
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.126.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.126.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:
|