@aws-sdk/client-connect 3.925.0 → 3.927.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.
Files changed (111) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +590 -146
  3. package/dist-es/Connect.js +4 -0
  4. package/dist-es/commands/CreateViewCommand.js +2 -1
  5. package/dist-es/commands/CreateViewVersionCommand.js +1 -1
  6. package/dist-es/commands/SearchContactEvaluationsCommand.js +22 -0
  7. package/dist-es/commands/SearchEvaluationFormsCommand.js +22 -0
  8. package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
  9. package/dist-es/commands/StartTaskContactCommand.js +1 -1
  10. package/dist-es/commands/StartWebRTCContactCommand.js +1 -1
  11. package/dist-es/commands/UpdateContactCommand.js +1 -1
  12. package/dist-es/commands/index.js +2 -0
  13. package/dist-es/models/models_0.js +29 -56
  14. package/dist-es/models/models_1.js +92 -20
  15. package/dist-es/models/models_2.js +50 -76
  16. package/dist-es/models/models_3.js +85 -0
  17. package/dist-es/protocols/Aws_restJson1.js +291 -4
  18. package/dist-types/Connect.d.ts +14 -0
  19. package/dist-types/ConnectClient.d.ts +4 -2
  20. package/dist-types/commands/CreateEvaluationFormCommand.d.ts +96 -4
  21. package/dist-types/commands/CreateViewCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
  24. package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteAttachedFileCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +147 -4
  28. package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +93 -4
  29. package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
  30. package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
  31. package/dist-types/commands/ListBotsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListContactEvaluationsCommand.d.ts +10 -1
  33. package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListContactReferencesCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  38. package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
  39. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
  40. package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +241 -0
  41. package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +222 -0
  42. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  43. package/dist-types/commands/StartContactEvaluationCommand.d.ts +6 -0
  44. package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  45. package/dist-types/commands/StartScreenSharingCommand.d.ts +1 -1
  46. package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
  47. package/dist-types/commands/StartWebRTCContactCommand.d.ts +1 -1
  48. package/dist-types/commands/StopContactCommand.d.ts +1 -1
  49. package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
  50. package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
  51. package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +4 -1
  52. package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
  53. package/dist-types/commands/TagContactCommand.d.ts +1 -1
  54. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  55. package/dist-types/commands/TransferContactCommand.d.ts +1 -1
  56. package/dist-types/commands/UntagContactCommand.d.ts +1 -1
  57. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateContactCommand.d.ts +1 -2
  62. package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +3 -0
  63. package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +93 -4
  64. package/dist-types/commands/index.d.ts +2 -0
  65. package/dist-types/models/models_0.d.ts +225 -309
  66. package/dist-types/models/models_1.d.ts +602 -845
  67. package/dist-types/models/models_2.d.ts +3819 -3480
  68. package/dist-types/models/models_3.d.ts +3116 -1848
  69. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  70. package/dist-types/ts3.4/Connect.d.ts +34 -0
  71. package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
  72. package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +49 -0
  86. package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +49 -0
  87. package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
  90. package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
  105. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  106. package/dist-types/ts3.4/models/models_0.d.ts +89 -94
  107. package/dist-types/ts3.4/models/models_1.d.ts +197 -256
  108. package/dist-types/ts3.4/models/models_2.d.ts +399 -249
  109. package/dist-types/ts3.4/models/models_3.d.ts +426 -74
  110. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  111. package/package.json +5 -5
@@ -75,11 +75,17 @@ declare const CreateEvaluationFormCommand_base: {
75
75
  * MaxValue: Number("int"), // required
76
76
  * Score: Number("int"),
77
77
  * AutomaticFail: true || false,
78
+ * AutomaticFailConfiguration: { // AutomaticFailConfiguration
79
+ * TargetSection: "STRING_VALUE",
80
+ * },
78
81
  * },
79
82
  * ],
