@aws-sdk/client-qconnect 3.714.0 → 3.721.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.
- package/dist-types/commands/CreateAIAgentCommand.d.ts +4 -0
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetAIAgentCommand.d.ts +2 -0
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListAIAgentsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +18 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +12 -12
|
@@ -75,6 +75,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
75
75
|
* },
|
|
76
76
|
* },
|
|
77
77
|
* ],
|
|
78
|
+
* locale: "STRING_VALUE",
|
|
78
79
|
* },
|
|
79
80
|
* answerRecommendationAIAgentConfiguration: { // AnswerRecommendationAIAgentConfiguration
|
|
80
81
|
* intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
@@ -107,6 +108,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
107
108
|
* },
|
|
108
109
|
* },
|
|
109
110
|
* ],
|
|
111
|
+
* locale: "STRING_VALUE",
|
|
110
112
|
* },
|
|
111
113
|
* selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
112
114
|
* selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
@@ -190,6 +192,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
190
192
|
* // },
|
|
191
193
|
* // },
|
|
192
194
|
* // ],
|
|
195
|
+
* // locale: "STRING_VALUE",
|
|
193
196
|
* // },
|
|
194
197
|
* // answerRecommendationAIAgentConfiguration: { // AnswerRecommendationAIAgentConfiguration
|
|
195
198
|
* // intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
@@ -222,6 +225,7 @@ declare const CreateAIAgentCommand_base: {
|
|
|
222
225
|
* // },
|
|
223
226
|
* // },
|
|
224
227
|
* // ],
|
|
228
|
+
* // locale: "STRING_VALUE",
|
|
225
229
|
* // },
|
|
226
230
|
* // selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
227
231
|
* // selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
@@ -86,6 +86,7 @@ declare const CreateAIAgentVersionCommand_base: {
|
|
|
86
86
|
* // },
|
|
87
87
|
* // },
|
|
88
88
|
* // ],
|
|
89
|
+
* // locale: "STRING_VALUE",
|
|
89
90
|
* // },
|
|
90
91
|
* // answerRecommendationAIAgentConfiguration: { // AnswerRecommendationAIAgentConfiguration
|
|
91
92
|
* // intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
@@ -118,6 +119,7 @@ declare const CreateAIAgentVersionCommand_base: {
|
|
|
118
119
|
* // },
|
|
119
120
|
* // },
|
|
120
121
|
* // ],
|
|
122
|
+
* // locale: "STRING_VALUE",
|
|
121
123
|
* // },
|
|
122
124
|
* // selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
123
125
|
* // selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
@@ -84,6 +84,7 @@ declare const GetAIAgentCommand_base: {
|
|
|
84
84
|
* // },
|
|
85
85
|
* // },
|
|
86
86
|
* // ],
|
|
87
|
+
* // locale: "STRING_VALUE",
|
|
87
88
|
* // },
|
|
88
89
|
* // answerRecommendationAIAgentConfiguration: { // AnswerRecommendationAIAgentConfiguration
|
|
89
90
|
* // intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
@@ -116,6 +117,7 @@ declare const GetAIAgentCommand_base: {
|
|
|
116
117
|
* // },
|
|
117
118
|
* // },
|
|
118
119
|
* // ],
|
|
120
|
+
* // locale: "STRING_VALUE",
|
|
119
121
|
* // },
|
|
120
122
|
* // selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
121
123
|
* // selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
@@ -91,6 +91,7 @@ declare const ListAIAgentVersionsCommand_base: {
|
|
|
91
91
|
* // },
|
|
92
92
|
* // },
|
|
93
93
|
* // ],
|
|
94
|
+
* // locale: "STRING_VALUE",
|
|
94
95
|
* // },
|
|
95
96
|
* // answerRecommendationAIAgentConfiguration: { // AnswerRecommendationAIAgentConfiguration
|
|
96
97
|
* // intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
@@ -123,6 +124,7 @@ declare const ListAIAgentVersionsCommand_base: {
|
|
|
123
124
|
* // },
|
|
124
125
|
* // },
|
|
125
126
|
* // ],
|
|
127
|
+
* // locale: "STRING_VALUE",
|
|
126
128
|
* // },
|
|
127
129
|
* // selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
128
130
|
* // selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
@@ -89,6 +89,7 @@ declare const ListAIAgentsCommand_base: {
|
|
|
89
89
|
* // },
|
|
90
90
|
* // },
|
|
91
91
|
* // ],
|
|
92
|
+
* // locale: "STRING_VALUE",
|
|
92
93
|
* // },
|
|
93
94
|
* // answerRecommendationAIAgentConfiguration: { // AnswerRecommendationAIAgentConfiguration
|
|
94
95
|
* // intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
@@ -121,6 +122,7 @@ declare const ListAIAgentsCommand_base: {
|
|
|
121
122
|
* // },
|
|
122
123
|
* // },
|
|
123
124
|
* // ],
|
|
125
|
+
* // locale: "STRING_VALUE",
|
|
124
126
|
* // },
|
|
125
127
|
* // selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
126
128
|
* // selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
@@ -75,6 +75,7 @@ declare const UpdateAIAgentCommand_base: {
|
|
|
75
75
|
* },
|
|
76
76
|
* },
|
|
77
77
|
* ],
|
|
78
|
+
* locale: "STRING_VALUE",
|
|
78
79
|
* },
|
|
79
80
|
* answerRecommendationAIAgentConfiguration: { // AnswerRecommendationAIAgentConfiguration
|
|
80
81
|
* intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
@@ -107,6 +108,7 @@ declare const UpdateAIAgentCommand_base: {
|
|
|
107
108
|
* },
|
|
108
109
|
* },
|
|
109
110
|
* ],
|
|
111
|
+
* locale: "STRING_VALUE",
|
|
110
112
|
* },
|
|
111
113
|
* selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
112
114
|
* selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
@@ -186,6 +188,7 @@ declare const UpdateAIAgentCommand_base: {
|
|
|
186
188
|
* // },
|
|
187
189
|
* // },
|
|
188
190
|
* // ],
|
|
191
|
+
* // locale: "STRING_VALUE",
|
|
189
192
|
* // },
|
|
190
193
|
* // answerRecommendationAIAgentConfiguration: { // AnswerRecommendationAIAgentConfiguration
|
|
191
194
|
* // intentLabelingGenerationAIPromptId: "STRING_VALUE",
|
|
@@ -218,6 +221,7 @@ declare const UpdateAIAgentCommand_base: {
|
|
|
218
221
|
* // },
|
|
219
222
|
* // },
|
|
220
223
|
* // ],
|
|
224
|
+
* // locale: "STRING_VALUE",
|
|
221
225
|
* // },
|
|
222
226
|
* // selfServiceAIAgentConfiguration: { // SelfServiceAIAgentConfiguration
|
|
223
227
|
* // selfServicePreProcessingAIPromptId: "STRING_VALUE",
|
|
@@ -379,6 +379,17 @@ export interface AnswerRecommendationAIAgentConfiguration {
|
|
|
379
379
|
* @public
|
|
380
380
|
*/
|
|
381
381
|
associationConfigurations?: AssociationConfiguration[] | undefined;
|
|
382
|
+
/**
|
|
383
|
+
* <p>The locale to which specifies the language and region settings that determine the response
|
|
384
|
+
* language for <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html">QueryAssistant</a>.</p>
|
|
385
|
+
* <note>
|
|
386
|
+
* <p>Changing this locale to anything other than <code>en_US</code> will turn off
|
|
387
|
+
* recommendations triggered by contact transcripts for agent assistance, as this feature is
|
|
388
|
+
* not supported in multiple languages.</p>
|
|
389
|
+
* </note>
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
locale?: string | undefined;
|
|
382
393
|
}
|
|
383
394
|
/**
|
|
384
395
|
* <p>The configuration for the <code>MANUAL_SEARCH</code> AI Agent type.</p>
|
|
@@ -402,6 +413,12 @@ export interface ManualSearchAIAgentConfiguration {
|
|
|
402
413
|
* @public
|
|
403
414
|
*/
|
|
404
415
|
associationConfigurations?: AssociationConfiguration[] | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* <p>The locale to which specifies the language and region settings that determine the response
|
|
418
|
+
* language for <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_amazon-q-connect_QueryAssistant.html">QueryAssistant</a>.</p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
locale?: string | undefined;
|
|
405
422
|
}
|
|
406
423
|
/**
|
|
407
424
|
* <p>The configuration for AI Agents of type SELF_SERVICE.</p>
|
|
@@ -1360,7 +1377,7 @@ export interface GuardrailPiiEntityConfig {
|
|
|
1360
1377
|
* <ul>
|
|
1361
1378
|
* <li>
|
|
1362
1379
|
* <p>
|
|
1363
|
-
* <b>
|
|
1380
|
+
* <b>CREDIT_DEBIT_CARD_CVV</b>
|
|
1364
1381
|
* </p>
|
|
1365
1382
|
* <p>A three-digit card verification code (CVV) that is present on VISA, MasterCard,
|
|
1366
1383
|
* and Discover credit and debit cards. For American Express credit or debit cards, the
|
|
@@ -168,11 +168,13 @@ export interface AnswerRecommendationAIAgentConfiguration {
|
|
|
168
168
|
answerGenerationAIPromptId?: string | undefined;
|
|
169
169
|
answerGenerationAIGuardrailId?: string | undefined;
|
|
170
170
|
associationConfigurations?: AssociationConfiguration[] | undefined;
|
|
171
|
+
locale?: string | undefined;
|
|
171
172
|
}
|
|
172
173
|
export interface ManualSearchAIAgentConfiguration {
|
|
173
174
|
answerGenerationAIPromptId?: string | undefined;
|
|
174
175
|
answerGenerationAIGuardrailId?: string | undefined;
|
|
175
176
|
associationConfigurations?: AssociationConfiguration[] | undefined;
|
|
177
|
+
locale?: string | undefined;
|
|
176
178
|
}
|
|
177
179
|
export interface SelfServiceAIAgentConfiguration {
|
|
178
180
|
selfServicePreProcessingAIPromptId?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.721.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qconnect",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.721.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.721.0",
|
|
25
|
+
"@aws-sdk/core": "3.716.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
32
|
"@aws-sdk/types": "3.714.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|
|
39
39
|
"@smithy/hash-node": "^3.0.11",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.11",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.13",
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.11",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.11",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.12",
|
|
47
47
|
"@smithy/node-http-handler": "^3.3.2",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.8",
|
|
49
|
-
"@smithy/smithy-client": "^3.5.
|
|
49
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
50
50
|
"@smithy/types": "^3.7.2",
|
|
51
51
|
"@smithy/url-parser": "^3.0.11",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
57
57
|
"@smithy/util-endpoints": "^2.1.7",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.11",
|
|
59
59
|
"@smithy/util-retry": "^3.0.11",
|