@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.
- package/README.md +16 -0
- package/dist-cjs/index.js +590 -146
- package/dist-es/Connect.js +4 -0
- package/dist-es/commands/CreateViewCommand.js +2 -1
- package/dist-es/commands/CreateViewVersionCommand.js +1 -1
- package/dist-es/commands/SearchContactEvaluationsCommand.js +22 -0
- package/dist-es/commands/SearchEvaluationFormsCommand.js +22 -0
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +1 -1
- package/dist-es/commands/StartTaskContactCommand.js +1 -1
- package/dist-es/commands/StartWebRTCContactCommand.js +1 -1
- package/dist-es/commands/UpdateContactCommand.js +1 -1
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +29 -56
- package/dist-es/models/models_1.js +92 -20
- package/dist-es/models/models_2.js +50 -76
- package/dist-es/models/models_3.js +85 -0
- package/dist-es/protocols/Aws_restJson1.js +291 -4
- package/dist-types/Connect.d.ts +14 -0
- package/dist-types/ConnectClient.d.ts +4 -2
- package/dist-types/commands/CreateEvaluationFormCommand.d.ts +96 -4
- package/dist-types/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAttachedFileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContactEvaluationCommand.d.ts +147 -4
- package/dist-types/commands/DescribeEvaluationFormCommand.d.ts +93 -4
- package/dist-types/commands/ImportPhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactEvaluationsCommand.d.ts +10 -1
- package/dist-types/commands/ListContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +241 -0
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +222 -0
- package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
- package/dist-types/commands/StartContactEvaluationCommand.d.ts +6 -0
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/commands/StartTaskContactCommand.d.ts +1 -2
- package/dist-types/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/commands/SubmitContactEvaluationCommand.d.ts +4 -1
- package/dist-types/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +2 -2
- package/dist-types/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactEvaluationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateEvaluationFormCommand.d.ts +93 -4
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +225 -309
- package/dist-types/models/models_1.d.ts +602 -845
- package/dist-types/models/models_2.d.ts +3819 -3480
- package/dist-types/models/models_3.d.ts +3116 -1848
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/Connect.d.ts +34 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateEvaluationFormCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAttachedFileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListContactEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowModulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +89 -94
- package/dist-types/ts3.4/models/models_1.d.ts +197 -256
- package/dist-types/ts3.4/models/models_2.d.ts +399 -249
- package/dist-types/ts3.4/models/models_3.d.ts +426 -74
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- 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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
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/
|
|
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/
|
|
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
|
|
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: [
|
|
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";
|