@aws-sdk/client-connect 3.925.0 → 3.926.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
@@ -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 { StartWebRTCContactRequest, StartWebRTCContactResponse } from "../models/models_2";
4
+ import { StartWebRTCContactRequest, StartWebRTCContactResponse } from "../models/models_3";
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 { StopContactRequest, StopContactResponse } from "../models/models_2";
4
+ import { StopContactRequest, StopContactResponse } from "../models/models_3";
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 { StopContactRecordingRequest, StopContactRecordingResponse } from "../models/models_2";
4
+ import { StopContactRecordingRequest, StopContactRecordingResponse } from "../models/models_3";
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 { StopContactStreamingRequest, StopContactStreamingResponse } from "../models/models_2";
4
+ import { StopContactStreamingRequest, StopContactStreamingResponse } from "../models/models_3";
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 { SubmitContactEvaluationRequest, SubmitContactEvaluationResponse } from "../models/models_2";
4
+ import { SubmitContactEvaluationRequest, SubmitContactEvaluationResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -58,6 +58,9 @@ declare const SubmitContactEvaluationCommand_base: {
58
58
  * Value: "STRING_VALUE",
59
59
  * },
60
60
  * },
61
+ * SubmittedBy: { // EvaluatorUserUnion Union: only one key present
62
+ * ConnectUserArn: "STRING_VALUE",
63
+ * },
61
64
  * };
62
65
  * const command = new SubmitContactEvaluationCommand(input);
63
66
  * const response = await client.send(command);
@@ -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 { SuspendContactRecordingRequest, SuspendContactRecordingResponse } from "../models/models_2";
4
+ import { SuspendContactRecordingRequest, SuspendContactRecordingResponse } from "../models/models_3";
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 { TagContactRequest, TagContactResponse } from "../models/models_2";
4
+ import { TagContactRequest, TagContactResponse } from "../models/models_3";
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 { TagResourceRequest } from "../models/models_2";
4
+ import { TagResourceRequest } from "../models/models_3";
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 { TransferContactRequest, TransferContactResponse } from "../models/models_2";
4
+ import { TransferContactRequest, TransferContactResponse } from "../models/models_3";
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 { UntagContactRequest, UntagContactResponse } from "../models/models_2";
4
+ import { UntagContactRequest, UntagContactResponse } from "../models/models_3";
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 { UntagResourceRequest } from "../models/models_2";
4
+ import { UntagResourceRequest } from "../models/models_3";
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 { UpdateAgentStatusRequest } from "../models/models_2";
4
+ import { UpdateAgentStatusRequest } from "../models/models_3";
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 { UpdateAuthenticationProfileRequest } from "../models/models_2";
4
+ import { UpdateAuthenticationProfileRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -28,7 +28,7 @@ declare const UpdateAuthenticationProfileCommand_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>Updates the selected authentication profile.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -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 { UpdateContactAttributesRequest, UpdateContactAttributesResponse } from "../models/models_2";
4
+ import { UpdateContactAttributesRequest, UpdateContactAttributesResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +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 { UpdateContactResponse } from "../models/models_2";
5
- import { UpdateContactRequest } from "../models/models_3";
4
+ import { UpdateContactRequest, UpdateContactResponse } from "../models/models_3";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -56,6 +56,9 @@ declare const UpdateContactEvaluationCommand_base: {
56
56
  * Value: "STRING_VALUE",
57
57
  * },
58
58
  * },
59
+ * UpdatedBy: { // EvaluatorUserUnion Union: only one key present
60
+ * ConnectUserArn: "STRING_VALUE",
61
+ * },
59
62
  * };
60
63
  * const command = new UpdateContactEvaluationCommand(input);
61
64
  * const response = await client.send(command);
@@ -78,11 +78,17 @@ declare const UpdateEvaluationFormCommand_base: {
78
78
  * MaxValue: Number("int"), // required
79
79
  * Score: Number("int"),
80
80
  * AutomaticFail: true || false,
81
+ * AutomaticFailConfiguration: { // AutomaticFailConfiguration
82
+ * TargetSection: "STRING_VALUE",
83
+ * },
81
84
  * },
