aws-sdk-qconnect 1.5.0 → 1.7.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.
@@ -70,8 +70,8 @@ module Aws::QConnect
70
70
  #
71
71
  # @!attribute [rw] object_fields
72
72
  # The fields from the source that are made available to your agents in
73
- # Amazon Q. Optional if ObjectConfiguration is included in the
74
- # provided DataIntegration.
73
+ # Amazon Q in Connect. Optional if ObjectConfiguration is included in
74
+ # the provided DataIntegration.
75
75
  #
76
76
  # * For [ Salesforce][1], you must include at least `Id`,
77
77
  # `ArticleNumber`, `VersionNumber`, `Title`, `PublishStatus`, and
@@ -106,7 +106,7 @@ module Aws::QConnect
106
106
  # Information about the assistant association.
107
107
  #
108
108
  # @!attribute [rw] assistant_arn
109
- # The Amazon Resource Name (ARN) of the Amazon Q assistant.
109
+ # The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
110
110
  # @return [String]
111
111
  #
112
112
  # @!attribute [rw] assistant_association_arn
@@ -118,7 +118,7 @@ module Aws::QConnect
118
118
  # @return [String]
119
119
  #
120
120
  # @!attribute [rw] assistant_id
121
- # The identifier of the Amazon Q assistant.
121
+ # The identifier of the Amazon Q in Connect assistant.
122
122
  # @return [String]
123
123
  #
124
124
  # @!attribute [rw] association_data
@@ -149,15 +149,14 @@ module Aws::QConnect
149
149
  include Aws::Structure
150
150
  end
151
151
 
152
- # The data that is input into Amazon Q as a result of the assistant
153
- # association.
152
+ # The data that is input into Amazon Q in Connect as a result of the
153
+ # assistant association.
154
154
  #
155
155
  # @note AssistantAssociationInputData is a union - when making an API calls you must set exactly one of the members.
156
156
  #
157
157
  # @!attribute [rw] knowledge_base_id
158
158
  # The identifier of the knowledge base. This should not be a
159
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
160
- # Content resource to it.
159
+ # QUICK\_RESPONSES type knowledge base.
161
160
  # @return [String]
162
161
  #
163
162
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/AssistantAssociationInputData AWS API Documentation
@@ -197,7 +196,7 @@ module Aws::QConnect
197
196
  # Summary information about the assistant association.
198
197
  #
199
198
  # @!attribute [rw] assistant_arn
200
- # The Amazon Resource Name (ARN) of the Amazon Q assistant.
199
+ # The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
201
200
  # @return [String]
202
201
  #
203
202
  # @!attribute [rw] assistant_association_arn
@@ -209,7 +208,7 @@ module Aws::QConnect
209
208
  # @return [String]
210
209
  #
211
210
  # @!attribute [rw] assistant_id
212
- # The identifier of the Amazon Q assistant.
211
+ # The identifier of the Amazon Q in Connect assistant.
213
212
  # @return [String]
214
213
  #
215
214
  # @!attribute [rw] association_data
@@ -239,10 +238,10 @@ module Aws::QConnect
239
238
  include Aws::Structure
240
239
  end
241
240
 
242
- # The capability configuration for an Amazon Q assistant.
241
+ # The capability configuration for an Amazon Q in Connect assistant.
243
242
  #
244
243
  # @!attribute [rw] type
245
- # The type of Amazon Q assistant capability.
244
+ # The type of Amazon Q in Connect assistant capability.
246
245
  # @return [String]
247
246
  #
248
247
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/AssistantCapabilityConfiguration AWS API Documentation
@@ -256,15 +255,16 @@ module Aws::QConnect
256
255
  # The assistant data.
257
256
  #
258
257
  # @!attribute [rw] assistant_arn
259
- # The Amazon Resource Name (ARN) of the Amazon Q assistant.
258
+ # The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
260
259
  # @return [String]
261
260
  #
262
261
  # @!attribute [rw] assistant_id
263
- # The identifier of the Amazon Q assistant.
262
+ # The identifier of the Amazon Q in Connect assistant.
264
263
  # @return [String]
265
264
  #
266
265
  # @!attribute [rw] capability_configuration
267
- # The configuration information for the Amazon Q assistant capability.
266
+ # The configuration information for the Amazon Q in Connect assistant
267
+ # capability.
268
268
  # @return [Types::AssistantCapabilityConfiguration]
269
269
  #
270
270
  # @!attribute [rw] description
@@ -272,7 +272,7 @@ module Aws::QConnect
272
272
  # @return [String]
273
273
  #
274
274
  # @!attribute [rw] integration_configuration
275
- # The configuration information for the Amazon Q assistant
275
+ # The configuration information for the Amazon Q in Connect assistant
276
276
  # integration.
277
277
  # @return [Types::AssistantIntegrationConfiguration]
278
278
  #
@@ -286,13 +286,15 @@ module Aws::QConnect
286
286
  #
287
287
  # This KMS key must have a policy that allows `kms:CreateGrant`,
288
288
  # `kms:DescribeKey`, `kms:Decrypt`, and `kms:GenerateDataKey*`
289
- # permissions to the IAM identity using the key to invoke Amazon Q. To
290
- # use Amazon Q with chat, the key policy must also allow
291
- # `kms:Decrypt`, `kms:GenerateDataKey*`, and `kms:DescribeKey`
292
- # permissions to the `connect.amazonaws.com` service principal.
289
+ # permissions to the IAM identity using the key to invoke Amazon Q in
290
+ # Connect. To use Amazon Q in Connect with chat, the key policy must
291
+ # also allow `kms:Decrypt`, `kms:GenerateDataKey*`, and
292
+ # `kms:DescribeKey` permissions to the `connect.amazonaws.com` service
293
+ # principal.
293
294
  #
294
295
  # For more information about setting up a customer managed key for
295
- # Amazon Q, see [Enable Amazon Q in Connect for your instance][1].
296
+ # Amazon Q in Connect, see [Enable Amazon Q in Connect for your
297
+ # instance][1].
296
298
  #
297
299
  #
298
300
  #
@@ -329,7 +331,8 @@ module Aws::QConnect
329
331
  include Aws::Structure
330
332
  end