80
83
  * Automation: { // EvaluationFormNumericQuestionAutomation Union: only one key present
81
84
  * PropertyValue: { // NumericQuestionPropertyValueAutomation
82
- * Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
85
+ * Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME" || "LONGEST_HOLD_DURATION" || "NUMBER_OF_HOLDS" || "AGENT_INTERACTION_AND_HOLD_DURATION", // required
86
+ * },
87
+ * AnswerSource: { // EvaluationFormQuestionAutomationAnswerSource
88
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
83
89
  * },
84
90
  * },
85
91
  * },
@@ -90,11 +96,14 @@ declare const CreateEvaluationFormCommand_base: {
90
96
  * Text: "STRING_VALUE", // required
91
97
  * Score: Number("int"),
92
98
  * AutomaticFail: true || false,
99
+ * AutomaticFailConfiguration: {
100
+ * TargetSection: "STRING_VALUE",
101
+ * },
93
102
  * },
94
103
  * ],
95
104
  * DisplayAs: "DROPDOWN" || "RADIO",
96
105
  * Automation: { // EvaluationFormSingleSelectQuestionAutomation
97
- * Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList // required
106
+ * Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList
98
107
  * { // EvaluationFormSingleSelectQuestionAutomationOption Union: only one key present
99
108
  * RuleCategory: { // SingleSelectQuestionRuleCategoryAutomation
100
109
  * Category: "STRING_VALUE", // required
@@ -104,9 +113,64 @@ declare const CreateEvaluationFormCommand_base: {
104
113
  * },
105
114
  * ],
106
115
  * DefaultOptionRefId: "STRING_VALUE",
116
+ * AnswerSource: {
117
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
118
+ * },
119
+ * },
120
+ * },
121
+ * Text: { // EvaluationFormTextQuestionProperties
122
+ * Automation: { // EvaluationFormTextQuestionAutomation
123
+ * AnswerSource: {
124
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
125
+ * },
107
126
  * },
108
127
  * },
109
128
  * },
129
+ * Enablement: { // EvaluationFormItemEnablementConfiguration
130
+ * Condition: { // EvaluationFormItemEnablementCondition
131
+ * Operands: [ // EvaluationFormItemEnablementConditionOperandList // required
132
+ * { // EvaluationFormItemEnablementConditionOperand Union: only one key present
133
+ * Expression: { // EvaluationFormItemEnablementExpression
134
+ * Source: { // EvaluationFormItemEnablementSource
135
+ * Type: "QUESTION_REF_ID", // required
136
+ * RefId: "STRING_VALUE",
137
+ * },
138
+ * Values: [ // EvaluationFormItemEnablementSourceValueList // required
139
+ * { // EvaluationFormItemEnablementSourceValue
140
+ * Type: "OPTION_REF_ID", // required
141
+ * RefId: "STRING_VALUE",
142
+ * },
143
+ * ],
144
+ * Comparator: "IN" || "NOT_IN", // required
145
+ * },
146
+ * Condition: {
147
+ * Operands: [ // required
148
+ * {// Union: only one key present
149
+ * Expression: {
150
+ * Source: {
151
+ * Type: "QUESTION_REF_ID", // required
152
+ * RefId: "STRING_VALUE",
153
+ * },
154
+ * Values: [ // required
155
+ * {
156
+ * Type: "OPTION_REF_ID", // required
157
+ * RefId: "STRING_VALUE",
158
+ * },
159
+ * ],
160
+ * Comparator: "IN" || "NOT_IN", // required
161
+ * },
162
+ * Condition: "<EvaluationFormItemEnablementCondition>",
163
+ * },
164
+ * ],
165
+ * Operator: "OR" || "AND",
166
+ * },
167
+ * },
168
+ * ],
169
+ * Operator: "OR" || "AND",
170
+ * },
171
+ * Action: "DISABLE" || "ENABLE", // required
172
+ * DefaultAction: "DISABLE" || "ENABLE",
173
+ * },
110
174
  * Weight: Number("double"),
111
175
  * },
112
176
  * },
@@ -129,11 +193,17 @@ declare const CreateEvaluationFormCommand_base: {
129
193
  * MaxValue: Number("int"), // required
130
194
  * Score: Number("int"),
131
195
  * AutomaticFail: true || false,
196
+ * AutomaticFailConfiguration: {
197
+ * TargetSection: "STRING_VALUE",
198
+ * },
132
199
  * },