82
85
  * ],
83
86
  * Automation: { // EvaluationFormNumericQuestionAutomation Union: only one key present
84
87
  * PropertyValue: { // NumericQuestionPropertyValueAutomation
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", // required
88
+ * 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
89
+ * },
90
+ * AnswerSource: { // EvaluationFormQuestionAutomationAnswerSource
91
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
86
92
  * },
87
93
  * },
88
94
  * },
@@ -93,11 +99,14 @@ declare const UpdateEvaluationFormCommand_base: {
93
99
  * Text: "STRING_VALUE", // required
94
100
  * Score: Number("int"),
95
101
  * AutomaticFail: true || false,
102
+ * AutomaticFailConfiguration: {
103
+ * TargetSection: "STRING_VALUE",
104
+ * },
96
105
  * },
97
106
  * ],
98
107
  * DisplayAs: "DROPDOWN" || "RADIO",
99
108
  * Automation: { // EvaluationFormSingleSelectQuestionAutomation
100
- * Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList // required
109
+ * Options: [ // EvaluationFormSingleSelectQuestionAutomationOptionList
101
110
  * { // EvaluationFormSingleSelectQuestionAutomationOption Union: only one key present
102
111
  * RuleCategory: { // SingleSelectQuestionRuleCategoryAutomation
103
112
  * Category: "STRING_VALUE", // required
@@ -107,9 +116,64 @@ declare const UpdateEvaluationFormCommand_base: {
107
116
  * },
108
117
  * ],
109
118
  * DefaultOptionRefId: "STRING_VALUE",
119
+ * AnswerSource: {
120
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
121
+ * },
122
+ * },
123
+ * },
124
+ * Text: { // EvaluationFormTextQuestionProperties
125
+ * Automation: { // EvaluationFormTextQuestionAutomation
126
+ * AnswerSource: {
127
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
128
+ * },
110
129
  * },
111
130
  * },
112
131
  * },
132
+ * Enablement: { // EvaluationFormItemEnablementConfiguration
133
+ * Condition: { // EvaluationFormItemEnablementCondition
134
+ * Operands: [ // EvaluationFormItemEnablementConditionOperandList // required
135
+ * { // EvaluationFormItemEnablementConditionOperand Union: only one key present
136
+ * Expression: { // EvaluationFormItemEnablementExpression
137
+ * Source: { // EvaluationFormItemEnablementSource
138
+ * Type: "QUESTION_REF_ID", // required
139
+ * RefId: "STRING_VALUE",
140
+ * },
141
+ * Values: [ // EvaluationFormItemEnablementSourceValueList // required
142
+ * { // EvaluationFormItemEnablementSourceValue
143
+ * Type: "OPTION_REF_ID", // required
144
+ * RefId: "STRING_VALUE",
145
+ * },
146
+ * ],
147
+ * Comparator: "IN" || "NOT_IN", // required
148
+ * },
149
+ * Condition: {
150
+ * Operands: [ // required
151
+ * {// Union: only one key present
152
+ * Expression: {
153
+ * Source: {
154
+ * Type: "QUESTION_REF_ID", // required
155
+ * RefId: "STRING_VALUE",
156
+ * },
157
+ * Values: [ // required
158
+ * {
159
+ * Type: "OPTION_REF_ID", // required
160
+ * RefId: "STRING_VALUE",
161
+ * },
162
+ * ],
163
+ * Comparator: "IN" || "NOT_IN", // required
164
+ * },
165
+ * Condition: "<EvaluationFormItemEnablementCondition>",
166
+ * },
167
+ * ],
168
+ * Operator: "OR" || "AND",
169
+ * },
170
+ * },
171
+ * ],
172
+ * Operator: "OR" || "AND",
173
+ * },
174
+ * Action: "DISABLE" || "ENABLE", // required
175
+ * DefaultAction: "DISABLE" || "ENABLE",
176
+ * },
113
177
  * Weight: Number("double"),