331
333
 
332
- # The configuration information for the Amazon Q assistant integration.
334
+ # The configuration information for the Amazon Q in Connect assistant
335
+ # integration.
333
336
  #
334
337
  # @!attribute [rw] topic_integration_arn
335
338
  # The Amazon Resource Name (ARN) of the integrated Amazon SNS topic
@@ -347,15 +350,16 @@ module Aws::QConnect
347
350
  # Summary information about the assistant.
348
351
  #
349
352
  # @!attribute [rw] assistant_arn
350
- # The Amazon Resource Name (ARN) of the Amazon Q assistant.
353
+ # The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
351
354
  # @return [String]
352
355
  #
353
356
  # @!attribute [rw] assistant_id
354
- # The identifier of the Amazon Q assistant.
357
+ # The identifier of the Amazon Q in Connect assistant.
355
358
  # @return [String]
356
359
  #
357
360
  # @!attribute [rw] capability_configuration
358
- # The configuration information for the Amazon Q assistant capability.
361
+ # The configuration information for the Amazon Q in Connect assistant
362
+ # capability.
359
363
  # @return [Types::AssistantCapabilityConfiguration]
360
364
  #
361
365
  # @!attribute [rw] description
@@ -363,7 +367,7 @@ module Aws::QConnect
363
367
  # @return [String]
364
368
  #
365
369
  # @!attribute [rw] integration_configuration
366
- # The configuration information for the Amazon Q assistant
370
+ # The configuration information for the Amazon Q in Connect assistant
367
371
  # integration.
368
372
  # @return [Types::AssistantIntegrationConfiguration]
369
373
  #
@@ -377,13 +381,15 @@ module Aws::QConnect
377
381
  #
378
382
  # This KMS key must have a policy that allows `kms:CreateGrant`,
379
383
  # `kms:DescribeKey`, `kms:Decrypt`, and `kms:GenerateDataKey*`
380
- # permissions to the IAM identity using the key to invoke Amazon Q. To
381
- # use Amazon Q with chat, the key policy must also allow
382
- # `kms:Decrypt`, `kms:GenerateDataKey*`, and `kms:DescribeKey`
383
- # permissions to the `connect.amazonaws.com` service principal.
384
+ # permissions to the IAM identity using the key to invoke Amazon Q in
385
+ # Connect. To use Amazon Q in Connect with chat, the key policy must
386
+ # also allow `kms:Decrypt`, `kms:GenerateDataKey*`, and
387
+ # `kms:DescribeKey` permissions to the `connect.amazonaws.com` service
388
+ # principal.
384
389
  #
385
390
  # For more information about setting up a customer managed key for
386
- # Amazon Q, see [Enable Amazon Q in Connect for your instance][1].
391
+ # Amazon Q in Connect, see [Enable Amazon Q in Connect for your
392
+ # instance][1].
387
393
  #
388
394
  #
389
395
  #
@@ -493,9 +499,7 @@ module Aws::QConnect
493
499
  # @return [String]
494
500
  #
495
501
  # @!attribute [rw] knowledge_base_id
496
- # The identifier of the knowledge base. This should not be a
497
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
498
- # Content resource to it.
502
+ # The identifier of the knowledge base.
499
503
  # @return [String]
500
504
  #
501
505
  # @!attribute [rw] link_out_uri
@@ -505,8 +509,8 @@ module Aws::QConnect
505
509
  # @!attribute [rw] metadata
506
510
  # A key/value map to store attributes without affecting tagging or
507
511
  # recommendations. For example, when synchronizing data between an
508
- # external system and Amazon Q, you can store an external version
509
- # identifier as metadata to utilize for determining drift.
512
+ # external system and Amazon Q in Connect, you can store an external
513
+ # version identifier as metadata to utilize for determining drift.
510
514
  # @return [Hash<String,String>]
511
515
  #
512
516
  # @!attribute [rw] name
@@ -617,8 +621,7 @@ module Aws::QConnect
617
621
  #
618
622
  # @!attribute [rw] knowledge_base_id
619
623
  # The identifier of the knowledge base. This should not be a
620
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
621
- # Content resource to it.
624
+ # QUICK\_RESPONSES type knowledge base.
622
625
  # @return [String]
623
626
  #
624
627
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/ContentReference AWS API Documentation
@@ -652,15 +655,14 @@ module Aws::QConnect
652
655
  #
653
656
  # @!attribute [rw] knowledge_base_id
654
657
  # The identifier of the knowledge base. This should not be a
655
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
656
- # Content resource to it.
658
+ # QUICK\_RESPONSES type knowledge base.
657
659
  # @return [String]
658
660
  #
659
661
  # @!attribute [rw] metadata
660
662
  # A key/value map to store attributes without affecting tagging or
661
663
  # recommendations. For example, when synchronizing data between an
662
- # external system and Amazon Q, you can store an external version
663
- # identifier as metadata to utilize for determining drift.
664
+ # external system and Amazon Q in Connect, you can store an external
665
+ # version identifier as metadata to utilize for determining drift.
664
666
  # @return [Hash<String,String>]
665
667
  #
666
668
  # @!attribute [rw] name
@@ -703,8 +705,8 @@ module Aws::QConnect
703
705
  end
704
706
 
705
707
  # @!attribute [rw] assistant_id
706
- # The identifier of the Amazon Q assistant. Can be either the ID or
707
- # the ARN. URLs cannot contain the ARN.
708
+ # The identifier of the Amazon Q in Connect assistant. Can be either
709
+ # the ID or the ARN. URLs cannot contain the ARN.
708
710
  # @return [String]
709
711
  #
710
712
  # @!attribute [rw] association
@@ -787,13 +789,14 @@ module Aws::QConnect
787
789
  # The customer managed key must have a policy that allows
788
790
  # `kms:CreateGrant`, ` kms:DescribeKey`, `kms:Decrypt`, and
789
791
  # `kms:GenerateDataKey*` permissions to the IAM identity using the key
