aws-sdk-qconnect 1.25.0 → 1.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qconnect/client.rb +40 -1
- data/lib/aws-sdk-qconnect/client_api.rb +2 -0
- data/lib/aws-sdk-qconnect/types.rb +28 -2
- data/lib/aws-sdk-qconnect.rb +1 -1
- data/sig/client.rbs +8 -2
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 203f34cd914dc4e4707de980e6b13f5c16ba1edb33aa4acb90852a50bd1ef427
|
4
|
+
data.tar.gz: ec814606deeea53fa4c22deeeb6af6004e6ad1d4791769507c7efea4afde4995
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ffcbd98ef197209971036a35f03158251b4803d40e4d671d57ac62017da4f5205c454eab0071d451eae661d13e5e7c1549d42379dcc244cab245f78e734f602
|
7
|
+
data.tar.gz: 6475fc8dd319b3b40c5b03e1d4860d1dd0185451acf3e3dd81ef0ab229c0c154b9910c570d038da6ce75acb1c32c80f95fe6f1aad0d5eddc10baeec50cb58968
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.27.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.26.0 (2024-12-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.
|
13
|
+
|
4
14
|
1.25.0 (2024-12-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.27.0
|
@@ -257,11 +257,34 @@ module Aws::QConnect
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -581,6 +604,7 @@ module Aws::QConnect
|
|
581
604
|
# },
|
582
605
|
# ],
|
583
606
|
# intent_labeling_generation_ai_prompt_id: "UuidWithQualifier",
|
607
|
+
# locale: "NonEmptyString",
|
584
608
|
# query_reformulation_ai_prompt_id: "UuidWithQualifier",
|
585
609
|
# },
|
586
610
|
# manual_search_ai_agent_configuration: {
|
@@ -624,6 +648,7 @@ module Aws::QConnect
|
|
624
648
|
# association_type: "KNOWLEDGE_BASE", # accepts KNOWLEDGE_BASE
|
625
649
|
# },
|
626
650
|
# ],
|
651
|
+
# locale: "NonEmptyString",
|
627
652
|
# },
|
628
653
|
# self_service_ai_agent_configuration: {
|
629
654
|
# association_configurations: [
|
@@ -703,6 +728,7 @@ module Aws::QConnect
|
|
703
728
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_id #=> String
|
704
729
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
705
730
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.intent_labeling_generation_ai_prompt_id #=> String
|
731
|
+
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.locale #=> String
|
706
732
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.query_reformulation_ai_prompt_id #=> String
|
707
733
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.answer_generation_ai_guardrail_id #=> String
|
708
734
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.answer_generation_ai_prompt_id #=> String
|
@@ -722,6 +748,7 @@ module Aws::QConnect
|
|
722
748
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.override_knowledge_base_search_type #=> String, one of "HYBRID", "SEMANTIC"
|
723
749
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_id #=> String
|
724
750
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
751
|
+
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.locale #=> String
|
725
752
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations #=> Array
|
726
753
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions #=> Array
|
727
754
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions[0].key #=> String
|
@@ -829,6 +856,7 @@ module Aws::QConnect
|
|
829
856
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_id #=> String
|
830
857
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
831
858
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.intent_labeling_generation_ai_prompt_id #=> String
|
859
|
+
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.locale #=> String
|
832
860
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.query_reformulation_ai_prompt_id #=> String
|
833
861
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.answer_generation_ai_guardrail_id #=> String
|
834
862
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.answer_generation_ai_prompt_id #=> String
|
@@ -848,6 +876,7 @@ module Aws::QConnect
|
|
848
876
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.override_knowledge_base_search_type #=> String, one of "HYBRID", "SEMANTIC"
|
849
877
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_id #=> String
|
850
878
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
879
|
+
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.locale #=> String
|
851
880
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations #=> Array
|
852
881
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions #=> Array
|
853
882
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions[0].key #=> String
|
@@ -3197,6 +3226,7 @@ module Aws::QConnect
|
|
3197
3226
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_id #=> String
|
3198
3227
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
3199
3228
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.intent_labeling_generation_ai_prompt_id #=> String
|
3229
|
+
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.locale #=> String
|
3200
3230
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.query_reformulation_ai_prompt_id #=> String
|
3201
3231
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.answer_generation_ai_guardrail_id #=> String
|
3202
3232
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.answer_generation_ai_prompt_id #=> String
|
@@ -3216,6 +3246,7 @@ module Aws::QConnect
|
|
3216
3246
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.override_knowledge_base_search_type #=> String, one of "HYBRID", "SEMANTIC"
|
3217
3247
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_id #=> String
|
3218
3248
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
3249
|
+
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.locale #=> String
|
3219
3250
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations #=> Array
|
3220
3251
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions #=> Array
|
3221
3252
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions[0].key #=> String
|
@@ -4217,6 +4248,7 @@ module Aws::QConnect
|
|
4217
4248
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_id #=> String
|
4218
4249
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
4219
4250
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.answer_recommendation_ai_agent_configuration.intent_labeling_generation_ai_prompt_id #=> String
|
4251
|
+
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.answer_recommendation_ai_agent_configuration.locale #=> String
|
4220
4252
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.answer_recommendation_ai_agent_configuration.query_reformulation_ai_prompt_id #=> String
|
4221
4253
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.manual_search_ai_agent_configuration.answer_generation_ai_guardrail_id #=> String
|
4222
4254
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.manual_search_ai_agent_configuration.answer_generation_ai_prompt_id #=> String
|
@@ -4236,6 +4268,7 @@ module Aws::QConnect
|
|
4236
4268
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.override_knowledge_base_search_type #=> String, one of "HYBRID", "SEMANTIC"
|
4237
4269
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_id #=> String
|
4238
4270
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
4271
|
+
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.manual_search_ai_agent_configuration.locale #=> String
|
4239
4272
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.self_service_ai_agent_configuration.association_configurations #=> Array
|
4240
4273
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions #=> Array
|
4241
4274
|
# resp.ai_agent_version_summaries[0].ai_agent_summary.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions[0].key #=> String
|
@@ -4337,6 +4370,7 @@ module Aws::QConnect
|
|
4337
4370
|
# resp.ai_agent_summaries[0].configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_id #=> String
|
4338
4371
|
# resp.ai_agent_summaries[0].configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
4339
4372
|
# resp.ai_agent_summaries[0].configuration.answer_recommendation_ai_agent_configuration.intent_labeling_generation_ai_prompt_id #=> String
|
4373
|
+
# resp.ai_agent_summaries[0].configuration.answer_recommendation_ai_agent_configuration.locale #=> String
|
4340
4374
|
# resp.ai_agent_summaries[0].configuration.answer_recommendation_ai_agent_configuration.query_reformulation_ai_prompt_id #=> String
|
4341
4375
|
# resp.ai_agent_summaries[0].configuration.manual_search_ai_agent_configuration.answer_generation_ai_guardrail_id #=> String
|
4342
4376
|
# resp.ai_agent_summaries[0].configuration.manual_search_ai_agent_configuration.answer_generation_ai_prompt_id #=> String
|
@@ -4356,6 +4390,7 @@ module Aws::QConnect
|
|
4356
4390
|
# resp.ai_agent_summaries[0].configuration.manual_search_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.override_knowledge_base_search_type #=> String, one of "HYBRID", "SEMANTIC"
|
4357
4391
|
# resp.ai_agent_summaries[0].configuration.manual_search_ai_agent_configuration.association_configurations[0].association_id #=> String
|
4358
4392
|
# resp.ai_agent_summaries[0].configuration.manual_search_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
4393
|
+
# resp.ai_agent_summaries[0].configuration.manual_search_ai_agent_configuration.locale #=> String
|
4359
4394
|
# resp.ai_agent_summaries[0].configuration.self_service_ai_agent_configuration.association_configurations #=> Array
|
4360
4395
|
# resp.ai_agent_summaries[0].configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions #=> Array
|
4361
4396
|
# resp.ai_agent_summaries[0].configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions[0].key #=> String
|
@@ -6390,6 +6425,7 @@ module Aws::QConnect
|
|
6390
6425
|
# },
|
6391
6426
|
# ],
|
6392
6427
|
# intent_labeling_generation_ai_prompt_id: "UuidWithQualifier",
|
6428
|
+
# locale: "NonEmptyString",
|
6393
6429
|
# query_reformulation_ai_prompt_id: "UuidWithQualifier",
|
6394
6430
|
# },
|
6395
6431
|
# manual_search_ai_agent_configuration: {
|
@@ -6433,6 +6469,7 @@ module Aws::QConnect
|
|
6433
6469
|
# association_type: "KNOWLEDGE_BASE", # accepts KNOWLEDGE_BASE
|
6434
6470
|
# },
|
6435
6471
|
# ],
|
6472
|
+
# locale: "NonEmptyString",
|
6436
6473
|
# },
|
6437
6474
|
# self_service_ai_agent_configuration: {
|
6438
6475
|
# association_configurations: [
|
@@ -6507,6 +6544,7 @@ module Aws::QConnect
|
|
6507
6544
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_id #=> String
|
6508
6545
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
6509
6546
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.intent_labeling_generation_ai_prompt_id #=> String
|
6547
|
+
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.locale #=> String
|
6510
6548
|
# resp.ai_agent.configuration.answer_recommendation_ai_agent_configuration.query_reformulation_ai_prompt_id #=> String
|
6511
6549
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.answer_generation_ai_guardrail_id #=> String
|
6512
6550
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.answer_generation_ai_prompt_id #=> String
|
@@ -6526,6 +6564,7 @@ module Aws::QConnect
|
|
6526
6564
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.override_knowledge_base_search_type #=> String, one of "HYBRID", "SEMANTIC"
|
6527
6565
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_id #=> String
|
6528
6566
|
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.association_configurations[0].association_type #=> String, one of "KNOWLEDGE_BASE"
|
6567
|
+
# resp.ai_agent.configuration.manual_search_ai_agent_configuration.locale #=> String
|
6529
6568
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations #=> Array
|
6530
6569
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions #=> Array
|
6531
6570
|
# resp.ai_agent.configuration.self_service_ai_agent_configuration.association_configurations[0].association_configuration_data.knowledge_base_association_configuration_data.content_tag_filter.and_conditions[0].key #=> String
|
@@ -7726,7 +7765,7 @@ module Aws::QConnect
|
|
7726
7765
|
tracer: tracer
|
7727
7766
|
)
|
7728
7767
|
context[:gem_name] = 'aws-sdk-qconnect'
|
7729
|
-
context[:gem_version] = '1.
|
7768
|
+
context[:gem_version] = '1.27.0'
|
7730
7769
|
Seahorse::Client::Request.new(handlers, context)
|
7731
7770
|
end
|
7732
7771
|
|
@@ -752,6 +752,7 @@ module Aws::QConnect
|
|
752
752
|
AnswerRecommendationAIAgentConfiguration.add_member(:answer_generation_ai_prompt_id, Shapes::ShapeRef.new(shape: UuidWithQualifier, location_name: "answerGenerationAIPromptId"))
|
753
753
|
AnswerRecommendationAIAgentConfiguration.add_member(:association_configurations, Shapes::ShapeRef.new(shape: AssociationConfigurationList, location_name: "associationConfigurations"))
|
754
754
|
AnswerRecommendationAIAgentConfiguration.add_member(:intent_labeling_generation_ai_prompt_id, Shapes::ShapeRef.new(shape: UuidWithQualifier, location_name: "intentLabelingGenerationAIPromptId"))
|
755
|
+
AnswerRecommendationAIAgentConfiguration.add_member(:locale, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "locale"))
|
755
756
|
AnswerRecommendationAIAgentConfiguration.add_member(:query_reformulation_ai_prompt_id, Shapes::ShapeRef.new(shape: UuidWithQualifier, location_name: "queryReformulationAIPromptId"))
|
756
757
|
AnswerRecommendationAIAgentConfiguration.struct_class = Types::AnswerRecommendationAIAgentConfiguration
|
757
758
|
|
@@ -1856,6 +1857,7 @@ module Aws::QConnect
|
|
1856
1857
|
ManualSearchAIAgentConfiguration.add_member(:answer_generation_ai_guardrail_id, Shapes::ShapeRef.new(shape: UuidWithQualifier, location_name: "answerGenerationAIGuardrailId"))
|
1857
1858
|
ManualSearchAIAgentConfiguration.add_member(:answer_generation_ai_prompt_id, Shapes::ShapeRef.new(shape: UuidWithQualifier, location_name: "answerGenerationAIPromptId"))
|
1858
1859
|
ManualSearchAIAgentConfiguration.add_member(:association_configurations, Shapes::ShapeRef.new(shape: AssociationConfigurationList, location_name: "associationConfigurations"))
|
1860
|
+
ManualSearchAIAgentConfiguration.add_member(:locale, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "locale"))
|
1859
1861
|
ManualSearchAIAgentConfiguration.struct_class = Types::ManualSearchAIAgentConfiguration
|
1860
1862
|
|
1861
1863
|
MessageData.add_member(:text, Shapes::ShapeRef.new(shape: TextMessage, location_name: "text"))
|
@@ -853,6 +853,21 @@ module Aws::QConnect
|
|
853
853
|
# `ANSWER_RECOMMENDATION` AI Agent.
|
854
854
|
# @return [String]
|
855
855
|
#
|
856
|
+
# @!attribute [rw] locale
|
857
|
+
# The locale to which specifies the language and region settings that
|
858
|
+
# determine the response language for [QueryAssistant][1].
|
859
|
+
#
|
860
|
+
# <note markdown="1"> Changing this locale to anything other than `en_US` will turn off
|
861
|
+
# recommendations triggered by contact transcripts for agent
|
862
|
+
# assistance, as this feature is not supported in multiple languages.
|
863
|
+
#
|
864
|
+
# </note>
|
865
|
+
#
|
866
|
+
#
|
867
|
+
#
|
868
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html
|
869
|
+
# @return [String]
|
870
|
+
#
|
856
871
|
# @!attribute [rw] query_reformulation_ai_prompt_id
|
857
872
|
# The AI Prompt identifier for the Query Reformulation prompt used by
|
858
873
|
# the `ANSWER_RECOMMENDATION` AI Agent.
|
@@ -865,6 +880,7 @@ module Aws::QConnect
|
|
865
880
|
:answer_generation_ai_prompt_id,
|
866
881
|
:association_configurations,
|
867
882
|
:intent_labeling_generation_ai_prompt_id,
|
883
|
+
:locale,
|
868
884
|
:query_reformulation_ai_prompt_id)
|
869
885
|
SENSITIVE = []
|
870
886
|
include Aws::Structure
|
@@ -4927,7 +4943,7 @@ module Aws::QConnect
|
|
4927
4943
|
# VINs.
|
4928
4944
|
# * **Finance**
|
4929
4945
|
#
|
4930
|
-
# * **
|
4946
|
+
# * **CREDIT\_DEBIT\_CARD\_CVV**
|
4931
4947
|
#
|
4932
4948
|
# A three-digit card verification code (CVV) that is present on
|
4933
4949
|
# VISA, MasterCard, and Discover credit and debit cards. For
|
@@ -6431,12 +6447,22 @@ module Aws::QConnect
|
|
6431
6447
|
# Agent.
|
6432
6448
|
# @return [Array<Types::AssociationConfiguration>]
|
6433
6449
|
#
|
6450
|
+
# @!attribute [rw] locale
|
6451
|
+
# The locale to which specifies the language and region settings that
|
6452
|
+
# determine the response language for [QueryAssistant][1].
|
6453
|
+
#
|
6454
|
+
#
|
6455
|
+
#
|
6456
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html
|
6457
|
+
# @return [String]
|
6458
|
+
#
|
6434
6459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/ManualSearchAIAgentConfiguration AWS API Documentation
|
6435
6460
|
#
|
6436
6461
|
class ManualSearchAIAgentConfiguration < Struct.new(
|
6437
6462
|
:answer_generation_ai_guardrail_id,
|
6438
6463
|
:answer_generation_ai_prompt_id,
|
6439
|
-
:association_configurations
|
6464
|
+
:association_configurations,
|
6465
|
+
:locale)
|
6440
6466
|
SENSITIVE = []
|
6441
6467
|
include Aws::Structure
|
6442
6468
|
end
|
data/lib/aws-sdk-qconnect.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -140,6 +142,7 @@ module Aws
|
|
140
142
|
},
|
141
143
|
]?,
|
142
144
|
intent_labeling_generation_ai_prompt_id: ::String?,
|
145
|
+
locale: ::String?,
|
143
146
|
query_reformulation_ai_prompt_id: ::String?
|
144
147
|
}?,
|
145
148
|
manual_search_ai_agent_configuration: {
|
@@ -182,7 +185,8 @@ module Aws
|
|
182
185
|
association_id: ::String?,
|
183
186
|
association_type: ("KNOWLEDGE_BASE")?
|
184
187
|
},
|
185
|
-
]
|
188
|
+
]?,
|
189
|
+
locale: ::String?
|
186
190
|
}?,
|
187
191
|
self_service_ai_agent_configuration: {
|
188
192
|
association_configurations: Array[
|
@@ -1735,6 +1739,7 @@ module Aws
|
|
1735
1739
|
},
|
1736
1740
|
]?,
|
1737
1741
|
intent_labeling_generation_ai_prompt_id: ::String?,
|
1742
|
+
locale: ::String?,
|
1738
1743
|
query_reformulation_ai_prompt_id: ::String?
|
1739
1744
|
}?,
|
1740
1745
|
manual_search_ai_agent_configuration: {
|
@@ -1777,7 +1782,8 @@ module Aws
|
|
1777
1782
|
association_id: ::String?,
|
1778
1783
|
association_type: ("KNOWLEDGE_BASE")?
|
1779
1784
|
},
|
1780
|
-
]
|
1785
|
+
]?,
|
1786
|
+
locale: ::String?
|
1781
1787
|
}?,
|
1782
1788
|
self_service_ai_agent_configuration: {
|
1783
1789
|
association_configurations: Array[
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
@@ -229,6 +229,7 @@ module Aws::QConnect
|
|
229
229
|
attr_accessor answer_generation_ai_prompt_id: ::String
|
230
230
|
attr_accessor association_configurations: ::Array[Types::AssociationConfiguration]
|
231
231
|
attr_accessor intent_labeling_generation_ai_prompt_id: ::String
|
232
|
+
attr_accessor locale: ::String
|
232
233
|
attr_accessor query_reformulation_ai_prompt_id: ::String
|
233
234
|
SENSITIVE: []
|
234
235
|
end
|
@@ -1673,6 +1674,7 @@ module Aws::QConnect
|
|
1673
1674
|
attr_accessor answer_generation_ai_guardrail_id: ::String
|
1674
1675
|
attr_accessor answer_generation_ai_prompt_id: ::String
|
1675
1676
|
attr_accessor association_configurations: ::Array[Types::AssociationConfiguration]
|
1677
|
+
attr_accessor locale: ::String
|
1676
1678
|
SENSITIVE: []
|
1677
1679
|
end
|
1678
1680
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-qconnect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.216.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|