133
200
  * ],
134
201
  * Automation: {// Union: only one key present
135
202
  * PropertyValue: {
136
- * Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
203
+ * Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME" || "LONGEST_HOLD_DURATION" || "NUMBER_OF_HOLDS" || "AGENT_INTERACTION_AND_HOLD_DURATION", // required
204
+ * },
205
+ * AnswerSource: {
206
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
137
207
  * },
138
208
  * },
139
209
  * },
@@ -144,11 +214,14 @@ declare const CreateEvaluationFormCommand_base: {
144
214
  * Text: "STRING_VALUE", // required
145
215
  * Score: Number("int"),
146
216
  * AutomaticFail: true || false,
217
+ * AutomaticFailConfiguration: {
218
+ * TargetSection: "STRING_VALUE",
219
+ * },
147
220
  * },
148
221
  * ],
149
222
  * DisplayAs: "DROPDOWN" || "RADIO",
150
223
  * Automation: {
151
- * Options: [ // required
224
+ * Options: [
152
225
  * {// Union: only one key present
153
226
  * RuleCategory: {
154
227
  * Category: "STRING_VALUE", // required
@@ -158,9 +231,22 @@ declare const CreateEvaluationFormCommand_base: {
158
231
  * },
159
232
  * ],
160
233
  * DefaultOptionRefId: "STRING_VALUE",
234
+ * AnswerSource: {
235
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
236
+ * },
237
+ * },
238
+ * },
239
+ * Text: {
240
+ * Automation: {
241
+ * AnswerSource: "<EvaluationFormQuestionAutomationAnswerSource>",
161
242
  * },
162
243
  * },
163
244
  * },
245
+ * Enablement: {
246
+ * Condition: "<EvaluationFormItemEnablementCondition>", // required
247
+ * Action: "DISABLE" || "ENABLE", // required
248
+ * DefaultAction: "DISABLE" || "ENABLE",
249
+ * },
164
250
  * Weight: Number("double"),
165
251
  * },
166
252
  * },
@@ -169,7 +255,13 @@ declare const CreateEvaluationFormCommand_base: {
169
255
  * Mode: "QUESTION_ONLY" || "SECTION_ONLY", // required
170
256
  * Status: "ENABLED" || "DISABLED", // required
171
257
  * },
258
+ * AutoEvaluationConfiguration: { // EvaluationFormAutoEvaluationConfiguration
259
+ * Enabled: true || false, // required
260
+ * },
172
261
  * ClientToken: "STRING_VALUE",
262
+ * Tags: { // TagMap
263
+ * "<keys>": "STRING_VALUE",
264
+ * },
173
265
  * };
174
266
  * const command = new CreateEvaluationFormCommand(input);