790
- # to invoke Amazon Q. To use Amazon Q with chat, the key policy must
791
- # also allow `kms:Decrypt`, `kms:GenerateDataKey*`, and
792
- # `kms:DescribeKey` permissions to the `connect.amazonaws.com` service
793
- # principal.
792
+ # to invoke Amazon Q in Connect. To use Amazon Q in Connect with chat,
793
+ # the key policy must also allow `kms:Decrypt`,
794
+ # `kms:GenerateDataKey*`, and `kms:DescribeKey` permissions to the
795
+ # `connect.amazonaws.com` service principal.
794
796
  #
795
797
  # For more information about setting up a customer managed key for
796
- # Amazon Q, see [Enable Amazon Q in Connect for your instance][1].
798
+ # Amazon Q in Connect, see [Enable Amazon Q in Connect for your
799
+ # instance][1].
797
800
  #
798
801
  #
799
802
  #
@@ -850,16 +853,15 @@ module Aws::QConnect
850
853
  #
851
854
  # @!attribute [rw] knowledge_base_id
852
855
  # The identifier of the knowledge base. This should not be a
853
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
854
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
855
- # contain the ARN.
856
+ # QUICK\_RESPONSES type knowledge base. Can be either the ID or the
857
+ # ARN. URLs cannot contain the ARN.
856
858
  # @return [String]
857
859
  #
858
860
  # @!attribute [rw] metadata
859
861
  # A key/value map to store attributes without affecting tagging or
860
862
  # recommendations. For example, when synchronizing data between an
861
- # external system and Amazon Q, you can store an external version
862
- # identifier as metadata to utilize for determining drift.
863
+ # external system and Amazon Q in Connect, you can store an external
864
+ # version identifier as metadata to utilize for determining drift.
863
865
  # @return [Hash<String,String>]
864
866
  #
865
867
  # @!attribute [rw] name
@@ -964,10 +966,12 @@ module Aws::QConnect
964
966
  #
965
967
  # This KMS key must have a policy that allows `kms:CreateGrant`,
966
968
  # `kms:DescribeKey`, `kms:Decrypt`, and `kms:GenerateDataKey*`
967
- # permissions to the IAM identity using the key to invoke Amazon Q.
969
+ # permissions to the IAM identity using the key to invoke Amazon Q in
970
+ # Connect.
968
971
  #
969
972
  # For more information about setting up a customer managed key for
970
- # Amazon Q, see [Enable Amazon Q in Connect for your instance][1].
973
+ # Amazon Q in Connect, see [Enable Amazon Q in Connect for your
974
+ # instance][1].
971
975
  #
972
976
  #
973
977
  #
@@ -1057,10 +1061,8 @@ module Aws::QConnect
1057
1061
  # @return [Boolean]
1058
1062
  #
1059
1063
  # @!attribute [rw] knowledge_base_id
1060
- # The identifier of the knowledge base. This should not be a
1061
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1062
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
1063
- # contain the ARN.
1064
+ # The identifier of the knowledge base. Can be either the ID or the
1065
+ # ARN. URLs cannot contain the ARN.
1064
1066
  # @return [String]
1065
1067
  #
1066
1068
  # @!attribute [rw] language
@@ -1116,8 +1118,8 @@ module Aws::QConnect
1116
1118
  end
1117
1119
 
1118
1120
  # @!attribute [rw] assistant_id
1119
- # The identifier of the Amazon Q assistant. Can be either the ID or
1120
- # the ARN. URLs cannot contain the ARN.
1121
+ # The identifier of the Amazon Q in Connect assistant. Can be either
1122
+ # the ID or the ARN. URLs cannot contain the ARN.
1121
1123
  # @return [String]
1122
1124
  #
1123
1125
  # @!attribute [rw] client_token
@@ -1142,6 +1144,10 @@ module Aws::QConnect
1142
1144
  # The name of the session.
1143
1145
  # @return [String]
1144
1146
  #
1147
+ # @!attribute [rw] tag_filter
1148
+ # An object that can be used to specify Tag conditions.
1149
+ # @return [Types::TagFilter]
1150
+ #
1145
1151
  # @!attribute [rw] tags
1146
1152
  # The tags used to organize, track, or control access for this
1147
1153
  # resource.
@@ -1154,6 +1160,7 @@ module Aws::QConnect
1154
1160
  :client_token,
1155
1161
  :description,
1156
1162
  :name,
1163
+ :tag_filter,
1157
1164
  :tags)
1158
1165
  SENSITIVE = []
1159
1166
  include Aws::Structure
@@ -1256,8 +1263,8 @@ module Aws::QConnect
1256
1263
  # @return [String]
1257
1264
  #
1258
1265
  # @!attribute [rw] assistant_id
1259
- # The identifier of the Amazon Q assistant. Can be either the ID or
1260
- # the ARN. URLs cannot contain the ARN.
1266
+ # The identifier of the Amazon Q in Connect assistant. Can be either
1267
+ # the ID or the ARN. URLs cannot contain the ARN.
1261
1268
  # @return [String]
1262
1269
  #
1263
1270
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/DeleteAssistantAssociationRequest AWS API Documentation
@@ -1274,8 +1281,8 @@ module Aws::QConnect
1274
1281
  class DeleteAssistantAssociationResponse < Aws::EmptyStructure; end
1275
1282
 
1276
1283
  # @!attribute [rw] assistant_id
1277
- # The identifier of the Amazon Q assistant. Can be either the ID or
1278
- # the ARN. URLs cannot contain the ARN.
1284
+ # The identifier of the Amazon Q in Connect assistant. Can be either
1285
+ # the ID or the ARN. URLs cannot contain the ARN.
1279
1286
  # @return [String]
1280
1287
  #
1281
1288
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/DeleteAssistantRequest AWS API Documentation
@@ -1296,10 +1303,8 @@ module Aws::QConnect
1296
1303
  # @return [String]
1297
1304
  #
1298
1305
  # @!attribute [rw] knowledge_base_id
1299
- # The identifier of the knowledge base. This should not be a
1300
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1301
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
1302
- # contain the ARN.
1306
+ # The identifier of the knowledge base. Can be either the ID or the
1307
+ # ARN. URLs cannot contain the ARN.
1303
1308
  # @return [String]
1304
1309
  #
1305
1310
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/DeleteContentRequest AWS API Documentation
@@ -1320,9 +1325,7 @@ module Aws::QConnect
1320
1325
  # @return [String]
