@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
|
@@ -44,7 +44,7 @@ declare const ImportPhoneNumberCommand_base: {
|
|
|
44
44
|
* <p>For example, if you already have 99 claimed or imported numbers and a service level quota of
|
|
45
45
|
* 99 phone numbers, and in any 180 day period you release 99, claim 99, and then release 99, you
|
|
46
46
|
* will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers
|
|
47
|
-
* until you open an Amazon Web
|
|
47
|
+
* until you open an Amazon Web Services Support ticket. </p>
|
|
48
48
|
* @example
|
|
49
49
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
50
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const ListAuthenticationProfilesCommand_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>Provides summary information about the authentication profiles in a specified Amazon Connect instance.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -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 { ListBotsRequest
|
|
4
|
+
import { ListBotsRequest } from "../models/models_1";
|
|
5
|
+
import { ListBotsResponse } from "../models/models_2";
|
|
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 { ListContactEvaluationsRequest, ListContactEvaluationsResponse } from "../models/
|
|
4
|
+
import { ListContactEvaluationsRequest, ListContactEvaluationsResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -50,13 +50,22 @@ declare const ListContactEvaluationsCommand_base: {
|
|
|
50
50
|
* // EvaluationArn: "STRING_VALUE", // required
|
|
51
51
|
* // EvaluationFormTitle: "STRING_VALUE", // required
|
|
52
52
|
* // EvaluationFormId: "STRING_VALUE", // required
|
|
53
|
+
* // CalibrationSessionId: "STRING_VALUE",
|
|
53
54
|
* // Status: "DRAFT" || "SUBMITTED", // required
|
|
55
|
+
* // AutoEvaluationEnabled: true || false,
|
|
56
|
+
* // AutoEvaluationStatus: "IN_PROGRESS" || "FAILED" || "SUCCEEDED",
|
|
54
57
|
* // EvaluatorArn: "STRING_VALUE", // required
|
|
55
58
|
* // Score: { // EvaluationScore
|
|
56
59
|
* // Percentage: Number("double"),
|
|
57
60
|
* // NotApplicable: true || false,
|
|
58
61
|
* // AutomaticFail: true || false,
|
|
59
62
|
* // },
|
|
63
|
+
* // Acknowledgement: { // EvaluationAcknowledgementSummary
|
|
64
|
+
* // AcknowledgedTime: new Date("TIMESTAMP"),
|
|
65
|
+
* // AcknowledgedBy: "STRING_VALUE",
|
|
66
|
+
* // AcknowledgerComment: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // EvaluationType: "STANDARD" || "CALIBRATION",
|
|
60
69
|
* // CreatedTime: new Date("TIMESTAMP"), // required
|
|
61
70
|
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
62
71
|
* // },
|
|
@@ -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 { ListContactFlowModulesRequest, ListContactFlowModulesResponse } from "../models/
|
|
4
|
+
import { ListContactFlowModulesRequest, ListContactFlowModulesResponse } from "../models/models_2";
|
|
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 { ListContactFlowVersionsRequest, ListContactFlowVersionsResponse } from "../models/
|
|
4
|
+
import { ListContactFlowVersionsRequest, ListContactFlowVersionsResponse } from "../models/models_2";
|
|
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 { ListContactFlowsRequest, ListContactFlowsResponse } from "../models/
|
|
4
|
+
import { ListContactFlowsRequest, ListContactFlowsResponse } from "../models/models_2";
|
|
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 { ListContactReferencesRequest, ListContactReferencesResponse } from "../models/
|
|
4
|
+
import { ListContactReferencesRequest, ListContactReferencesResponse } from "../models/models_2";
|
|
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 { ListDefaultVocabulariesRequest, ListDefaultVocabulariesResponse } from "../models/
|
|
4
|
+
import { ListDefaultVocabulariesRequest, ListDefaultVocabulariesResponse } from "../models/models_2";
|
|
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 { ListEvaluationFormsRequest, ListEvaluationFormsResponse } from "../models/
|
|
4
|
+
import { ListEvaluationFormsRequest, ListEvaluationFormsResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -34,7 +34,7 @@ declare const ReleasePhoneNumberCommand_base: {
|
|
|
34
34
|
* Amazon Connect admin website.</p>
|
|
35
35
|
* <p>After releasing a phone number, the phone number enters into a cooldown period for up to
|
|
36
36
|
* 180 days. It cannot be searched for or claimed again until the period has ended. If you
|
|
37
|
-
* accidentally release a phone number, contact Amazon Web
|
|
37
|
+
* accidentally release a phone number, contact Amazon Web Services Support.</p>
|
|
38
38
|
* </important>
|
|
39
39
|
* <p>If you plan to claim and release numbers frequently,
|
|
40
40
|
* contact us for a service quota exception. Otherwise, it is possible you will be blocked from
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { SearchContactEvaluationsResponse } from "../models/models_2";
|
|
5
|
+
import { SearchContactEvaluationsRequest } from "../models/models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export type { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*
|
|
14
|
+
* The input for {@link SearchContactEvaluationsCommand}.
|
|
15
|
+
*/
|
|
16
|
+
export interface SearchContactEvaluationsCommandInput extends SearchContactEvaluationsRequest {
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*
|
|
21
|
+
* The output of {@link SearchContactEvaluationsCommand}.
|
|
22
|
+
*/
|
|
23
|
+
export interface SearchContactEvaluationsCommandOutput extends SearchContactEvaluationsResponse, __MetadataBearer {
|
|
24
|
+
}
|
|
25
|
+
declare const SearchContactEvaluationsCommand_base: {
|
|
26
|
+
new (input: SearchContactEvaluationsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContactEvaluationsCommandInput, SearchContactEvaluationsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (input: SearchContactEvaluationsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchContactEvaluationsCommandInput, SearchContactEvaluationsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* <p>Searches contact evaluations in an Amazon Connect instance, with optional filtering. </p>
|
|
32
|
+
* <p>
|
|
33
|
+
* <b>Use cases</b>
|
|
34
|
+
* </p>
|
|
35
|
+
* <p>Following are common uses cases for this API:</p>
|
|
36
|
+
* <ul>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>Find contact evaluations by using specific search criteria.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>Find contact evaluations that are tagged with a specific set of tags.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* </ul>
|
|
44
|
+
* <p>
|
|
45
|
+
* <b>Important things to know</b>
|
|
46
|
+
* </p>
|
|
47
|
+
* <ul>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>A Search operation, unlike a List operation, takes time to index changes to resource
|
|
50
|
+
* (create, update or delete). If you don't see updated information for recently changed
|
|
51
|
+
* contact evaluations, try calling the API again in a few seconds. Contact Evaluations
|
|
52
|
+
* may not be fully backfilled with historical data in all regions yet, however all recently
|
|
53
|
+
* created Contact Evaluations should be available for search.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* </ul>
|
|
56
|
+
* <p>
|
|
57
|
+
* <b>Endpoints</b>: See <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and
|
|
58
|
+
* quotas</a>.</p>
|
|
59
|
+
* @example
|
|
60
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
61
|
+
* ```javascript
|
|
62
|
+
* import { ConnectClient, SearchContactEvaluationsCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
63
|
+
* // const { ConnectClient, SearchContactEvaluationsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
64
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
65
|
+
* const config = {}; // type is ConnectClientConfig
|
|
66
|
+
* const client = new ConnectClient(config);
|
|
67
|
+
* const input = { // SearchContactEvaluationsRequest
|
|
68
|
+
* InstanceId: "STRING_VALUE", // required
|
|
69
|
+
* NextToken: "STRING_VALUE",
|
|
70
|
+
* MaxResults: Number("int"),
|
|
71
|
+
* SearchCriteria: { // EvaluationSearchCriteria
|
|
72
|
+
* OrConditions: [ // EvaluationSearchConditionList
|
|
73
|
+
* {
|
|
74
|
+
* OrConditions: [
|
|
75
|
+
* "<EvaluationSearchCriteria>",
|
|
76
|
+
* ],
|
|
77
|
+
* AndConditions: [
|
|
78
|
+
* "<EvaluationSearchCriteria>",
|
|
79
|
+
* ],
|
|
80
|
+
* StringCondition: { // StringCondition
|
|
81
|
+
* FieldName: "STRING_VALUE",
|
|
82
|
+
* Value: "STRING_VALUE",
|
|
83
|
+
* ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
|
|
84
|
+
* },
|
|
85
|
+
* NumberCondition: { // NumberCondition
|
|
86
|
+
* FieldName: "STRING_VALUE",
|
|
87
|
+
* MinValue: Number("int"),
|
|
88
|
+
* MaxValue: Number("int"),
|
|
89
|
+
* ComparisonType: "GREATER_OR_EQUAL" || "GREATER" || "LESSER_OR_EQUAL" || "LESSER" || "EQUAL" || "NOT_EQUAL" || "RANGE",
|
|
90
|
+
* },
|
|
91
|
+
* BooleanCondition: { // BooleanCondition
|
|
92
|
+
* FieldName: "STRING_VALUE",
|
|
93
|
+
* ComparisonType: "IS_TRUE" || "IS_FALSE",
|
|
94
|
+
* },
|
|
95
|
+
* DateTimeCondition: { // DateTimeCondition
|
|
96
|
+
* FieldName: "STRING_VALUE",
|
|
97
|
+
* MinValue: "STRING_VALUE",
|
|
98
|
+
* MaxValue: "STRING_VALUE",
|
|
99
|
+
* ComparisonType: "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL_TO" || "LESS_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "RANGE",
|
|
100
|
+
* },
|
|
101
|
+
* DecimalCondition: { // DecimalCondition
|
|
102
|
+
* FieldName: "STRING_VALUE",
|
|
103
|
+
* MinValue: Number("double"),
|
|
104
|
+
* MaxValue: Number("double"),
|
|
105
|
+
* ComparisonType: "GREATER_OR_EQUAL" || "GREATER" || "LESSER_OR_EQUAL" || "LESSER" || "EQUAL" || "NOT_EQUAL" || "RANGE",
|
|
106
|
+
* },
|
|
107
|
+
* },
|
|
108
|
+
* ],
|
|
109
|
+
* AndConditions: [
|
|
110
|
+
* "<EvaluationSearchCriteria>",
|
|
111
|
+
* ],
|
|
112
|
+
* StringCondition: {
|
|
113
|
+
* FieldName: "STRING_VALUE",
|
|
114
|
+
* Value: "STRING_VALUE",
|
|
115
|
+
* ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
|
|
116
|
+
* },
|
|
117
|
+
* NumberCondition: {
|
|
118
|
+
* FieldName: "STRING_VALUE",
|
|
119
|
+
* MinValue: Number("int"),
|
|
120
|
+
* MaxValue: Number("int"),
|
|
121
|
+
* ComparisonType: "GREATER_OR_EQUAL" || "GREATER" || "LESSER_OR_EQUAL" || "LESSER" || "EQUAL" || "NOT_EQUAL" || "RANGE",
|
|
122
|
+
* },
|
|
123
|
+
* BooleanCondition: {
|
|
124
|
+
* FieldName: "STRING_VALUE",
|
|
125
|
+
* ComparisonType: "IS_TRUE" || "IS_FALSE",
|
|
126
|
+
* },
|
|
127
|
+
* DateTimeCondition: {
|
|
128
|
+
* FieldName: "STRING_VALUE",
|
|
129
|
+
* MinValue: "STRING_VALUE",
|
|
130
|
+
* MaxValue: "STRING_VALUE",
|
|
131
|
+
* ComparisonType: "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL_TO" || "LESS_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "RANGE",
|
|
132
|
+
* },
|
|
133
|
+
* DecimalCondition: {
|
|
134
|
+
* FieldName: "STRING_VALUE",
|
|
135
|
+
* MinValue: Number("double"),
|
|
136
|
+
* MaxValue: Number("double"),
|
|
137
|
+
* ComparisonType: "GREATER_OR_EQUAL" || "GREATER" || "LESSER_OR_EQUAL" || "LESSER" || "EQUAL" || "NOT_EQUAL" || "RANGE",
|
|
138
|
+
* },
|
|
139
|
+
* },
|
|
140
|
+
* SearchFilter: { // EvaluationSearchFilter
|
|
141
|
+
* AttributeFilter: { // ControlPlaneAttributeFilter
|
|
142
|
+
* OrConditions: [ // CommonAttributeOrConditionList
|
|
143
|
+
* { // CommonAttributeAndCondition
|
|
144
|
+
* TagConditions: [ // TagAndConditionList
|
|
145
|
+
* { // TagCondition
|
|
146
|
+
* TagKey: "STRING_VALUE",
|
|
147
|
+
* TagValue: "STRING_VALUE",
|
|
148
|
+
* },
|
|
149
|
+
* ],
|
|
150
|
+
* },
|
|
151
|
+
* ],
|
|
152
|
+
* AndCondition: {
|
|
153
|
+
* TagConditions: [
|
|
154
|
+
* {
|
|
155
|
+
* TagKey: "STRING_VALUE",
|
|
156
|
+
* TagValue: "STRING_VALUE",
|
|
157
|
+
* },
|
|
158
|
+
* ],
|
|
159
|
+
* },
|
|
160
|
+
* TagCondition: "<TagCondition>",
|
|
161
|
+
* },
|
|
162
|
+
* },
|
|
163
|
+
* };
|
|
164
|
+
* const command = new SearchContactEvaluationsCommand(input);
|
|
165
|
+
* const response = await client.send(command);
|
|
166
|
+
* // { // SearchContactEvaluationsResponse
|
|
167
|
+
* // EvaluationSearchSummaryList: [ // EvaluationSearchSummaryList
|
|
168
|
+
* // { // EvaluationSearchSummary
|
|
169
|
+
* // EvaluationId: "STRING_VALUE", // required
|
|
170
|
+
* // EvaluationArn: "STRING_VALUE", // required
|
|
171
|
+
* // EvaluationFormId: "STRING_VALUE",
|
|
172
|
+
* // EvaluationFormVersion: Number("int"), // required
|
|
173
|
+
* // Metadata: { // EvaluationSearchMetadata
|
|
174
|
+
* // ContactId: "STRING_VALUE", // required
|
|
175
|
+
* // EvaluatorArn: "STRING_VALUE", // required
|
|
176
|
+
* // ContactAgentId: "STRING_VALUE",
|
|
177
|
+
* // CalibrationSessionId: "STRING_VALUE",
|
|
178
|
+
* // ScorePercentage: Number("double"),
|
|
179
|
+
* // ScoreAutomaticFail: true || false,
|
|
180
|
+
* // ScoreNotApplicable: true || false,
|
|
181
|
+
* // AutoEvaluationEnabled: true || false,
|
|
182
|
+
* // AutoEvaluationStatus: "IN_PROGRESS" || "FAILED" || "SUCCEEDED",
|
|
183
|
+
* // AcknowledgedTime: new Date("TIMESTAMP"),
|
|
184
|
+
* // AcknowledgedBy: "STRING_VALUE",
|
|
185
|
+
* // AcknowledgerComment: "STRING_VALUE",
|
|
186
|
+
* // },
|
|
187
|
+
* // Status: "DRAFT" || "SUBMITTED", // required
|
|
188
|
+
* // EvaluationType: "STANDARD" || "CALIBRATION",
|
|
189
|
+
* // CreatedTime: new Date("TIMESTAMP"), // required
|
|
190
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
191
|
+
* // Tags: { // TagMap
|
|
192
|
+
* // "<keys>": "STRING_VALUE",
|
|
193
|
+
* // },
|
|
194
|
+
* // },
|
|
195
|
+
* // ],
|
|
196
|
+
* // NextToken: "STRING_VALUE",
|
|
197
|
+
* // ApproximateTotalCount: Number("long"),
|
|
198
|
+
* // };
|
|
199
|
+
*
|
|
200
|
+
* ```
|
|
201
|
+
*
|
|
202
|
+
* @param SearchContactEvaluationsCommandInput - {@link SearchContactEvaluationsCommandInput}
|
|
203
|
+
* @returns {@link SearchContactEvaluationsCommandOutput}
|
|
204
|
+
* @see {@link SearchContactEvaluationsCommandInput} for command's `input` shape.
|
|
205
|
+
* @see {@link SearchContactEvaluationsCommandOutput} for command's `response` shape.
|
|
206
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
207
|
+
*
|
|
208
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
209
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
210
|
+
*
|
|
211
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
212
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
213
|
+
*
|
|
214
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
215
|
+
* <p>The request is not valid.</p>
|
|
216
|
+
*
|
|
217
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
218
|
+
* <p>The specified resource was not found.</p>
|
|
219
|
+
*
|
|
220
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
221
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
222
|
+
*
|
|
223
|
+
* @throws {@link ConnectServiceException}
|
|
224
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
225
|
+
*
|
|
226
|
+
*
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
export declare class SearchContactEvaluationsCommand extends SearchContactEvaluationsCommand_base {
|
|
230
|
+
/** @internal type navigation helper, not in runtime. */
|
|
231
|
+
protected static __types: {
|
|
232
|
+
api: {
|
|
233
|
+
input: SearchContactEvaluationsRequest;
|
|
234
|
+
output: SearchContactEvaluationsResponse;
|
|
235
|
+
};
|
|
236
|
+
sdk: {
|
|
237
|
+
input: SearchContactEvaluationsCommandInput;
|
|
238
|
+
output: SearchContactEvaluationsCommandOutput;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
}
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { SearchEvaluationFormsResponse } from "../models/models_2";
|
|
5
|
+
import { SearchEvaluationFormsRequest } from "../models/models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export type { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*
|
|
14
|
+
* The input for {@link SearchEvaluationFormsCommand}.
|
|
15
|
+
*/
|
|
16
|
+
export interface SearchEvaluationFormsCommandInput extends SearchEvaluationFormsRequest {
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*
|
|
21
|
+
* The output of {@link SearchEvaluationFormsCommand}.
|
|
22
|
+
*/
|
|
23
|
+
export interface SearchEvaluationFormsCommandOutput extends SearchEvaluationFormsResponse, __MetadataBearer {
|
|
24
|
+
}
|
|
25
|
+
declare const SearchEvaluationFormsCommand_base: {
|
|
26
|
+
new (input: SearchEvaluationFormsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (input: SearchEvaluationFormsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchEvaluationFormsCommandInput, SearchEvaluationFormsCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* <p>Searches evaluation forms in an Amazon Connect instance, with optional filtering.</p>
|
|
32
|
+
* <p>
|
|
33
|
+
* <b>Use cases</b>
|
|
34
|
+
* </p>
|
|
35
|
+
* <p>Following are common uses cases for this API:</p>
|
|
36
|
+
* <ul>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>List all evaluation forms in an instance.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>Find all evaluation forms that meet specific criteria, such as Title, Description, Status, and more.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>Find all evaluation forms that are tagged with a specific set of tags.</p>
|
|
45
|
+
* </li>
|
|
46
|
+
* </ul>
|
|
47
|
+
* <p>
|
|
48
|
+
* <b>Important things to know</b>
|
|
49
|
+
* </p>
|
|
50
|
+
* <ul>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>A Search operation, unlike a List operation, takes time to index changes to resource
|
|
53
|
+
* (create, update or delete). If you don't see updated information for recently changed
|
|
54
|
+
* contact evaluations, try calling the API again in a few seconds.</p>
|
|
55
|
+
* </li>
|
|
56
|
+
* </ul>
|
|
57
|
+
* <p>
|
|
58
|
+
* <b>Endpoints</b>: See <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and
|
|
59
|
+
* quotas</a>.</p>
|
|
60
|
+
* @example
|
|
61
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
62
|
+
* ```javascript
|
|
63
|
+
* import { ConnectClient, SearchEvaluationFormsCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
64
|
+
* // const { ConnectClient, SearchEvaluationFormsCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
65
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
66
|
+
* const config = {}; // type is ConnectClientConfig
|
|
67
|
+
* const client = new ConnectClient(config);
|
|
68
|
+
* const input = { // SearchEvaluationFormsRequest
|
|
69
|
+
* InstanceId: "STRING_VALUE", // required
|
|
70
|
+
* NextToken: "STRING_VALUE",
|
|
71
|
+
* MaxResults: Number("int"),
|
|
72
|
+
* SearchCriteria: { // EvaluationFormSearchCriteria
|
|
73
|
+
* OrConditions: [ // EvaluationFormSearchConditionList
|
|
74
|
+
* {
|
|
75
|
+
* OrConditions: [
|
|
76
|
+
* "<EvaluationFormSearchCriteria>",
|
|
77
|
+
* ],
|
|
78
|
+
* AndConditions: [
|
|
79
|
+
* "<EvaluationFormSearchCriteria>",
|
|
80
|
+
* ],
|
|
81
|
+
* StringCondition: { // StringCondition
|
|
82
|
+
* FieldName: "STRING_VALUE",
|
|
83
|
+
* Value: "STRING_VALUE",
|
|
84
|
+
* ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
|
|
85
|
+
* },
|
|
86
|
+
* NumberCondition: { // NumberCondition
|
|
87
|
+
* FieldName: "STRING_VALUE",
|
|
88
|
+
* MinValue: Number("int"),
|
|
89
|
+
* MaxValue: Number("int"),
|
|
90
|
+
* ComparisonType: "GREATER_OR_EQUAL" || "GREATER" || "LESSER_OR_EQUAL" || "LESSER" || "EQUAL" || "NOT_EQUAL" || "RANGE",
|
|
91
|
+
* },
|
|
92
|
+
* BooleanCondition: { // BooleanCondition
|
|
93
|
+
* FieldName: "STRING_VALUE",
|
|
94
|
+
* ComparisonType: "IS_TRUE" || "IS_FALSE",
|
|
95
|
+
* },
|
|
96
|
+
* DateTimeCondition: { // DateTimeCondition
|
|
97
|
+
* FieldName: "STRING_VALUE",
|
|
98
|
+
* MinValue: "STRING_VALUE",
|
|
99
|
+
* MaxValue: "STRING_VALUE",
|
|
100
|
+
* ComparisonType: "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL_TO" || "LESS_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "RANGE",
|
|
101
|
+
* },
|
|
102
|
+
* },
|
|
103
|
+
* ],
|
|
104
|
+
* AndConditions: [
|
|
105
|
+
* "<EvaluationFormSearchCriteria>",
|
|
106
|
+
* ],
|
|
107
|
+
* StringCondition: {
|
|
108
|
+
* FieldName: "STRING_VALUE",
|
|
109
|
+
* Value: "STRING_VALUE",
|
|
110
|
+
* ComparisonType: "STARTS_WITH" || "CONTAINS" || "EXACT",
|
|
111
|
+
* },
|
|
112
|
+
* NumberCondition: {
|
|
113
|
+
* FieldName: "STRING_VALUE",
|
|
114
|
+
* MinValue: Number("int"),
|
|
115
|
+
* MaxValue: Number("int"),
|
|
116
|
+
* ComparisonType: "GREATER_OR_EQUAL" || "GREATER" || "LESSER_OR_EQUAL" || "LESSER" || "EQUAL" || "NOT_EQUAL" || "RANGE",
|
|
117
|
+
* },
|
|
118
|
+
* BooleanCondition: {
|
|
119
|
+
* FieldName: "STRING_VALUE",
|
|
120
|
+
* ComparisonType: "IS_TRUE" || "IS_FALSE",
|
|
121
|
+
* },
|
|
122
|
+
* DateTimeCondition: {
|
|
123
|
+
* FieldName: "STRING_VALUE",
|
|
124
|
+
* MinValue: "STRING_VALUE",
|
|
125
|
+
* MaxValue: "STRING_VALUE",
|
|
126
|
+
* ComparisonType: "GREATER_THAN" || "LESS_THAN" || "GREATER_THAN_OR_EQUAL_TO" || "LESS_THAN_OR_EQUAL_TO" || "EQUAL_TO" || "RANGE",
|
|
127
|
+
* },
|
|
128
|
+
* },
|
|
129
|
+
* SearchFilter: { // EvaluationFormSearchFilter
|
|
130
|
+
* AttributeFilter: { // ControlPlaneAttributeFilter
|
|
131
|
+
* OrConditions: [ // CommonAttributeOrConditionList
|
|
132
|
+
* { // CommonAttributeAndCondition
|
|
133
|
+
* TagConditions: [ // TagAndConditionList
|
|
134
|
+
* { // TagCondition
|
|
135
|
+
* TagKey: "STRING_VALUE",
|
|
136
|
+
* TagValue: "STRING_VALUE",
|
|
137
|
+
* },
|
|
138
|
+
* ],
|
|
139
|
+
* },
|
|
140
|
+
* ],
|
|
141
|
+
* AndCondition: {
|
|
142
|
+
* TagConditions: [
|
|
143
|
+
* {
|
|
144
|
+
* TagKey: "STRING_VALUE",
|
|
145
|
+
* TagValue: "STRING_VALUE",
|
|
146
|
+
* },
|
|
147
|
+
* ],
|
|
148
|
+
* },
|
|
149
|
+
* TagCondition: "<TagCondition>",
|
|
150
|
+
* },
|
|
151
|
+
* },
|
|
152
|
+
* };
|
|
153
|
+
* const command = new SearchEvaluationFormsCommand(input);
|
|
154
|
+
* const response = await client.send(command);
|
|
155
|
+
* // { // SearchEvaluationFormsResponse
|
|
156
|
+
* // EvaluationFormSearchSummaryList: [ // EvaluationFormSearchSummaryList
|
|
157
|
+
* // { // EvaluationFormSearchSummary
|
|
158
|
+
* // EvaluationFormId: "STRING_VALUE", // required
|
|
159
|
+
* // EvaluationFormArn: "STRING_VALUE", // required
|
|
160
|
+
* // Title: "STRING_VALUE", // required
|
|
161
|
+
* // Status: "DRAFT" || "ACTIVE", // required
|
|
162
|
+
* // Description: "STRING_VALUE",
|
|
163
|
+
* // CreatedTime: new Date("TIMESTAMP"), // required
|
|
164
|
+
* // CreatedBy: "STRING_VALUE", // required
|
|
165
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
166
|
+
* // LastModifiedBy: "STRING_VALUE", // required
|
|
167
|
+
* // LastActivatedTime: new Date("TIMESTAMP"),
|
|
168
|
+
* // LastActivatedBy: "STRING_VALUE",
|
|
169
|
+
* // LatestVersion: Number("int"), // required
|
|
170
|
+
* // ActiveVersion: Number("int"),
|
|
171
|
+
* // AutoEvaluationEnabled: true || false,
|
|
172
|
+
* // Tags: { // TagMap
|
|
173
|
+
* // "<keys>": "STRING_VALUE",
|
|
174
|
+
* // },
|
|
175
|
+
* // },
|
|
176
|
+
* // ],
|
|
177
|
+
* // NextToken: "STRING_VALUE",
|
|
178
|
+
* // ApproximateTotalCount: Number("long"),
|
|
179
|
+
* // };
|
|
180
|
+
*
|
|
181
|
+
* ```
|
|
182
|
+
*
|
|
183
|
+
* @param SearchEvaluationFormsCommandInput - {@link SearchEvaluationFormsCommandInput}
|
|
184
|
+
* @returns {@link SearchEvaluationFormsCommandOutput}
|
|
185
|
+
* @see {@link SearchEvaluationFormsCommandInput} for command's `input` shape.
|
|
186
|
+
* @see {@link SearchEvaluationFormsCommandOutput} for command's `response` shape.
|
|
187
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
188
|
+
*
|
|
189
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
190
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
191
|
+
*
|
|
192
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
193
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
194
|
+
*
|
|
195
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
196
|
+
* <p>The request is not valid.</p>
|
|
197
|
+
*
|
|
198
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
199
|
+
* <p>The specified resource was not found.</p>
|
|
200
|
+
*
|
|
201
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
202
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
203
|
+
*
|
|
204
|
+
* @throws {@link ConnectServiceException}
|
|
205
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
206
|
+
*
|
|
207
|
+
*
|
|
208
|
+
* @public
|
|
209
|
+
*/
|
|
210
|
+
export declare class SearchEvaluationFormsCommand extends SearchEvaluationFormsCommand_base {
|
|
211
|
+
/** @internal type navigation helper, not in runtime. */
|
|
212
|
+
protected static __types: {
|
|
213
|
+
api: {
|
|
214
|
+
input: SearchEvaluationFormsRequest;
|
|
215
|
+
output: SearchEvaluationFormsResponse;
|
|
216
|
+
};
|
|
217
|
+
sdk: {
|
|
218
|
+
input: SearchEvaluationFormsCommandInput;
|
|
219
|
+
output: SearchEvaluationFormsCommandOutput;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
}
|
|
@@ -46,7 +46,7 @@ declare const StartChatContactCommand_base: {
|
|
|
46
46
|
* </ul>
|
|
47
47
|
* <p>If you use the <code>ChatDurationInMinutes</code> parameter and receive a 400 error, your
|
|
48
48
|
* account may not support the ability to configure custom chat durations. For more information,
|
|
49
|
-
* contact Amazon Web
|
|
49
|
+
* contact Amazon Web Services Support. </p>
|
|
50
50
|
* <p>For more information about chat, see the following topics in the <i>Amazon Connect
|
|
51
51
|
* Administrator Guide</i>: </p>
|
|
52
52
|
* <ul>
|
|
@@ -47,7 +47,13 @@ declare const StartContactEvaluationCommand_base: {
|
|
|
47
47
|
* InstanceId: "STRING_VALUE", // required
|
|
48
48
|
* ContactId: "STRING_VALUE", // required
|
|
49
49
|
* EvaluationFormId: "STRING_VALUE", // required
|
|
50
|
+
* AutoEvaluationConfiguration: { // AutoEvaluationConfiguration
|
|
51
|
+
* Enabled: true || false, // required
|
|
52
|
+
* },
|
|
50
53
|
* ClientToken: "STRING_VALUE",
|
|
54
|
+
* Tags: { // TagMap
|
|
55
|
+
* "<keys>": "STRING_VALUE",
|
|
56
|
+
* },
|
|
51
57
|
* };
|
|
52
58
|
* const command = new StartContactEvaluationCommand(input);
|
|
53
59
|
* 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 { StartOutboundVoiceContactRequest, StartOutboundVoiceContactResponse } from "../models/
|
|
4
|
+
import { StartOutboundVoiceContactRequest, StartOutboundVoiceContactResponse } 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 { StartScreenSharingRequest, StartScreenSharingResponse } from "../models/
|
|
4
|
+
import { StartScreenSharingRequest, StartScreenSharingResponse } 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 { StartTaskContactResponse } from "../models/
|
|
5
|
-
import { StartTaskContactRequest } from "../models/models_3";
|
|
4
|
+
import { StartTaskContactRequest, StartTaskContactResponse } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|