114
178
  * },
115
179
  * },
@@ -132,11 +196,17 @@ declare const UpdateEvaluationFormCommand_base: {
132
196
  * MaxValue: Number("int"), // required
133
197
  * Score: Number("int"),
134
198
  * AutomaticFail: true || false,
199
+ * AutomaticFailConfiguration: {
200
+ * TargetSection: "STRING_VALUE",
201
+ * },
135
202
  * },
136
203
  * ],
137
204
  * Automation: {// Union: only one key present
138
205
  * PropertyValue: {
139
- * 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
206
+ * 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
207
+ * },
208
+ * AnswerSource: {
209
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
140
210
  * },
141
211
  * },
142
212
  * },
@@ -147,11 +217,14 @@ declare const UpdateEvaluationFormCommand_base: {
147
217
  * Text: "STRING_VALUE", // required
148
218
  * Score: Number("int"),
149
219
  * AutomaticFail: true || false,
220
+ * AutomaticFailConfiguration: {
221
+ * TargetSection: "STRING_VALUE",
222
+ * },
150
223
  * },
151
224
  * ],
152
225
  * DisplayAs: "DROPDOWN" || "RADIO",
153
226
  * Automation: {
154
- * Options: [ // required
227
+ * Options: [
155
228
  * {// Union: only one key present
156
229
  * RuleCategory: {
157
230
  * Category: "STRING_VALUE", // required
@@ -161,9 +234,22 @@ declare const UpdateEvaluationFormCommand_base: {
161
234
  * },
162
235
  * ],
163
236
  * DefaultOptionRefId: "STRING_VALUE",
237
+ * AnswerSource: {
238
+ * SourceType: "CONTACT_LENS_DATA" || "GEN_AI", // required
239
+ * },
240
+ * },
241
+ * },
242
+ * Text: {
243
+ * Automation: {
244
+ * AnswerSource: "<EvaluationFormQuestionAutomationAnswerSource>",
164
245
  * },
165
246
  * },
166
247
  * },
248
+ * Enablement: {
249
+ * Condition: "<EvaluationFormItemEnablementCondition>", // required
250
+ * Action: "DISABLE" || "ENABLE", // required
251
+ * DefaultAction: "DISABLE" || "ENABLE",
252
+ * },
167
253
  * Weight: Number("double"),
168
254
  * },
169
255
  * },
@@ -172,6 +258,9 @@ declare const UpdateEvaluationFormCommand_base: {
172
258
  * Mode: "QUESTION_ONLY" || "SECTION_ONLY", // required
173
259
  * Status: "ENABLED" || "DISABLED", // required
174
260
  * },
261
+ * AutoEvaluationConfiguration: { // EvaluationFormAutoEvaluationConfiguration
262
+ * Enabled: true || false, // required
263
+ * },
175
264
  * ClientToken: "STRING_VALUE",
176
265
  * };
177
266
  * const command = new UpdateEvaluationFormCommand(input);
@@ -194,10 +194,12 @@ export * from "./ResumeContactCommand";
194
194
  export * from "./ResumeContactRecordingCommand";
195
195
  export * from "./SearchAgentStatusesCommand";
196
196
  export * from "./SearchAvailablePhoneNumbersCommand";
197
+ export * from "./SearchContactEvaluationsCommand";
197
198
  export * from "./SearchContactFlowModulesCommand";
198
199
  export * from "./SearchContactFlowsCommand";
199
200
  export * from "./SearchContactsCommand";
200
201
  export * from "./SearchEmailAddressesCommand";
202
+ export * from "./SearchEvaluationFormsCommand";
201
203
  export * from "./SearchHoursOfOperationOverridesCommand";
202
204
  export * from "./SearchHoursOfOperationsCommand";
203
205
  export * from "./SearchPredefinedAttributesCommand";