1321
1326
  #
1322
1327
  # @!attribute [rw] knowledge_base_id
1323
- # The identifier of the knowledge base. This should not be a
1324
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1325
- # Content resource to it.
1328
+ # The identifier of the knowledge base.
1326
1329
  # @return [String]
1327
1330
  #
1328
1331
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/DeleteImportJobRequest AWS API Documentation
@@ -1357,9 +1360,7 @@ module Aws::QConnect
1357
1360
 
1358
1361
  # @!attribute [rw] knowledge_base_id
1359
1362
  # The knowledge base from which the quick response is deleted. The
1360
- # identifier of the knowledge base. This should not be a
1361
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1362
- # Content resource to it.
1363
+ # identifier of the knowledge base.
1363
1364
  # @return [String]
1364
1365
  #
1365
1366
  # @!attribute [rw] quick_response_id
@@ -1529,8 +1530,8 @@ module Aws::QConnect
1529
1530
  # @return [String]
1530
1531
  #
1531
1532
  # @!attribute [rw] assistant_id
1532
- # The identifier of the Amazon Q assistant. Can be either the ID or
1533
- # the ARN. URLs cannot contain the ARN.
1533
+ # The identifier of the Amazon Q in Connect assistant. Can be either
1534
+ # the ID or the ARN. URLs cannot contain the ARN.
1534
1535
  # @return [String]
1535
1536
  #
1536
1537
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/GetAssistantAssociationRequest AWS API Documentation
@@ -1555,8 +1556,8 @@ module Aws::QConnect
1555
1556
  end
1556
1557
 
1557
1558
  # @!attribute [rw] assistant_id
1558
- # The identifier of the Amazon Q assistant. Can be either the ID or
1559
- # the ARN. URLs cannot contain the ARN.
1559
+ # The identifier of the Amazon Q in Connect assistant. Can be either
1560
+ # the ID or the ARN. URLs cannot contain the ARN.
1560
1561
  # @return [String]
1561
1562
  #
1562
1563
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/GetAssistantRequest AWS API Documentation
@@ -1586,9 +1587,8 @@ module Aws::QConnect
1586
1587
  #
1587
1588
  # @!attribute [rw] knowledge_base_id
1588
1589
  # The identifier of the knowledge base. This should not be a
1589
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1590
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
1591
- # contain the ARN.
1590
+ # QUICK\_RESPONSES type knowledge base. Can be either the ID or the
1591
+ # ARN. URLs cannot contain the ARN.
1592
1592
  # @return [String]
1593
1593
  #
1594
1594
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/GetContentRequest AWS API Documentation
@@ -1618,10 +1618,8 @@ module Aws::QConnect
1618
1618
  # @return [String]
1619
1619
  #
1620
1620
  # @!attribute [rw] knowledge_base_id
1621
- # The identifier of the knowledge base. This should not be a
1622
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1623
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
1624
- # contain the ARN.
1621
+ # The identifier of the knowledge base. Can be either the ID or the
1622
+ # ARN. URLs cannot contain the ARN.
1625
1623
  # @return [String]
1626
1624
  #
1627
1625
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/GetContentSummaryRequest AWS API Documentation
@@ -1675,10 +1673,8 @@ module Aws::QConnect
1675
1673
  end
1676
1674
 
1677
1675
  # @!attribute [rw] knowledge_base_id
1678
- # The identifier of the knowledge base. This should not be a
1679
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1680
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
1681
- # contain the ARN.
1676
+ # The identifier of the knowledge base. Can be either the ID or the
1677
+ # ARN. URLs cannot contain the ARN.
1682
1678
  # @return [String]
1683
1679
  #
1684
1680
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/GetKnowledgeBaseRequest AWS API Documentation
@@ -1732,8 +1728,8 @@ module Aws::QConnect
1732
1728
  end
1733
1729
 
1734
1730
  # @!attribute [rw] assistant_id
1735
- # The identifier of the Amazon Q assistant. Can be either the ID or
1736
- # the ARN. URLs cannot contain the ARN.
1731
+ # The identifier of the Amazon Q in Connect assistant. Can be either
1732
+ # the ID or the ARN. URLs cannot contain the ARN.
1737
1733
  # @return [String]
1738
1734
  #
1739
1735
  # @!attribute [rw] max_results
@@ -1782,8 +1778,8 @@ module Aws::QConnect
1782
1778
  end
1783
1779
 
1784
1780
  # @!attribute [rw] assistant_id
1785
- # The identifier of the Amazon Q assistant. Can be either the ID or
1786
- # the ARN. URLs cannot contain the ARN.
1781
+ # The identifier of the Amazon Q in Connect assistant. Can be either
1782
+ # the ID or the ARN. URLs cannot contain the ARN.
1787
1783
  # @return [String]
1788
1784
  #
1789
1785
  # @!attribute [rw] session_id
@@ -1812,10 +1808,11 @@ module Aws::QConnect
1812
1808
  include Aws::Structure
1813
1809
  end
1814
1810
 
1815
- # The configuration information of the grouping of Amazon Q users.
1811
+ # The configuration information of the grouping of Amazon Q in Connect
1812
+ # users.
1816
1813
  #
1817
1814
  # @!attribute [rw] criteria
1818
- # The criteria used for grouping Amazon Q users.
1815
+ # The criteria used for grouping Amazon Q in Connect users.
1819
1816
  #
1820
1817
  # The following is the list of supported criteria values.
1821
1818
  #
@@ -1834,7 +1831,8 @@ module Aws::QConnect
1834
1831
  # @return [String]
1835
1832
  #
1836
1833
  # @!attribute [rw] values
1837
- # The list of values that define different groups of Amazon Q users.
1834
+ # The list of values that define different groups of Amazon Q in
1835
+ # Connect users.
1838
1836
  #
1839
1837
  # * When setting `criteria` to `RoutingProfileArn`, you need to
1840
1838
  # provide a list of ARNs of [Amazon Connect routing profiles][1] as
@@ -1904,9 +1902,7 @@ module Aws::QConnect
1904
1902
  # @return [String]
1905
1903
  #
1906
1904
  # @!attribute [rw] knowledge_base_id