175
267
  * const response = await client.send(command);
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { CreateViewRequest, CreateViewResponse } from "../models/models_0";
4
+ import { CreateViewRequest } from "../models/models_0";
5
+ import { CreateViewResponse } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { CreateViewVersionRequest, CreateViewVersionResponse } from "../models/models_0";
4
+ import { CreateViewVersionRequest, CreateViewVersionResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0";
4
+ import { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { DeactivateEvaluationFormRequest, DeactivateEvaluationFormResponse } from "../models/models_0";
4
+ import { DeactivateEvaluationFormRequest, DeactivateEvaluationFormResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
4
- import { DeleteAttachedFileRequest, DeleteAttachedFileResponse } from "../models/models_0";
4
+ import { DeleteAttachedFileRequest, DeleteAttachedFileResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -28,7 +28,7 @@ declare const DescribeAuthenticationProfileCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>This API is in preview release for Amazon Connect and is subject to change. To
31
- * request access to this API, contact Amazon Web ServicesSupport.</p>
31
+ * request access to this API, contact Amazon Web Services Support.</p>
32
32
  * <p>Describes the target authentication profile.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -51,11 +51,21 @@ declare const DescribeContactEvaluationCommand_base: {
51
51
  * // ContactId: "STRING_VALUE", // required
52
52
  * // EvaluatorArn: "STRING_VALUE", // required
53
53
  * // ContactAgentId: "STRING_VALUE",
54
+ * // CalibrationSessionId: "STRING_VALUE",
54
55
  * // Score: { // EvaluationScore
55
56
  * // Percentage: Number("double"),
56
57
  * // NotApplicable: true || false,
57
58
  * // AutomaticFail: true || false,
58
59
  * // },
60
+ * // AutoEvaluation: { // AutoEvaluationDetails
61
+ * // AutoEvaluationEnabled: true || false, // required
62
+ * // AutoEvaluationStatus: "IN_PROGRESS" || "FAILED" || "SUCCEEDED",
63
+ * // },
64
+ * // Acknowledgement: { // EvaluationAcknowledgement
65
+ * // AcknowledgedTime: new Date("TIMESTAMP"), // required
66
+ * // AcknowledgedBy: "STRING_VALUE", // required
67
+ * // AcknowledgerComment: "STRING_VALUE",
68
+ * // },
59
69
  * // },
60
70
  * // Answers: { // EvaluationAnswersOutputMap // required
61
71
  * // "<keys>": { // EvaluationAnswerOutput
@@ -69,6 +79,49 @@ declare const DescribeContactEvaluationCommand_base: {
69
79
  * // NumericValue: Number("double"),
70
80
  * // NotApplicable: true || false,
71
81
  * // },
82
+ * // SuggestedAnswers: [ // EvaluationSuggestedAnswersList
83
+ * // { // EvaluationSuggestedAnswer
84
+ * // Value: {// Union: only one key present
85
+ * // StringValue: "STRING_VALUE",
86
+ * // NumericValue: Number("double"),
87
+ * // NotApplicable: true || false,
88
+ * // },
89
+ * // Status: "IN_PROGRESS" || "FAILED" || "SUCCEEDED", // required
90
+ * // Input: { // EvaluationQuestionInputDetails
91
+ * // TranscriptType: "RAW" || "REDACTED",
92
+ * // },
93
+ * // AnalysisType: "CONTACT_LENS_DATA" || "GEN_AI", // required
94
+ * // AnalysisDetails: { // EvaluationQuestionAnswerAnalysisDetails Union: only one key present
95
+ * // GenAI: { // EvaluationGenAIAnswerAnalysisDetails
96
+ * // Justification: "STRING_VALUE",
97
+ * // PointsOfInterest: [ // EvaluationTranscriptPointsOfInterest
98
+ * // { // EvaluationTranscriptPointOfInterest
99
+ * // MillisecondOffsets: { // EvaluationSuggestedAnswerTranscriptMillisecondOffsets
100
+ * // BeginOffsetMillis: Number("int"), // required
101
+ * // },
102
+ * // TranscriptSegment: "STRING_VALUE",
103
+ * // },
104
+ * // ],
105
+ * // },
106
+ * // ContactLens: { // EvaluationContactLensAnswerAnalysisDetails
107
+ * // MatchedRuleCategories: [ // EvaluationAutomationRuleCategoryList
108
+ * // { // EvaluationAutomationRuleCategory
109
+ * // Category: "STRING_VALUE", // required
110
+ * // Condition: "PRESENT" || "NOT_PRESENT", // required
111
+ * // PointsOfInterest: [
112
+ * // {
113
+ * // MillisecondOffsets: {
114
+ * // BeginOffsetMillis: Number("int"), // required
115
+ * // },
116
+ * // TranscriptSegment: "STRING_VALUE",
117
+ * // },
118
+ * // ],
119
+ * // },
120
+ * // ],
121
+ * // },
122
+ * // },
123
+ * // },
124
+ * // ],
72
125
  * // },
73
126
  * // },
74
127
  * // Notes: { // EvaluationNotesMap // required
@@ -86,6 +139,7 @@ declare const DescribeContactEvaluationCommand_base: {
86
139
  * // },
87
140
  * // CreatedTime: new Date("TIMESTAMP"), // required
88
141
  * // LastModifiedTime: new Date("TIMESTAMP"), // required
142
+ * // EvaluationType: "STANDARD" || "CALIBRATION",
89
143
  * // Tags: { // TagMap
90
144
  * // "<keys>": "STRING_VALUE",
91
145
  * // },
@@ -127,11 +181,17 @@ declare const DescribeContactEvaluationCommand_base: {
127
181
  * // MaxValue: Number("int"), // required
128
182
  * // Score: Number("int"),
129
183
  * // AutomaticFail: true || false,
184
+ * // AutomaticFailConfiguration: { // AutomaticFailConfiguration
185
+ * // TargetSection: "STRING_VALUE",
186
+ * // },
130
187
  * // },
131
188
  * // ],
132
189
  * // Automation: { // EvaluationFormNumericQuestionAutomation Union: only one key present
133
190
  * // PropertyValue: { // NumericQuestionPropertyValueAutomation
134
- * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
191
+ * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME" || "LONGEST_HOLD_DURATION" || "NUMBER_OF_HOLDS" || "AGENT_INTERACTION_AND_HOLD_DURATION", // required
192
+ * // },
193
+ * // AnswerSource: { // EvaluationFormQuestionAutomationAnswerSource
194
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
135
195
  * // },
136
196
  * // },
137
197
  * // },
@@ -142,11 +202,14 @@ declare const DescribeContactEvaluationCommand_base: {
142
202
  * // Text: "STRING_VALUE", // required
143
203
  * // Score: Number("int"),
144
204
  * // AutomaticFail: true || false,
205
+ * // AutomaticFailConfiguration: {
206
+ * // TargetSection: "STRING_VALUE",
207
+ * // },
145
208
  * // },
146
209
  * // ],
147
210
  * // DisplayAs: "DROPDOWN" || "RADIO",
148
211
  * // Automation: { // EvaluationFormSingleSelectQuestionAutomation
149
- * // Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList // required
212
+ * // Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList
150
213
  * // { // EvaluationFormSingleSelectQuestionAutomationOption Union: only one key present
151
214
  * // RuleCategory: { // SingleSelectQuestionRuleCategoryAutomation
152
215
  * // Category: "STRING_VALUE", // required
@@ -156,8 +219,63 @@ declare const DescribeContactEvaluationCommand_base: {
156
219
  * // },
157
220
  * // ],
158
221
  * // DefaultOptionRefId: "STRING_VALUE",
222
+ * // AnswerSource: {
223
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
224
+ * // },
159
225
  * // },
160
226
  * // },
227
+ * // Text: { // EvaluationFormTextQuestionProperties
228
+ * // Automation: { // EvaluationFormTextQuestionAutomation
229
+ * // AnswerSource: {
230
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
231
+ * // },
232
+ * // },
233
+ * // },
234
+ * // },
235
+ * // Enablement: { // EvaluationFormItemEnablementConfiguration
236
+ * // Condition: { // EvaluationFormItemEnablementCondition
237
+ * // Operands: [ // EvaluationFormItemEnablementConditionOperandList // required
238
+ * // { // EvaluationFormItemEnablementConditionOperand Union: only one key present
239
+ * // Expression: { // EvaluationFormItemEnablementExpression
240
+ * // Source: { // EvaluationFormItemEnablementSource
241
+ * // Type: "QUESTION_REF_ID", // required
242
+ * // RefId: "STRING_VALUE",
243
+ * // },
244
+ * // Values: [ // EvaluationFormItemEnablementSourceValueList // required
245
+ * // { // EvaluationFormItemEnablementSourceValue
246
+ * // Type: "OPTION_REF_ID", // required
247
+ * // RefId: "STRING_VALUE",
248
+ * // },
249
+ * // ],
250
+ * // Comparator: "IN" || "NOT_IN", // required
251
+ * // },
252
+ * // Condition: {
253
+ * // Operands: [ // required
254
+ * // {// Union: only one key present
255
+ * // Expression: {
256
+ * // Source: {
257
+ * // Type: "QUESTION_REF_ID", // required
258
+ * // RefId: "STRING_VALUE",
259
+ * // },
260
+ * // Values: [ // required
261
+ * // {
262
+ * // Type: "OPTION_REF_ID", // required
263
+ * // RefId: "STRING_VALUE",
264
+ * // },
265
+ * // ],
266
+ * // Comparator: "IN" || "NOT_IN", // required
267
+ * // },
268
+ * // Condition: "<EvaluationFormItemEnablementCondition>",
269
+ * // },
270
+ * // ],
271
+ * // Operator: "OR" || "AND",
272
+ * // },
273
+ * // },
274
+ * // ],
275
+ * // Operator: "OR" || "AND",
276
+ * // },
277
+ * // Action: "DISABLE" || "ENABLE", // required
278
+ * // DefaultAction: "DISABLE" || "ENABLE",
161
279
  * // },
162
280
  * // Weight: Number("double"),
163
281
  * // },
@@ -181,11 +299,17 @@ declare const DescribeContactEvaluationCommand_base: {
181
299
  * // MaxValue: Number("int"), // required
182
300
  * // Score: Number("int"),
183
301
  * // AutomaticFail: true || false,
302
+ * // AutomaticFailConfiguration: {
303
+ * // TargetSection: "STRING_VALUE",
304
+ * // },
184
305
  * // },
185
306
  * // ],
186
307
  * // Automation: {// Union: only one key present
187
308
  * // PropertyValue: {
188
- * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
309
+ * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME" || "LONGEST_HOLD_DURATION" || "NUMBER_OF_HOLDS" || "AGENT_INTERACTION_AND_HOLD_DURATION", // required
310
+ * // },
311
+ * // AnswerSource: {
312
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
189
313
  * // },
190
314
  * // },
191
315
  * // },
@@ -196,11 +320,14 @@ declare const DescribeContactEvaluationCommand_base: {
196
320
  * // Text: "STRING_VALUE", // required
197
321
  * // Score: Number("int"),
198
322
  * // AutomaticFail: true || false,
323
+ * // AutomaticFailConfiguration: {
324
+ * // TargetSection: "STRING_VALUE",
325
+ * // },
199
326
  * // },
200
327
  * // ],
201
328
  * // DisplayAs: "DROPDOWN" || "RADIO",
202
329
  * // Automation: {
203
- * // Options: [ // required
330
+ * // Options: [
204
331
  * // {// Union: only one key present
205
332
  * // RuleCategory: {
206
333
  * // Category: "STRING_VALUE", // required
@@ -210,9 +337,22 @@ declare const DescribeContactEvaluationCommand_base: {
210
337
  * // },
211
338
  * // ],
212
339
  * // DefaultOptionRefId: "STRING_VALUE",
340
+ * // AnswerSource: {
341
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
342
+ * // },
343
+ * // },
344
+ * // },
345
+ * // Text: {
346
+ * // Automation: {
347
+ * // AnswerSource: "<EvaluationFormQuestionAutomationAnswerSource>",
213
348
  * // },
214
349
  * // },
215
350
  * // },
351
+ * // Enablement: {
352
+ * // Condition: "<EvaluationFormItemEnablementCondition>", // required
353
+ * // Action: "DISABLE" || "ENABLE", // required
354
+ * // DefaultAction: "DISABLE" || "ENABLE",
355
+ * // },
216
356
  * // Weight: Number("double"),
217
357
  * // },
218
358
  * // },
@@ -221,6 +361,9 @@ declare const DescribeContactEvaluationCommand_base: {
221
361
  * // Mode: "QUESTION_ONLY" || "SECTION_ONLY", // required
222
362
  * // Status: "ENABLED" || "DISABLED", // required
223
363
  * // },
364
+ * // AutoEvaluationConfiguration: { // EvaluationFormAutoEvaluationConfiguration
365
+ * // Enabled: true || false, // required
366
+ * // },
224
367
  * // },
225
368
  * // };
226
369
  *
@@ -85,11 +85,17 @@ declare const DescribeEvaluationFormCommand_base: {
85
85
  * // MaxValue: Number("int"), // required
86
86
  * // Score: Number("int"),
87
87
  * // AutomaticFail: true || false,
88
+ * // AutomaticFailConfiguration: { // AutomaticFailConfiguration
89
+ * // TargetSection: "STRING_VALUE",
90
+ * // },
88
91
  * // },
89
92
  * // ],
90
93
  * // Automation: { // EvaluationFormNumericQuestionAutomation Union: only one key present
91
94
  * // PropertyValue: { // NumericQuestionPropertyValueAutomation
92
- * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
95
+ * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME" || "LONGEST_HOLD_DURATION" || "NUMBER_OF_HOLDS" || "AGENT_INTERACTION_AND_HOLD_DURATION", // required
96
+ * // },
97
+ * // AnswerSource: { // EvaluationFormQuestionAutomationAnswerSource
98
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
93
99
  * // },
94
100
  * // },
95
101
  * // },
@@ -100,11 +106,14 @@ declare const DescribeEvaluationFormCommand_base: {
100
106
  * // Text: "STRING_VALUE", // required
101
107
  * // Score: Number("int"),
102
108
  * // AutomaticFail: true || false,
109
+ * // AutomaticFailConfiguration: {
110
+ * // TargetSection: "STRING_VALUE",
111
+ * // },
103
112
  * // },
104
113
  * // ],
105
114
  * // DisplayAs: "DROPDOWN" || "RADIO",
106
115
  * // Automation: { // EvaluationFormSingleSelectQuestionAutomation
107
- * // Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList // required
116
+ * // Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList
108
117
  * // { // EvaluationFormSingleSelectQuestionAutomationOption Union: only one key present
109
118
  * // RuleCategory: { // SingleSelectQuestionRuleCategoryAutomation
110
119
  * // Category: "STRING_VALUE", // required
@@ -114,9 +123,64 @@ declare const DescribeEvaluationFormCommand_base: {
114
123
  * // },
115
124
  * // ],
116
125
  * // DefaultOptionRefId: "STRING_VALUE",
126
+ * // AnswerSource: {
127
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
128
+ * // },
129
+ * // },
130
+ * // },
131
+ * // Text: { // EvaluationFormTextQuestionProperties
132
+ * // Automation: { // EvaluationFormTextQuestionAutomation
133
+ * // AnswerSource: {
134
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
135
+ * // },
117
136
  * // },
118
137
  * // },
119
138
  * // },
139
+ * // Enablement: { // EvaluationFormItemEnablementConfiguration
140
+ * // Condition: { // EvaluationFormItemEnablementCondition
141
+ * // Operands: [ // EvaluationFormItemEnablementConditionOperandList // required
142
+ * // { // EvaluationFormItemEnablementConditionOperand Union: only one key present
143
+ * // Expression: { // EvaluationFormItemEnablementExpression
144
+ * // Source: { // EvaluationFormItemEnablementSource
145
+ * // Type: "QUESTION_REF_ID", // required
146
+ * // RefId: "STRING_VALUE",
147
+ * // },
148
+ * // Values: [ // EvaluationFormItemEnablementSourceValueList // required
149
+ * // { // EvaluationFormItemEnablementSourceValue
150
+ * // Type: "OPTION_REF_ID", // required
151
+ * // RefId: "STRING_VALUE",
152
+ * // },
153
+ * // ],
154
+ * // Comparator: "IN" || "NOT_IN", // required
155
+ * // },
156
+ * // Condition: {
157
+ * // Operands: [ // required
158
+ * // {// Union: only one key present
159
+ * // Expression: {
160
+ * // Source: {
161
+ * // Type: "QUESTION_REF_ID", // required
162
+ * // RefId: "STRING_VALUE",
163
+ * // },
164
+ * // Values: [ // required
165
+ * // {
166
+ * // Type: "OPTION_REF_ID", // required
167
+ * // RefId: "STRING_VALUE",
168
+ * // },
169
+ * // ],
170
+ * // Comparator: "IN" || "NOT_IN", // required
171
+ * // },
172
+ * // Condition: "<EvaluationFormItemEnablementCondition>",
173
+ * // },
174
+ * // ],
175
+ * // Operator: "OR" || "AND",
176
+ * // },
177
+ * // },
178
+ * // ],
179
+ * // Operator: "OR" || "AND",
180
+ * // },
181
+ * // Action: "DISABLE" || "ENABLE", // required
182
+ * // DefaultAction: "DISABLE" || "ENABLE",
183
+ * // },
120
184
  * // Weight: Number("double"),
121
185
  * // },
122
186
  * // },
@@ -139,11 +203,17 @@ declare const DescribeEvaluationFormCommand_base: {
139
203
  * // MaxValue: Number("int"), // required
140
204
  * // Score: Number("int"),
141
205
  * // AutomaticFail: true || false,
206
+ * // AutomaticFailConfiguration: {
207
+ * // TargetSection: "STRING_VALUE",
208
+ * // },
142
209
  * // },
143
210
  * // ],
144
211
  * // Automation: {// Union: only one key present
145
212
  * // PropertyValue: {
146
- * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME", // required
213
+ * // Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" || "OVERALL_AGENT_SENTIMENT_SCORE" || "NON_TALK_TIME" || "NON_TALK_TIME_PERCENTAGE" || "NUMBER_OF_INTERRUPTIONS" || "CONTACT_DURATION" || "AGENT_INTERACTION_DURATION" || "CUSTOMER_HOLD_TIME" || "LONGEST_HOLD_DURATION" || "NUMBER_OF_HOLDS" || "AGENT_INTERACTION_AND_HOLD_DURATION", // required
214
+ * // },
215
+ * // AnswerSource: {
216
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
147
217
  * // },
148
218
  * // },
149
219
  * // },
@@ -154,11 +224,14 @@ declare const DescribeEvaluationFormCommand_base: {
154
224
  * // Text: "STRING_VALUE", // required
155
225
  * // Score: Number("int"),
156
226
  * // AutomaticFail: true || false,
227
+ * // AutomaticFailConfiguration: {
228
+ * // TargetSection: "STRING_VALUE",
229
+ * // },
157
230
  * // },
158
231
  * // ],
159
232
  * // DisplayAs: "DROPDOWN" || "RADIO",
160
233
  * // Automation: {
161
- * // Options: [ // required
234
+ * // Options: [
162
235
  * // {// Union: only one key present
163
236
  * // RuleCategory: {
164
237
  * // Category: "STRING_VALUE", // required
@@ -168,9 +241,22 @@ declare const DescribeEvaluationFormCommand_base: {
168
241
  * // },
169
242
  * // ],
170
243
  * // DefaultOptionRefId: "STRING_VALUE",
244
+ * // AnswerSource: {
245
+ * // SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
246
+ * // },
247
+ * // },
248
+ * // },
249
+ * // Text: {
250
+ * // Automation: {
251
+ * // AnswerSource: "<EvaluationFormQuestionAutomationAnswerSource>",
171
252
  * // },
172
253
  * // },
173
254
  * // },
255
+ * // Enablement: {
256
+ * // Condition: "<EvaluationFormItemEnablementCondition>", // required
257
+ * // Action: "DISABLE" || "ENABLE", // required
258
+ * // DefaultAction: "DISABLE" || "ENABLE",
259
+ * // },
174
260
  * // Weight: Number("double"),
175
261
  * // },
176
262
  * // },
@@ -183,6 +269,9 @@ declare const DescribeEvaluationFormCommand_base: {
183
269
  * // CreatedBy: "STRING_VALUE", // required
184
270
  * // LastModifiedTime: new Date("TIMESTAMP"), // required
185
271
  * // LastModifiedBy: "STRING_VALUE", // required
272
+ * // AutoEvaluationConfiguration: { // EvaluationFormAutoEvaluationConfiguration
273
+ * // Enabled: true || false, // required
274
+ * // },
186
275
  * // Tags: { // TagMap
187
276
  * // "<keys>": "STRING_VALUE",
188
277
  * // },