google-apis-discoveryengine_v1 0.22.0 → 0.24.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 +4 -4
- data/CHANGELOG.md +10 -2
- data/lib/google/apis/discoveryengine_v1/classes.rb +967 -110
- data/lib/google/apis/discoveryengine_v1/gem_version.rb +2 -2
- data/lib/google/apis/discoveryengine_v1/representations.rb +317 -34
- data/lib/google/apis/discoveryengine_v1/service.rb +326 -18
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DiscoveryengineV1
|
18
18
|
# Version of the google-apis-discoveryengine_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -154,6 +154,12 @@ module Google
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
+
class GoogleCloudDiscoveryengineV1AnswerGroundingSupport
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
157
163
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequest
|
158
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
165
|
|
@@ -202,6 +208,12 @@ module Google
|
|
202
208
|
include Google::Apis::Core::JsonObjectSupport
|
203
209
|
end
|
204
210
|
|
211
|
+
class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
205
217
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequestRelatedQuestionsSpec
|
206
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
219
|
|
@@ -568,6 +580,12 @@ module Google
|
|
568
580
|
include Google::Apis::Core::JsonObjectSupport
|
569
581
|
end
|
570
582
|
|
583
|
+
class GoogleCloudDiscoveryengineV1ControlPromoteAction
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
571
589
|
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
572
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
591
|
|
@@ -838,18 +856,6 @@ module Google
|
|
838
856
|
include Google::Apis::Core::JsonObjectSupport
|
839
857
|
end
|
840
858
|
|
841
|
-
class GoogleCloudDiscoveryengineV1Feedback
|
842
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
-
|
844
|
-
include Google::Apis::Core::JsonObjectSupport
|
845
|
-
end
|
846
|
-
|
847
|
-
class GoogleCloudDiscoveryengineV1FeedbackConversationInfo
|
848
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
-
|
850
|
-
include Google::Apis::Core::JsonObjectSupport
|
851
|
-
end
|
852
|
-
|
853
859
|
class GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse
|
854
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
861
|
|
@@ -1222,6 +1228,12 @@ module Google
|
|
1222
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1223
1229
|
end
|
1224
1230
|
|
1231
|
+
class GoogleCloudDiscoveryengineV1SearchLinkPromotion
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1225
1237
|
class GoogleCloudDiscoveryengineV1SearchRequest
|
1226
1238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
1239
|
|
@@ -1426,6 +1438,24 @@ module Google
|
|
1426
1438
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1439
|
end
|
1428
1440
|
|
1441
|
+
class GoogleCloudDiscoveryengineV1ServingConfig
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
|
+
|
1444
|
+
include Google::Apis::Core::JsonObjectSupport
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class GoogleCloudDiscoveryengineV1ServingConfigGenericConfig
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
|
+
|
1450
|
+
include Google::Apis::Core::JsonObjectSupport
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
class GoogleCloudDiscoveryengineV1ServingConfigMediaConfig
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
|
+
|
1456
|
+
include Google::Apis::Core::JsonObjectSupport
|
1457
|
+
end
|
1458
|
+
|
1429
1459
|
class GoogleCloudDiscoveryengineV1Session
|
1430
1460
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1461
|
|
@@ -1582,6 +1612,12 @@ module Google
|
|
1582
1612
|
include Google::Apis::Core::JsonObjectSupport
|
1583
1613
|
end
|
1584
1614
|
|
1615
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
+
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
1619
|
+
end
|
1620
|
+
|
1585
1621
|
class GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
|
1586
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
1623
|
|
@@ -1726,6 +1762,12 @@ module Google
|
|
1726
1762
|
include Google::Apis::Core::JsonObjectSupport
|
1727
1763
|
end
|
1728
1764
|
|
1765
|
+
class GoogleCloudDiscoveryengineV1alphaControlPromoteAction
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
|
+
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
1769
|
+
end
|
1770
|
+
|
1729
1771
|
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
1730
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
1773
|
|
@@ -1834,6 +1876,12 @@ module Google
|
|
1834
1876
|
include Google::Apis::Core::JsonObjectSupport
|
1835
1877
|
end
|
1836
1878
|
|
1879
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSessionRequest
|
1880
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
|
+
|
1882
|
+
include Google::Apis::Core::JsonObjectSupport
|
1883
|
+
end
|
1884
|
+
|
1837
1885
|
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
1838
1886
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
1887
|
|
@@ -2020,6 +2068,12 @@ module Google
|
|
2020
2068
|
include Google::Apis::Core::JsonObjectSupport
|
2021
2069
|
end
|
2022
2070
|
|
2071
|
+
class GoogleCloudDiscoveryengineV1alphaGetSessionRequest
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
2023
2077
|
class GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
|
2024
2078
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
2079
|
|
@@ -2122,6 +2176,18 @@ module Google
|
|
2122
2176
|
include Google::Apis::Core::JsonObjectSupport
|
2123
2177
|
end
|
2124
2178
|
|
2179
|
+
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2181
|
+
|
2182
|
+
include Google::Apis::Core::JsonObjectSupport
|
2183
|
+
end
|
2184
|
+
|
2185
|
+
class GoogleCloudDiscoveryengineV1alphaListSessionsResponse
|
2186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2187
|
+
|
2188
|
+
include Google::Apis::Core::JsonObjectSupport
|
2189
|
+
end
|
2190
|
+
|
2125
2191
|
class GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig
|
2126
2192
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
2193
|
|
@@ -2254,6 +2320,12 @@ module Google
|
|
2254
2320
|
include Google::Apis::Core::JsonObjectSupport
|
2255
2321
|
end
|
2256
2322
|
|
2323
|
+
class GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion
|
2324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2325
|
+
|
2326
|
+
include Google::Apis::Core::JsonObjectSupport
|
2327
|
+
end
|
2328
|
+
|
2257
2329
|
class GoogleCloudDiscoveryengineV1alphaSearchRequest
|
2258
2330
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2259
2331
|
|
@@ -2488,6 +2560,12 @@ module Google
|
|
2488
2560
|
include Google::Apis::Core::JsonObjectSupport
|
2489
2561
|
end
|
2490
2562
|
|
2563
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSessionRequest
|
2564
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2565
|
+
|
2566
|
+
include Google::Apis::Core::JsonObjectSupport
|
2567
|
+
end
|
2568
|
+
|
2491
2569
|
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
2492
2570
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2493
2571
|
|
@@ -2566,6 +2644,12 @@ module Google
|
|
2566
2644
|
include Google::Apis::Core::JsonObjectSupport
|
2567
2645
|
end
|
2568
2646
|
|
2647
|
+
class GoogleCloudDiscoveryengineV1betaControlPromoteAction
|
2648
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2649
|
+
|
2650
|
+
include Google::Apis::Core::JsonObjectSupport
|
2651
|
+
end
|
2652
|
+
|
2569
2653
|
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
2570
2654
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2571
2655
|
|
@@ -2950,6 +3034,12 @@ module Google
|
|
2950
3034
|
include Google::Apis::Core::JsonObjectSupport
|
2951
3035
|
end
|
2952
3036
|
|
3037
|
+
class GoogleCloudDiscoveryengineV1betaSearchLinkPromotion
|
3038
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
|
+
|
3040
|
+
include Google::Apis::Core::JsonObjectSupport
|
3041
|
+
end
|
3042
|
+
|
2953
3043
|
class GoogleCloudDiscoveryengineV1betaSearchRequest
|
2954
3044
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2955
3045
|
|
@@ -3421,6 +3511,9 @@ module Google
|
|
3421
3511
|
|
3422
3512
|
property :complete_time, as: 'completeTime'
|
3423
3513
|
property :create_time, as: 'createTime'
|
3514
|
+
property :grounding_score, as: 'groundingScore'
|
3515
|
+
collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerGroundingSupport, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerGroundingSupport::Representation
|
3516
|
+
|
3424
3517
|
property :name, as: 'name'
|
3425
3518
|
property :query_understanding_info, as: 'queryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryUnderstandingInfo::Representation
|
3426
3519
|
|
@@ -3450,6 +3543,18 @@ module Google
|
|
3450
3543
|
end
|
3451
3544
|
end
|
3452
3545
|
|
3546
|
+
class GoogleCloudDiscoveryengineV1AnswerGroundingSupport
|
3547
|
+
# @private
|
3548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3549
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
3550
|
+
property :grounding_check_required, as: 'groundingCheckRequired'
|
3551
|
+
property :grounding_score, as: 'groundingScore'
|
3552
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerCitationSource, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerCitationSource::Representation
|
3553
|
+
|
3554
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
3555
|
+
end
|
3556
|
+
end
|
3557
|
+
|
3453
3558
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequest
|
3454
3559
|
# @private
|
3455
3560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3507,6 +3612,7 @@ module Google
|
|
3507
3612
|
class GoogleCloudDiscoveryengineV1AnswerQueryRequestGroundingSpec
|
3508
3613
|
# @private
|
3509
3614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3615
|
+
property :filtering_level, as: 'filteringLevel'
|
3510
3616
|
property :include_grounding_supports, as: 'includeGroundingSupports'
|
3511
3617
|
end
|
3512
3618
|
end
|
@@ -3533,6 +3639,15 @@ module Google
|
|
3533
3639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3534
3640
|
property :disable, as: 'disable'
|
3535
3641
|
property :max_rephrase_steps, as: 'maxRephraseSteps'
|
3642
|
+
property :model_spec, as: 'modelSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec::Representation
|
3643
|
+
|
3644
|
+
end
|
3645
|
+
end
|
3646
|
+
|
3647
|
+
class GoogleCloudDiscoveryengineV1AnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpecModelSpec
|
3648
|
+
# @private
|
3649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3650
|
+
property :model_type, as: 'modelType'
|
3536
3651
|
end
|
3537
3652
|
end
|
3538
3653
|
|
@@ -4112,6 +4227,8 @@ module Google
|
|
4112
4227
|
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlFilterAction::Representation
|
4113
4228
|
|
4114
4229
|
property :name, as: 'name'
|
4230
|
+
property :promote_action, as: 'promoteAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlPromoteAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlPromoteAction::Representation
|
4231
|
+
|
4115
4232
|
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ControlRedirectAction::Representation
|
4116
4233
|
|
4117
4234
|
property :solution_type, as: 'solutionType'
|
@@ -4138,6 +4255,15 @@ module Google
|
|
4138
4255
|
end
|
4139
4256
|
end
|
4140
4257
|
|
4258
|
+
class GoogleCloudDiscoveryengineV1ControlPromoteAction
|
4259
|
+
# @private
|
4260
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4261
|
+
property :data_store, as: 'dataStore'
|
4262
|
+
property :search_link_promotion, as: 'searchLinkPromotion', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion::Representation
|
4263
|
+
|
4264
|
+
end
|
4265
|
+
end
|
4266
|
+
|
4141
4267
|
class GoogleCloudDiscoveryengineV1ControlRedirectAction
|
4142
4268
|
# @private
|
4143
4269
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4415,6 +4541,7 @@ module Google
|
|
4415
4541
|
class GoogleCloudDiscoveryengineV1DocumentInfo
|
4416
4542
|
# @private
|
4417
4543
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4544
|
+
property :conversion_value, as: 'conversionValue'
|
4418
4545
|
property :id, as: 'id'
|
4419
4546
|
property :joined, as: 'joined'
|
4420
4547
|
property :name, as: 'name'
|
@@ -4578,26 +4705,6 @@ module Google
|
|
4578
4705
|
end
|
4579
4706
|
end
|
4580
4707
|
|
4581
|
-
class GoogleCloudDiscoveryengineV1Feedback
|
4582
|
-
# @private
|
4583
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4584
|
-
property :comment, as: 'comment'
|
4585
|
-
property :conversation_info, as: 'conversationInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FeedbackConversationInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1FeedbackConversationInfo::Representation
|
4586
|
-
|
4587
|
-
property :feedback_type, as: 'feedbackType'
|
4588
|
-
property :llm_model_version, as: 'llmModelVersion'
|
4589
|
-
collection :reasons, as: 'reasons'
|
4590
|
-
end
|
4591
|
-
end
|
4592
|
-
|
4593
|
-
class GoogleCloudDiscoveryengineV1FeedbackConversationInfo
|
4594
|
-
# @private
|
4595
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4596
|
-
property :question_index, as: 'questionIndex'
|
4597
|
-
property :session, as: 'session'
|
4598
|
-
end
|
4599
|
-
end
|
4600
|
-
|
4601
4708
|
class GoogleCloudDiscoveryengineV1FetchDomainVerificationStatusResponse
|
4602
4709
|
# @private
|
4603
4710
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4614,6 +4721,7 @@ module Google
|
|
4614
4721
|
property :fhir_store, as: 'fhirStore'
|
4615
4722
|
property :gcs_staging_dir, as: 'gcsStagingDir'
|
4616
4723
|
collection :resource_types, as: 'resourceTypes'
|
4724
|
+
property :update_from_latest_predefined_schema, as: 'updateFromLatestPredefinedSchema'
|
4617
4725
|
end
|
4618
4726
|
end
|
4619
4727
|
|
@@ -5196,6 +5304,17 @@ module Google
|
|
5196
5304
|
end
|
5197
5305
|
end
|
5198
5306
|
|
5307
|
+
class GoogleCloudDiscoveryengineV1SearchLinkPromotion
|
5308
|
+
# @private
|
5309
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5310
|
+
property :description, as: 'description'
|
5311
|
+
property :enabled, as: 'enabled'
|
5312
|
+
property :image_uri, as: 'imageUri'
|
5313
|
+
property :title, as: 'title'
|
5314
|
+
property :uri, as: 'uri'
|
5315
|
+
end
|
5316
|
+
end
|
5317
|
+
|
5199
5318
|
class GoogleCloudDiscoveryengineV1SearchRequest
|
5200
5319
|
# @private
|
5201
5320
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5352,6 +5471,8 @@ module Google
|
|
5352
5471
|
class GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec
|
5353
5472
|
# @private
|
5354
5473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5474
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestBoostSpec::Representation
|
5475
|
+
|
5355
5476
|
property :data_store, as: 'dataStore'
|
5356
5477
|
property :filter, as: 'filter'
|
5357
5478
|
end
|
@@ -5432,6 +5553,8 @@ module Google
|
|
5432
5553
|
property :redirect_uri, as: 'redirectUri'
|
5433
5554
|
collection :results, as: 'results', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSearchResult, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSearchResult::Representation
|
5434
5555
|
|
5556
|
+
collection :search_link_promotions, as: 'searchLinkPromotions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchLinkPromotion::Representation
|
5557
|
+
|
5435
5558
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSessionInfo::Representation
|
5436
5559
|
|
5437
5560
|
property :summary, as: 'summary', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchResponseSummary::Representation
|
@@ -5562,10 +5685,58 @@ module Google
|
|
5562
5685
|
end
|
5563
5686
|
end
|
5564
5687
|
|
5688
|
+
class GoogleCloudDiscoveryengineV1ServingConfig
|
5689
|
+
# @private
|
5690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5691
|
+
collection :boost_control_ids, as: 'boostControlIds'
|
5692
|
+
property :create_time, as: 'createTime'
|
5693
|
+
property :display_name, as: 'displayName'
|
5694
|
+
collection :dissociate_control_ids, as: 'dissociateControlIds'
|
5695
|
+
property :diversity_level, as: 'diversityLevel'
|
5696
|
+
collection :filter_control_ids, as: 'filterControlIds'
|
5697
|
+
property :generic_config, as: 'genericConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfigGenericConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfigGenericConfig::Representation
|
5698
|
+
|
5699
|
+
collection :ignore_control_ids, as: 'ignoreControlIds'
|
5700
|
+
property :media_config, as: 'mediaConfig', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfigMediaConfig, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1ServingConfigMediaConfig::Representation
|
5701
|
+
|
5702
|
+
property :model_id, as: 'modelId'
|
5703
|
+
property :name, as: 'name'
|
5704
|
+
collection :oneway_synonyms_control_ids, as: 'onewaySynonymsControlIds'
|
5705
|
+
collection :promote_control_ids, as: 'promoteControlIds'
|
5706
|
+
property :ranking_expression, as: 'rankingExpression'
|
5707
|
+
collection :redirect_control_ids, as: 'redirectControlIds'
|
5708
|
+
collection :replacement_control_ids, as: 'replacementControlIds'
|
5709
|
+
property :solution_type, as: 'solutionType'
|
5710
|
+
collection :synonyms_control_ids, as: 'synonymsControlIds'
|
5711
|
+
property :update_time, as: 'updateTime'
|
5712
|
+
end
|
5713
|
+
end
|
5714
|
+
|
5715
|
+
class GoogleCloudDiscoveryengineV1ServingConfigGenericConfig
|
5716
|
+
# @private
|
5717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5718
|
+
property :content_search_spec, as: 'contentSearchSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SearchRequestContentSearchSpec::Representation
|
5719
|
+
|
5720
|
+
end
|
5721
|
+
end
|
5722
|
+
|
5723
|
+
class GoogleCloudDiscoveryengineV1ServingConfigMediaConfig
|
5724
|
+
# @private
|
5725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5726
|
+
property :content_freshness_cutoff_days, as: 'contentFreshnessCutoffDays'
|
5727
|
+
property :content_watched_percentage_threshold, as: 'contentWatchedPercentageThreshold'
|
5728
|
+
property :content_watched_seconds_threshold, as: 'contentWatchedSecondsThreshold'
|
5729
|
+
property :demote_content_watched_past_days, as: 'demoteContentWatchedPastDays'
|
5730
|
+
property :demotion_event_type, as: 'demotionEventType'
|
5731
|
+
end
|
5732
|
+
end
|
5733
|
+
|
5565
5734
|
class GoogleCloudDiscoveryengineV1Session
|
5566
5735
|
# @private
|
5567
5736
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5737
|
+
property :display_name, as: 'displayName'
|
5568
5738
|
property :end_time, as: 'endTime'
|
5739
|
+
property :is_pinned, as: 'isPinned'
|
5569
5740
|
property :name, as: 'name'
|
5570
5741
|
property :start_time, as: 'startTime'
|
5571
5742
|
property :state, as: 'state'
|
@@ -5579,6 +5750,8 @@ module Google
|
|
5579
5750
|
# @private
|
5580
5751
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5581
5752
|
property :answer, as: 'answer'
|
5753
|
+
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Answer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Answer::Representation
|
5754
|
+
|
5582
5755
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Query::Representation
|
5583
5756
|
|
5584
5757
|
end
|
@@ -5747,6 +5920,7 @@ module Google
|
|
5747
5920
|
property :attribution_token, as: 'attributionToken'
|
5748
5921
|
property :completion_info, as: 'completionInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CompletionInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1CompletionInfo::Representation
|
5749
5922
|
|
5923
|
+
property :conversion_type, as: 'conversionType'
|
5750
5924
|
property :data_store, as: 'dataStore'
|
5751
5925
|
property :direct_user_request, as: 'directUserRequest'
|
5752
5926
|
collection :documents, as: 'documents', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1DocumentInfo::Representation
|
@@ -5754,8 +5928,6 @@ module Google
|
|
5754
5928
|
property :engine, as: 'engine'
|
5755
5929
|
property :event_time, as: 'eventTime'
|
5756
5930
|
property :event_type, as: 'eventType'
|
5757
|
-
property :feedback, as: 'feedback', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Feedback, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1Feedback::Representation
|
5758
|
-
|
5759
5931
|
property :filter, as: 'filter'
|
5760
5932
|
property :media_info, as: 'mediaInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1MediaInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1MediaInfo::Representation
|
5761
5933
|
|
@@ -5822,6 +5994,9 @@ module Google
|
|
5822
5994
|
|
5823
5995
|
property :complete_time, as: 'completeTime'
|
5824
5996
|
property :create_time, as: 'createTime'
|
5997
|
+
property :grounding_score, as: 'groundingScore'
|
5998
|
+
collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport::Representation
|
5999
|
+
|
5825
6000
|
property :name, as: 'name'
|
5826
6001
|
property :query_understanding_info, as: 'queryUnderstandingInfo', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo::Representation
|
5827
6002
|
|
@@ -5851,6 +6026,18 @@ module Google
|
|
5851
6026
|
end
|
5852
6027
|
end
|
5853
6028
|
|
6029
|
+
class GoogleCloudDiscoveryengineV1alphaAnswerGroundingSupport
|
6030
|
+
# @private
|
6031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6032
|
+
property :end_index, :numeric_string => true, as: 'endIndex'
|
6033
|
+
property :grounding_check_required, as: 'groundingCheckRequired'
|
6034
|
+
property :grounding_score, as: 'groundingScore'
|
6035
|
+
collection :sources, as: 'sources', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerCitationSource, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerCitationSource::Representation
|
6036
|
+
|
6037
|
+
property :start_index, :numeric_string => true, as: 'startIndex'
|
6038
|
+
end
|
6039
|
+
end
|
6040
|
+
|
5854
6041
|
class GoogleCloudDiscoveryengineV1alphaAnswerQueryUnderstandingInfo
|
5855
6042
|
# @private
|
5856
6043
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6064,6 +6251,8 @@ module Google
|
|
6064
6251
|
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlFilterAction::Representation
|
6065
6252
|
|
6066
6253
|
property :name, as: 'name'
|
6254
|
+
property :promote_action, as: 'promoteAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlPromoteAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlPromoteAction::Representation
|
6255
|
+
|
6067
6256
|
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaControlRedirectAction::Representation
|
6068
6257
|
|
6069
6258
|
property :solution_type, as: 'solutionType'
|
@@ -6090,6 +6279,15 @@ module Google
|
|
6090
6279
|
end
|
6091
6280
|
end
|
6092
6281
|
|
6282
|
+
class GoogleCloudDiscoveryengineV1alphaControlPromoteAction
|
6283
|
+
# @private
|
6284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6285
|
+
property :data_store, as: 'dataStore'
|
6286
|
+
property :search_link_promotion, as: 'searchLinkPromotion', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion::Representation
|
6287
|
+
|
6288
|
+
end
|
6289
|
+
end
|
6290
|
+
|
6093
6291
|
class GoogleCloudDiscoveryengineV1alphaControlRedirectAction
|
6094
6292
|
# @private
|
6095
6293
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6267,6 +6465,13 @@ module Google
|
|
6267
6465
|
end
|
6268
6466
|
end
|
6269
6467
|
|
6468
|
+
class GoogleCloudDiscoveryengineV1alphaDeleteSessionRequest
|
6469
|
+
# @private
|
6470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6471
|
+
property :name, as: 'name'
|
6472
|
+
end
|
6473
|
+
end
|
6474
|
+
|
6270
6475
|
class GoogleCloudDiscoveryengineV1alphaDeleteSitemapMetadata
|
6271
6476
|
# @private
|
6272
6477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6560,6 +6765,14 @@ module Google
|
|
6560
6765
|
end
|
6561
6766
|
end
|
6562
6767
|
|
6768
|
+
class GoogleCloudDiscoveryengineV1alphaGetSessionRequest
|
6769
|
+
# @private
|
6770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6771
|
+
property :include_answer_details, as: 'includeAnswerDetails'
|
6772
|
+
property :name, as: 'name'
|
6773
|
+
end
|
6774
|
+
end
|
6775
|
+
|
6563
6776
|
class GoogleCloudDiscoveryengineV1alphaGetUriPatternDocumentDataResponse
|
6564
6777
|
# @private
|
6565
6778
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6720,6 +6933,26 @@ module Google
|
|
6720
6933
|
end
|
6721
6934
|
end
|
6722
6935
|
|
6936
|
+
class GoogleCloudDiscoveryengineV1alphaListSessionsRequest
|
6937
|
+
# @private
|
6938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6939
|
+
property :filter, as: 'filter'
|
6940
|
+
property :order_by, as: 'orderBy'
|
6941
|
+
property :page_size, as: 'pageSize'
|
6942
|
+
property :page_token, as: 'pageToken'
|
6943
|
+
property :parent, as: 'parent'
|
6944
|
+
end
|
6945
|
+
end
|
6946
|
+
|
6947
|
+
class GoogleCloudDiscoveryengineV1alphaListSessionsResponse
|
6948
|
+
# @private
|
6949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6950
|
+
property :next_page_token, as: 'nextPageToken'
|
6951
|
+
collection :sessions, as: 'sessions', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSession, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSession::Representation
|
6952
|
+
|
6953
|
+
end
|
6954
|
+
end
|
6955
|
+
|
6723
6956
|
class GoogleCloudDiscoveryengineV1alphaNaturalLanguageQueryUnderstandingConfig
|
6724
6957
|
# @private
|
6725
6958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6935,6 +7168,17 @@ module Google
|
|
6935
7168
|
end
|
6936
7169
|
end
|
6937
7170
|
|
7171
|
+
class GoogleCloudDiscoveryengineV1alphaSearchLinkPromotion
|
7172
|
+
# @private
|
7173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7174
|
+
property :description, as: 'description'
|
7175
|
+
property :enabled, as: 'enabled'
|
7176
|
+
property :image_uri, as: 'imageUri'
|
7177
|
+
property :title, as: 'title'
|
7178
|
+
property :uri, as: 'uri'
|
7179
|
+
end
|
7180
|
+
end
|
7181
|
+
|
6938
7182
|
class GoogleCloudDiscoveryengineV1alphaSearchRequest
|
6939
7183
|
# @private
|
6940
7184
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7103,6 +7347,8 @@ module Google
|
|
7103
7347
|
class GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec
|
7104
7348
|
# @private
|
7105
7349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7350
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec::Representation
|
7351
|
+
|
7106
7352
|
property :data_store, as: 'dataStore'
|
7107
7353
|
property :filter, as: 'filter'
|
7108
7354
|
end
|
@@ -7204,7 +7450,9 @@ module Google
|
|
7204
7450
|
class GoogleCloudDiscoveryengineV1alphaSession
|
7205
7451
|
# @private
|
7206
7452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7453
|
+
property :display_name, as: 'displayName'
|
7207
7454
|
property :end_time, as: 'endTime'
|
7455
|
+
property :is_pinned, as: 'isPinned'
|
7208
7456
|
property :name, as: 'name'
|
7209
7457
|
property :start_time, as: 'startTime'
|
7210
7458
|
property :state, as: 'state'
|
@@ -7218,6 +7466,8 @@ module Google
|
|
7218
7466
|
# @private
|
7219
7467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7220
7468
|
property :answer, as: 'answer'
|
7469
|
+
property :detailed_answer, as: 'detailedAnswer', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswer, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswer::Representation
|
7470
|
+
|
7221
7471
|
property :query, as: 'query', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaQuery::Representation
|
7222
7472
|
|
7223
7473
|
end
|
@@ -7337,6 +7587,15 @@ module Google
|
|
7337
7587
|
end
|
7338
7588
|
end
|
7339
7589
|
|
7590
|
+
class GoogleCloudDiscoveryengineV1alphaUpdateSessionRequest
|
7591
|
+
# @private
|
7592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7593
|
+
property :session, as: 'session', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSession, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaSession::Representation
|
7594
|
+
|
7595
|
+
property :update_mask, as: 'updateMask'
|
7596
|
+
end
|
7597
|
+
end
|
7598
|
+
|
7340
7599
|
class GoogleCloudDiscoveryengineV1alphaUpdateTargetSiteMetadata
|
7341
7600
|
# @private
|
7342
7601
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7436,6 +7695,8 @@ module Google
|
|
7436
7695
|
property :filter_action, as: 'filterAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlFilterAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlFilterAction::Representation
|
7437
7696
|
|
7438
7697
|
property :name, as: 'name'
|
7698
|
+
property :promote_action, as: 'promoteAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlPromoteAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlPromoteAction::Representation
|
7699
|
+
|
7439
7700
|
property :redirect_action, as: 'redirectAction', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlRedirectAction, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaControlRedirectAction::Representation
|
7440
7701
|
|
7441
7702
|
property :solution_type, as: 'solutionType'
|
@@ -7462,6 +7723,15 @@ module Google
|
|
7462
7723
|
end
|
7463
7724
|
end
|
7464
7725
|
|
7726
|
+
class GoogleCloudDiscoveryengineV1betaControlPromoteAction
|
7727
|
+
# @private
|
7728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7729
|
+
property :data_store, as: 'dataStore'
|
7730
|
+
property :search_link_promotion, as: 'searchLinkPromotion', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchLinkPromotion, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchLinkPromotion::Representation
|
7731
|
+
|
7732
|
+
end
|
7733
|
+
end
|
7734
|
+
|
7465
7735
|
class GoogleCloudDiscoveryengineV1betaControlRedirectAction
|
7466
7736
|
# @private
|
7467
7737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8073,6 +8343,17 @@ module Google
|
|
8073
8343
|
end
|
8074
8344
|
end
|
8075
8345
|
|
8346
|
+
class GoogleCloudDiscoveryengineV1betaSearchLinkPromotion
|
8347
|
+
# @private
|
8348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8349
|
+
property :description, as: 'description'
|
8350
|
+
property :enabled, as: 'enabled'
|
8351
|
+
property :image_uri, as: 'imageUri'
|
8352
|
+
property :title, as: 'title'
|
8353
|
+
property :uri, as: 'uri'
|
8354
|
+
end
|
8355
|
+
end
|
8356
|
+
|
8076
8357
|
class GoogleCloudDiscoveryengineV1betaSearchRequest
|
8077
8358
|
# @private
|
8078
8359
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8239,6 +8520,8 @@ module Google
|
|
8239
8520
|
class GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec
|
8240
8521
|
# @private
|
8241
8522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8523
|
+
property :boost_spec, as: 'boostSpec', class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec, decorator: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec::Representation
|
8524
|
+
|
8242
8525
|
property :data_store, as: 'dataStore'
|
8243
8526
|
property :filter, as: 'filter'
|
8244
8527
|
end
|