1907
- # The identifier of the knowledge base. This should not be a
1908
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1909
- # Content resource to it.
1905
+ # The identifier of the knowledge base.
1910
1906
  # @return [String]
1911
1907
  #
1912
1908
  # @!attribute [rw] last_modified_time
@@ -1914,7 +1910,7 @@ module Aws::QConnect
1914
1910
  # @return [Time]
1915
1911
  #
1916
1912
  # @!attribute [rw] metadata
1917
- # The metadata fields of the imported Amazon Q resources.
1913
+ # The metadata fields of the imported Amazon Q in Connect resources.
1918
1914
  # @return [Hash<String,String>]
1919
1915
  #
1920
1916
  # @!attribute [rw] status
@@ -1983,9 +1979,7 @@ module Aws::QConnect
1983
1979
  # @return [String]
1984
1980
  #
1985
1981
  # @!attribute [rw] knowledge_base_id
1986
- # The identifier of the knowledge base. This should not be a
1987
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
1988
- # Content resource to it.
1982
+ # The identifier of the knowledge base.
1989
1983
  # @return [String]
1990
1984
  #
1991
1985
  # @!attribute [rw] last_modified_time
@@ -1993,7 +1987,7 @@ module Aws::QConnect
1993
1987
  # @return [Time]
1994
1988
  #
1995
1989
  # @!attribute [rw] metadata
1996
- # The metadata fields of the imported Amazon Q resources.
1990
+ # The metadata fields of the imported Amazon Q in Connect resources.
1997
1991
  # @return [Hash<String,String>]
1998
1992
  #
1999
1993
  # @!attribute [rw] status
@@ -2033,9 +2027,7 @@ module Aws::QConnect
2033
2027
  # @return [String]
2034
2028
  #
2035
2029
  # @!attribute [rw] knowledge_base_id
2036
- # The identifier of the knowledge base. This should not be a
2037
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
2038
- # Content resource to it.
2030
+ # The identifier of the knowledge base.
2039
2031
  # @return [String]
2040
2032
  #
2041
2033
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/KnowledgeBaseAssociationData AWS API Documentation
@@ -2058,9 +2050,7 @@ module Aws::QConnect
2058
2050
  # @return [String]
2059
2051
  #
2060
2052
  # @!attribute [rw] knowledge_base_id
2061
- # The identifier of the knowledge base. This should not be a
2062
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
2063
- # Content resource to it.
2053
+ # The identifier of the knowledge base.
2064
2054
  # @return [String]
2065
2055
  #
2066
2056
  # @!attribute [rw] knowledge_base_type
@@ -2087,10 +2077,12 @@ module Aws::QConnect
2087
2077
  #
2088
2078
  # This KMS key must have a policy that allows `kms:CreateGrant`,
2089
2079
  # `kms:DescribeKey`, `kms:Decrypt`, and `kms:GenerateDataKey*`
2090
- # permissions to the IAM identity using the key to invoke Amazon Q.
2080
+ # permissions to the IAM identity using the key to invoke Amazon Q in
2081
+ # Connect.
2091
2082
  #
2092
2083
  # For more information about setting up a customer managed key for
2093
- # Amazon Q, see [Enable Amazon Q in Connect for your instance][1].
2084
+ # Amazon Q in Connect, see [Enable Amazon Q in Connect for your
2085
+ # instance][1].
2094
2086
  #
2095
2087
  #
2096
2088
  #
@@ -2139,9 +2131,7 @@ module Aws::QConnect
2139
2131
  # @return [String]
2140
2132
  #
2141
2133
  # @!attribute [rw] knowledge_base_id
2142
- # The identifier of the knowledge base. This should not be a
2143
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
2144
- # Content resource to it.
2134
+ # The identifier of the knowledge base.
2145
2135
  # @return [String]
2146
2136
  #
2147
2137
  # @!attribute [rw] knowledge_base_type
@@ -2162,10 +2152,12 @@ module Aws::QConnect
2162
2152
  #
2163
2153
  # This KMS key must have a policy that allows `kms:CreateGrant`,
2164
2154
  # `kms:DescribeKey`, `kms:Decrypt`, and `kms:GenerateDataKey*`
2165
- # permissions to the IAM identity using the key to invoke Amazon Q.
2155
+ # permissions to the IAM identity using the key to invoke Amazon Q in
2156
+ # Connect.
2166
2157
  #
2167
2158
  # For more information about setting up a customer managed key for
2168
- # Amazon Q, see [Enable Amazon Q in Connect for your instance][1].
2159
+ # Amazon Q in Connect, see [Enable Amazon Q in Connect for your
2160
+ # instance][1].
2169
2161
  #
2170
2162
  #
2171
2163
  #
@@ -2203,8 +2195,8 @@ module Aws::QConnect
2203
2195
  end
2204
2196
 
2205
2197
  # @!attribute [rw] assistant_id
2206
- # The identifier of the Amazon Q assistant. Can be either the ID or
2207
- # the ARN. URLs cannot contain the ARN.
2198
+ # The identifier of the Amazon Q in Connect assistant. Can be either
2199
+ # the ID or the ARN. URLs cannot contain the ARN.
2208
2200
  # @return [String]
2209
2201
  #
2210
2202
  # @!attribute [rw] max_results
@@ -2284,9 +2276,8 @@ module Aws::QConnect
2284
2276
 
2285
2277
  # @!attribute [rw] knowledge_base_id
2286
2278
  # The identifier of the knowledge base. This should not be a
2287
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
2288
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
2289
- # contain the ARN.
2279
+ # QUICK\_RESPONSES type knowledge base. Can be either the ID or the
2280
+ # ARN. URLs cannot contain the ARN.
2290
2281
  # @return [String]
2291
2282
  #
2292
2283
  # @!attribute [rw] max_results
@@ -2328,10 +2319,8 @@ module Aws::QConnect
2328
2319
  end
2329
2320
 
2330
2321
  # @!attribute [rw] knowledge_base_id
2331
- # The identifier of the knowledge base. This should not be a
2332
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
2333
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
2334
- # contain the ARN.
2322
+ # The identifier of the knowledge base. Can be either the ID or the
2323
+ # ARN. URLs cannot contain the ARN.
2335
2324
  # @return [String]
2336
2325
  #
2337
2326
  # @!attribute [rw] max_results
@@ -2411,10 +2400,8 @@ module Aws::QConnect
2411
2400
  end
2412
2401
 
2413
2402
  # @!attribute [rw] knowledge_base_id
2414
- # The identifier of the knowledge base. This should not be a
2415
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
2416
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
2417
- # contain the ARN.
2403
+ # The identifier of the knowledge base. Can be either the ID or the
2404
+ # ARN. URLs cannot contain the ARN.
2418
2405
  # @return [String]
2419
2406
  #
2420
2407
  # @!attribute [rw] max_results
@@ -2501,8 +2488,8 @@ module Aws::QConnect
2501
2488
  end
2502
2489
 
2503
2490
  # @!attribute [rw] assistant_id
2504
- # The identifier of the Amazon Q assistant. Can be either the ID or
2505
- # the ARN. URLs cannot contain the ARN.
2491
+ # The identifier of the Amazon Q in Connect assistant. Can be either
2492
+ # the ID or the ARN. URLs cannot contain the ARN.
2506
2493
  # @return [String]
2507
2494
  #
2508
2495
  # @!attribute [rw] recommendation_ids
@@ -2541,6 +2528,37 @@ module Aws::QConnect
2541
2528
  include Aws::Structure
2542
2529
  end
2543
2530
 
2531
+ # A list of conditions which would be applied together with an `OR`
2532
+ # condition.
2533
+ #
2534
+ # @note OrCondition is a union - when making an API calls you must set exactly one of the members.
2535
+ #
2536
+ # @note OrCondition is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of OrCondition corresponding to the set member.
2537
+ #
2538
+ # @!attribute [rw] and_conditions
2539
+ # A list of conditions which would be applied together with an `AND`
2540
+ # condition.
2541
+ # @return [Array<Types::TagCondition>]
2542
+ #
2543
+ # @!attribute [rw] tag_condition
2544
+ # A leaf node condition which can be used to specify a tag condition.
2545
+ # @return [Types::TagCondition]
2546
+ #
2547
+ # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/OrCondition AWS API Documentation
2548
+ #
2549
+ class OrCondition < Struct.new(
2550
+ :and_conditions,
2551
+ :tag_condition,
2552
+ :unknown)
2553
+ SENSITIVE = []
2554
+ include Aws::Structure
2555
+ include Aws::Structure::Union
2556
+
2557
+ class AndConditions < OrCondition; end
2558
+ class TagCondition < OrCondition; end
2559
+ class Unknown < OrCondition; end
2560
+ end
2561
+
2544
2562
  # The provided `revisionId` does not match, indicating the content has
2545
2563
  # been modified since it was last read.
2546
2564
  #
@@ -2556,7 +2574,7 @@ module Aws::QConnect
2556
2574
  end
2557
2575
 
2558
2576
  # @!attribute [rw] assistant_id
2559
- # The identifier of the Amazon Q assistant.
2577
+ # The identifier of the Amazon Q in Connect assistant.
2560
2578
  # @return [String]
2561
2579
  #
2562
2580
  # @!attribute [rw] content_feedback
@@ -2583,11 +2601,11 @@ module Aws::QConnect
2583
2601
  end
2584
2602
 
2585
2603
  # @!attribute [rw] assistant_arn
2586
- # The Amazon Resource Name (ARN) of the Amazon Q assistant.
2604
+ # The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
2587
2605
  # @return [String]
2588
2606
  #
2589
2607
  # @!attribute [rw] assistant_id
2590
- # The identifier of the Amazon Q assistant.
2608
+ # The identifier of the Amazon Q in Connect assistant.
2591
2609
  # @return [String]
2592
2610
  #
2593
2611
  # @!attribute [rw] content_feedback
@@ -2615,8 +2633,8 @@ module Aws::QConnect
2615
2633
  end
2616
2634
 
2617
2635
  # @!attribute [rw] assistant_id
2618
- # The identifier of the Amazon Q assistant. Can be either the ID or
2619
- # the ARN. URLs cannot contain the ARN.
2636
+ # The identifier of the Amazon Q in Connect assistant. Can be either
2637
+ # the ID or the ARN. URLs cannot contain the ARN.
2620
2638
  # @return [String]
2621
2639
  #
2622
2640
  # @!attribute [rw] max_results
@@ -2638,8 +2656,8 @@ module Aws::QConnect
2638
2656
  # @return [String]
2639
2657
  #
2640
2658
  # @!attribute [rw] session_id
2641
- # The identifier of the Amazon Q session. Can be either the ID or the
2642
- # ARN. URLs cannot contain the ARN.
2659
+ # The identifier of the Amazon Q in Connect session. Can be either the
2660
+ # ID or the ARN. URLs cannot contain the ARN.
2643
2661
  # @return [String]
2644
2662
  #
2645
2663
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/QueryAssistantRequest AWS API Documentation
@@ -2815,10 +2833,8 @@ module Aws::QConnect
2815
2833
  # @return [String]
2816
2834
  #
2817
2835
  # @!attribute [rw] knowledge_base_id
2818
- # The identifier of the knowledge base. This should not be a
2819
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
2820
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
2821
- # contain the ARN.
2836
+ # The identifier of the knowledge base. Can be either the ID or the
2837
+ # ARN. URLs cannot contain the ARN.
2822
2838
  # @return [String]
2823
2839
  #
2824
2840
  # @!attribute [rw] language
@@ -3138,10 +3154,8 @@ module Aws::QConnect
3138
3154
  # @return [String]
3139
3155
  #
3140
3156
  # @!attribute [rw] knowledge_base_id
3141
- # The identifier of the knowledge base. This should not be a
3142
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
3143
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
3144
- # contain the ARN.
3157
+ # The identifier of the knowledge base. Can be either the ID or the
3158
+ # ARN. URLs cannot contain the ARN.
3145
3159
  # @return [String]
3146
3160
  #
3147
3161
  # @!attribute [rw] language
@@ -3246,9 +3260,7 @@ module Aws::QConnect
3246
3260
  # @return [String]
3247
3261
  #
3248
3262
  # @!attribute [rw] knowledge_base_id
3249
- # The identifier of the knowledge base. This should not be a
3250
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
3251
- # Content resource to it.
3263
+ # The identifier of the knowledge base.
3252
3264
  # @return [String]
3253
3265
  #
3254
3266
  # @!attribute [rw] last_modified_by
@@ -3424,10 +3436,8 @@ module Aws::QConnect
3424
3436
  end
3425
3437
 
3426
3438
  # @!attribute [rw] knowledge_base_id
3427
- # The identifier of the knowledge base. This should not be a
3428
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
3429
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
3430
- # contain the ARN.
3439
+ # The identifier of the knowledge base. Can be either the ID or the
3440
+ # ARN. URLs cannot contain the ARN.
3431
3441
  # @return [String]
3432
3442
  #
3433
3443
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/RemoveKnowledgeBaseTemplateUriRequest AWS API Documentation
@@ -3544,9 +3554,8 @@ module Aws::QConnect
3544
3554
 
3545
3555
  # @!attribute [rw] knowledge_base_id
3546
3556
  # The identifier of the knowledge base. This should not be a
3547
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
3548
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
3549
- # contain the ARN.
3557
+ # QUICK\_RESPONSES type knowledge base. Can be either the ID or the
3558
+ # ARN. URLs cannot contain the ARN.
3550
3559
  # @return [String]
3551
3560
  #
3552
3561
  # @!attribute [rw] max_results
@@ -3667,8 +3676,8 @@ module Aws::QConnect
3667
3676
  end
3668
3677
 
3669
3678
  # @!attribute [rw] assistant_id
3670
- # The identifier of the Amazon Q assistant. Can be either the ID or
3671
- # the ARN. URLs cannot contain the ARN.
3679
+ # The identifier of the Amazon Q in Connect assistant. Can be either
3680
+ # the ID or the ARN. URLs cannot contain the ARN.
3672
3681
  # @return [String]
3673
3682
  #
3674
3683
  # @!attribute [rw] max_results
@@ -3719,9 +3728,9 @@ module Aws::QConnect
3719
3728
  #
3720
3729
  # @!attribute [rw] kms_key_id
3721
3730
  # The customer managed key used for encryption. For more information
3722
- # about setting up a customer managed key for Amazon Q, see [Enable
3723
- # Amazon Q in Connect for your instance][1]. For information about
3724
- # valid ID values, see [Key identifiers (KeyId)][2].
3731
+ # about setting up a customer managed key for Amazon Q in Connect, see
3732
+ # [Enable Amazon Q in Connect for your instance][1]. For information
3733
+ # about valid ID values, see [Key identifiers (KeyId)][2].
3725
3734
  #
3726
3735
  #
3727
3736
  #
@@ -3774,6 +3783,10 @@ module Aws::QConnect
3774
3783
  # The identifier of the session.
3775
3784
  # @return [String]
3776
3785
  #
3786
+ # @!attribute [rw] tag_filter
3787
+ # An object that can be used to specify Tag conditions.
3788
+ # @return [Types::TagFilter]
3789
+ #
3777
3790
  # @!attribute [rw] tags
3778
3791
  # The tags used to organize, track, or control access for this
3779
3792
  # resource.
@@ -3787,6 +3800,7 @@ module Aws::QConnect
3787
3800
  :name,
3788
3801
  :session_arn,
3789
3802
  :session_id,
3803
+ :tag_filter,
3790
3804
  :tags)
3791
3805
  SENSITIVE = []
3792
3806
  include Aws::Structure
@@ -3810,11 +3824,11 @@ module Aws::QConnect
3810
3824
  # Summary information about the session.
3811
3825
  #
3812
3826
  # @!attribute [rw] assistant_arn
3813
- # The Amazon Resource Name (ARN) of the Amazon Q assistant.
3827
+ # The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
3814
3828
  # @return [String]
3815
3829
  #
3816
3830
  # @!attribute [rw] assistant_id
3817
- # The identifier of the Amazon Q assistant.
3831
+ # The identifier of the Amazon Q in Connect assistant.
3818
3832
  # @return [String]
3819
3833
  #
3820
3834
  # @!attribute [rw] session_arn
@@ -3894,10 +3908,8 @@ module Aws::QConnect
3894
3908
  # @return [String]
3895
3909
  #
3896
3910
  # @!attribute [rw] knowledge_base_id
3897
- # The identifier of the knowledge base. This should not be a
3898
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
3899
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
3900
- # contain the ARN.
3911
+ # The identifier of the knowledge base. Can be either the ID or the
3912
+ # ARN. URLs cannot contain the ARN.
3901
3913
  # @return [String]
3902
3914
  #
3903
3915
  # @!attribute [rw] presigned_url_time_to_live
@@ -3965,19 +3977,17 @@ module Aws::QConnect
3965
3977
  # @return [String]
3966
3978
  #
3967
3979
  # @!attribute [rw] knowledge_base_id
3968
- # The identifier of the knowledge base. This should not be a
3969
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
3970
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
3971
- # contain the ARN.
3980
+ # The identifier of the knowledge base. Can be either the ID or the
3981
+ # ARN. URLs cannot contain the ARN.
3972
3982
  #
3973
- # * For importing Amazon Q quick responses, this should be a
3974
- # `QUICK_RESPONSES` type knowledge base.
3983
+ # * For importing Amazon Q in Connect quick responses, this should be
3984
+ # a `QUICK_RESPONSES` type knowledge base.
3975
3985
  #
3976
3986
  # ^
3977
3987
  # @return [String]
3978
3988
  #
3979
3989
  # @!attribute [rw] metadata
3980
- # The metadata fields of the imported Amazon Q resources.
3990
+ # The metadata fields of the imported Amazon Q in Connect resources.
3981
3991
  # @return [Hash<String,String>]
3982
3992
  #
3983
3993
  # @!attribute [rw] upload_id
@@ -4014,6 +4024,62 @@ module Aws::QConnect
4014
4024
  include Aws::Structure
4015
4025
  end
4016
4026
 
4027
+ # A leaf node condition which can be used to specify a tag condition.
4028
+ #
4029
+ # @!attribute [rw] key
4030
+ # The tag key in the tag condition.
4031
+ # @return [String]
4032
+ #
4033
+ # @!attribute [rw] value
4034
+ # The tag value in the tag condition.
4035
+ # @return [String]
4036
+ #
4037
+ # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/TagCondition AWS API Documentation
4038
+ #
4039
+ class TagCondition < Struct.new(
4040
+ :key,
4041
+ :value)
4042
+ SENSITIVE = []
4043
+ include Aws::Structure
4044
+ end
4045
+
4046
+ # An object that can be used to specify Tag conditions.
4047
+ #
4048
+ # @note TagFilter is a union - when making an API calls you must set exactly one of the members.
4049
+ #
4050
+ # @note TagFilter is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of TagFilter corresponding to the set member.
4051
+ #
4052
+ # @!attribute [rw] and_conditions
4053
+ # A list of conditions which would be applied together with an `AND`
4054
+ # condition.
4055
+ # @return [Array<Types::TagCondition>]
4056
+ #
4057
+ # @!attribute [rw] or_conditions
4058
+ # A list of conditions which would be applied together with an `OR`
4059
+ # condition.
4060
+ # @return [Array<Types::OrCondition>]
4061
+ #
4062
+ # @!attribute [rw] tag_condition
4063
+ # A leaf node condition which can be used to specify a tag condition.
4064
+ # @return [Types::TagCondition]
4065
+ #
4066
+ # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/TagFilter AWS API Documentation
4067
+ #
4068
+ class TagFilter < Struct.new(
4069
+ :and_conditions,
4070
+ :or_conditions,
4071
+ :tag_condition,
4072
+ :unknown)
4073
+ SENSITIVE = []
4074
+ include Aws::Structure
4075
+ include Aws::Structure::Union
4076
+
4077
+ class AndConditions < TagFilter; end
4078
+ class OrConditions < TagFilter; end
4079
+ class TagCondition < TagFilter; end
4080
+ class Unknown < TagFilter; end
4081
+ end
4082
+
4017
4083
  # @!attribute [rw] resource_arn
4018
4084
  # The Amazon Resource Name (ARN) of the resource.
4019
4085
  # @return [String]
@@ -4102,15 +4168,15 @@ module Aws::QConnect
4102
4168
  #
4103
4169
  # @!attribute [rw] knowledge_base_id
4104
4170
  # The identifier of the knowledge base. This should not be a
4105
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
4106
- # Content resource to it. Can be either the ID or the ARN
4171
+ # QUICK\_RESPONSES type knowledge base. Can be either the ID or the
4172
+ # ARN
4107
4173
  # @return [String]
4108
4174
  #
4109
4175
  # @!attribute [rw] metadata
4110
4176
  # A key/value map to store attributes without affecting tagging or
4111
4177
  # recommendations. For example, when synchronizing data between an
4112
- # external system and Amazon Q, you can store an external version
4113
- # identifier as metadata to utilize for determining drift.
4178
+ # external system and Amazon Q in Connect, you can store an external
4179
+ # version identifier as metadata to utilize for determining drift.
4114
4180
  # @return [Hash<String,String>]
4115
4181
  #
4116
4182
  # @!attribute [rw] override_link_out_uri
@@ -4175,9 +4241,8 @@ module Aws::QConnect
4175
4241
 
4176
4242
  # @!attribute [rw] knowledge_base_id
4177
4243
  # The identifier of the knowledge base. This should not be a
4178
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
4179
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
4180
- # contain the ARN.
4244
+ # QUICK\_RESPONSES type knowledge base. Can be either the ID or the
4245
+ # ARN. URLs cannot contain the ARN.
4181
4246
  # @return [String]
4182
4247
  #
4183
4248
  # @!attribute [rw] template_uri
@@ -4237,10 +4302,8 @@ module Aws::QConnect
4237
4302
  # @return [Boolean]
4238
4303
  #
4239
4304
  # @!attribute [rw] knowledge_base_id
4240
- # The identifier of the knowledge base. This should not be a
4241
- # QUICK\_RESPONSES type knowledge base if you're storing Amazon Q
4242
- # Content resource to it. Can be either the ID or the ARN. URLs cannot
4243
- # contain the ARN.
4305
+ # The identifier of the knowledge base. Can be either the ID or the
4306
+ # ARN. URLs cannot contain the ARN.
4244
4307
  # @return [String]
4245
4308
  #
4246
4309
  # @!attribute [rw] language
@@ -4308,6 +4371,47 @@ module Aws::QConnect
4308
4371
  include Aws::Structure
4309
4372
  end
4310
4373
 
4374
+ # @!attribute [rw] assistant_id
4375
+ # The identifier of the Amazon Q in Connect assistant. Can be either
4376
+ # the ID or the ARN. URLs cannot contain the ARN.
4377
+ # @return [String]
4378
+ #
4379
+ # @!attribute [rw] description
4380
+ # The description.
4381
+ # @return [String]
4382
+ #
4383
+ # @!attribute [rw] session_id
4384
+ # The identifier of the session. Can be either the ID or the ARN. URLs
4385
+ # cannot contain the ARN.
4386
+ # @return [String]
4387
+ #
4388
+ # @!attribute [rw] tag_filter
4389
+ # An object that can be used to specify Tag conditions.
4390
+ # @return [Types::TagFilter]
4391
+ #
4392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/UpdateSessionRequest AWS API Documentation
4393
+ #
4394
+ class UpdateSessionRequest < Struct.new(
4395
+ :assistant_id,
4396
+ :description,
4397
+ :session_id,
4398
+ :tag_filter)
4399
+ SENSITIVE = []
4400
+ include Aws::Structure
4401
+ end
4402
+
4403
+ # @!attribute [rw] session
4404
+ # Information about the session.
4405
+ # @return [Types::SessionData]
4406
+ #
4407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/UpdateSessionResponse AWS API Documentation
4408
+ #
4409
+ class UpdateSessionResponse < Struct.new(
4410
+ :session)
4411
+ SENSITIVE = []
4412
+ include Aws::Structure
4413
+ end
4414
+
4311
4415
  # The input fails to satisfy the constraints specified by a service.
4312
4416
  #
4313
4417
  # @!attribute [rw] message