@aws-sdk/client-connect 3.937.0 → 3.938.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 +64 -0
- package/dist-cjs/index.js +422 -15
- package/dist-es/Connect.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
- package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +304 -15
- package/dist-types/Connect.d.ts +56 -0
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
- package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +157 -239
- package/dist-types/models/models_1.d.ts +501 -481
- package/dist-types/models/models_2.d.ts +3522 -3819
- package/dist-types/models/models_3.d.ts +803 -3
- package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Connect.d.ts +136 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -99
- package/dist-types/ts3.4/models/models_1.d.ts +161 -102
- package/dist-types/ts3.4/models/models_2.d.ts +112 -157
- package/dist-types/ts3.4/models/models_3.d.ts +185 -2
- package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +1 -1
|
@@ -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 {
|
|
4
|
+
import { SearchQuickConnectsResponse } from "../models/models_2";
|
|
5
|
+
import { SearchQuickConnectsRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchRoutingProfilesResponse } from "../models/models_2";
|
|
5
|
+
import { SearchRoutingProfilesRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchSecurityProfilesResponse } from "../models/models_2";
|
|
5
|
+
import { SearchSecurityProfilesRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchUserHierarchyGroupsResponse } from "../models/models_2";
|
|
5
|
+
import { SearchUserHierarchyGroupsRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { SearchUsersResponse } from "../models/models_2";
|
|
5
|
+
import { SearchUsersRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -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 {
|
|
4
|
+
import { StartChatContactResponse } from "../models/models_2";
|
|
5
|
+
import { StartChatContactRequest } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -0,0 +1,101 @@
|
|
|
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 { UpdateContactFlowModuleAliasRequest, UpdateContactFlowModuleAliasResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link UpdateContactFlowModuleAliasCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface UpdateContactFlowModuleAliasCommandInput extends UpdateContactFlowModuleAliasRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link UpdateContactFlowModuleAliasCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface UpdateContactFlowModuleAliasCommandOutput extends UpdateContactFlowModuleAliasResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const UpdateContactFlowModuleAliasCommand_base: {
|
|
25
|
+
new (input: UpdateContactFlowModuleAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactFlowModuleAliasCommandInput, UpdateContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateContactFlowModuleAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateContactFlowModuleAliasCommandInput, UpdateContactFlowModuleAliasCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Updates a specific Aliases metadata, including the version it’s tied to, it’s name, and description.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { ConnectClient, UpdateContactFlowModuleAliasCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
35
|
+
* // const { ConnectClient, UpdateContactFlowModuleAliasCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
36
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
37
|
+
* const config = {}; // type is ConnectClientConfig
|
|
38
|
+
* const client = new ConnectClient(config);
|
|
39
|
+
* const input = { // UpdateContactFlowModuleAliasRequest
|
|
40
|
+
* InstanceId: "STRING_VALUE", // required
|
|
41
|
+
* ContactFlowModuleId: "STRING_VALUE", // required
|
|
42
|
+
* AliasId: "STRING_VALUE", // required
|
|
43
|
+
* Name: "STRING_VALUE",
|
|
44
|
+
* Description: "STRING_VALUE",
|
|
45
|
+
* ContactFlowModuleVersion: Number("long"),
|
|
46
|
+
* };
|
|
47
|
+
* const command = new UpdateContactFlowModuleAliasCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // {};
|
|
50
|
+
*
|
|
51
|
+
* ```
|
|
52
|
+
*
|
|
53
|
+
* @param UpdateContactFlowModuleAliasCommandInput - {@link UpdateContactFlowModuleAliasCommandInput}
|
|
54
|
+
* @returns {@link UpdateContactFlowModuleAliasCommandOutput}
|
|
55
|
+
* @see {@link UpdateContactFlowModuleAliasCommandInput} for command's `input` shape.
|
|
56
|
+
* @see {@link UpdateContactFlowModuleAliasCommandOutput} for command's `response` shape.
|
|
57
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ConditionalOperationFailedException} (client fault)
|
|
63
|
+
* <p>Request processing failed because dependent condition failed.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link DuplicateResourceException} (client fault)
|
|
66
|
+
* <p>A resource with the specified name already exists.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
69
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
72
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
75
|
+
* <p>The request is not valid.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
+
* <p>The specified resource was not found.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link ConnectServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
85
|
+
*
|
|
86
|
+
*
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export declare class UpdateContactFlowModuleAliasCommand extends UpdateContactFlowModuleAliasCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdateContactFlowModuleAliasRequest;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdateContactFlowModuleAliasCommandInput;
|
|
98
|
+
output: UpdateContactFlowModuleAliasCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
}
|
|
@@ -43,7 +43,8 @@ declare const UpdateContactFlowModuleContentCommand_base: {
|
|
|
43
43
|
* const input = { // UpdateContactFlowModuleContentRequest
|
|
44
44
|
* InstanceId: "STRING_VALUE", // required
|
|
45
45
|
* ContactFlowModuleId: "STRING_VALUE", // required
|
|
46
|
-
* Content: "STRING_VALUE",
|
|
46
|
+
* Content: "STRING_VALUE",
|
|
47
|
+
* Settings: "STRING_VALUE",
|
|
47
48
|
* };
|
|
48
49
|
* const command = new UpdateContactFlowModuleContentCommand(input);
|
|
49
50
|
* const response = await client.send(command);
|
|
@@ -25,7 +25,9 @@ export * from "./CompleteAttachedFileUploadCommand";
|
|
|
25
25
|
export * from "./CreateAgentStatusCommand";
|
|
26
26
|
export * from "./CreateContactCommand";
|
|
27
27
|
export * from "./CreateContactFlowCommand";
|
|
28
|
+
export * from "./CreateContactFlowModuleAliasCommand";
|
|
28
29
|
export * from "./CreateContactFlowModuleCommand";
|
|
30
|
+
export * from "./CreateContactFlowModuleVersionCommand";
|
|
29
31
|
export * from "./CreateContactFlowVersionCommand";
|
|
30
32
|
export * from "./CreateEmailAddressCommand";
|
|
31
33
|
export * from "./CreateEvaluationFormCommand";
|
|
@@ -55,7 +57,9 @@ export * from "./DeactivateEvaluationFormCommand";
|
|
|
55
57
|
export * from "./DeleteAttachedFileCommand";
|
|
56
58
|
export * from "./DeleteContactEvaluationCommand";
|
|
57
59
|
export * from "./DeleteContactFlowCommand";
|
|
60
|
+
export * from "./DeleteContactFlowModuleAliasCommand";
|
|
58
61
|
export * from "./DeleteContactFlowModuleCommand";
|
|
62
|
+
export * from "./DeleteContactFlowModuleVersionCommand";
|
|
59
63
|
export * from "./DeleteContactFlowVersionCommand";
|
|
60
64
|
export * from "./DeleteEmailAddressCommand";
|
|
61
65
|
export * from "./DeleteEvaluationFormCommand";
|
|
@@ -84,6 +88,7 @@ export * from "./DescribeAuthenticationProfileCommand";
|
|
|
84
88
|
export * from "./DescribeContactCommand";
|
|
85
89
|
export * from "./DescribeContactEvaluationCommand";
|
|
86
90
|
export * from "./DescribeContactFlowCommand";
|
|
91
|
+
export * from "./DescribeContactFlowModuleAliasCommand";
|
|
87
92
|
export * from "./DescribeContactFlowModuleCommand";
|
|
88
93
|
export * from "./DescribeEmailAddressCommand";
|
|
89
94
|
export * from "./DescribeEvaluationFormCommand";
|
|
@@ -143,6 +148,8 @@ export * from "./ListAssociatedContactsCommand";
|
|
|
143
148
|
export * from "./ListAuthenticationProfilesCommand";
|
|
144
149
|
export * from "./ListBotsCommand";
|
|
145
150
|
export * from "./ListContactEvaluationsCommand";
|
|
151
|
+
export * from "./ListContactFlowModuleAliasesCommand";
|
|
152
|
+
export * from "./ListContactFlowModuleVersionsCommand";
|
|
146
153
|
export * from "./ListContactFlowModulesCommand";
|
|
147
154
|
export * from "./ListContactFlowVersionsCommand";
|
|
148
155
|
export * from "./ListContactFlowsCommand";
|
|
@@ -243,6 +250,7 @@ export * from "./UpdateContactCommand";
|
|
|
243
250
|
export * from "./UpdateContactEvaluationCommand";
|
|
244
251
|
export * from "./UpdateContactFlowContentCommand";
|
|
245
252
|
export * from "./UpdateContactFlowMetadataCommand";
|
|
253
|
+
export * from "./UpdateContactFlowModuleAliasCommand";
|
|
246
254
|
export * from "./UpdateContactFlowModuleContentCommand";
|
|
247
255
|
export * from "./UpdateContactFlowModuleMetadataCommand";
|
|
248
256
|
export * from "./UpdateContactFlowNameCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AllowedUserAction, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactState, DeviceType, DirectoryType, EncryptionType, EndpointType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode,
|
|
1
|
+
import { ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AllowedUserAction, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactState, DeviceType, DirectoryType, EncryptionType, EndpointType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, MediaStreamType, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, ParticipantRole, ParticipantState, ParticipantType, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecordingStatus, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, Status, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VocabularyState } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Information about an action.</p>
|
|
4
4
|
* @public
|
|
@@ -2316,6 +2316,17 @@ export interface ProblemDetail {
|
|
|
2316
2316
|
*/
|
|
2317
2317
|
message?: string | undefined;
|
|
2318
2318
|
}
|
|
2319
|
+
/**
|
|
2320
|
+
* <p>The external invocation configuration for the flow module</p>
|
|
2321
|
+
* @public
|
|
2322
|
+
*/
|
|
2323
|
+
export interface ExternalInvocationConfiguration {
|
|
2324
|
+
/**
|
|
2325
|
+
* <p>Enable external invocation.</p>
|
|
2326
|
+
* @public
|
|
2327
|
+
*/
|
|
2328
|
+
Enabled?: boolean | undefined;
|
|
2329
|
+
}
|
|
2319
2330
|
/**
|
|
2320
2331
|
* @public
|
|
2321
2332
|
*/
|
|
@@ -2354,6 +2365,16 @@ export interface CreateContactFlowModuleRequest {
|
|
|
2354
2365
|
* @public
|
|
2355
2366
|
*/
|
|
2356
2367
|
ClientToken?: string | undefined;
|
|
2368
|
+
/**
|
|
2369
|
+
* <p>The configuration settings for the flow module.</p>
|
|
2370
|
+
* @public
|
|
2371
|
+
*/
|
|
2372
|
+
Settings?: string | undefined;
|
|
2373
|
+
/**
|
|
2374
|
+
* <p>The external invocation configuration for the flow module.</p>
|
|
2375
|
+
* @public
|
|
2376
|
+
*/
|
|
2377
|
+
ExternalInvocationConfiguration?: ExternalInvocationConfiguration | undefined;
|
|
2357
2378
|
}
|
|
2358
2379
|
/**
|
|
2359
2380
|
* @public
|
|
@@ -2370,6 +2391,91 @@ export interface CreateContactFlowModuleResponse {
|
|
|
2370
2391
|
*/
|
|
2371
2392
|
Arn?: string | undefined;
|
|
2372
2393
|
}
|
|
2394
|
+
/**
|
|
2395
|
+
* @public
|
|
2396
|
+
*/
|
|
2397
|
+
export interface CreateContactFlowModuleAliasRequest {
|
|
2398
|
+
/**
|
|
2399
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2400
|
+
* @public
|
|
2401
|
+
*/
|
|
2402
|
+
InstanceId: string | undefined;
|
|
2403
|
+
/**
|
|
2404
|
+
* <p>The description of the alias.</p>
|
|
2405
|
+
* @public
|
|
2406
|
+
*/
|
|
2407
|
+
Description?: string | undefined;
|
|
2408
|
+
/**
|
|
2409
|
+
* <p>The identifier of the flow module.</p>
|
|
2410
|
+
* @public
|
|
2411
|
+
*/
|
|
2412
|
+
ContactFlowModuleId: string | undefined;
|
|
2413
|
+
/**
|
|
2414
|
+
* <p>The version of the flow module.</p>
|
|
2415
|
+
* @public
|
|
2416
|
+
*/
|
|
2417
|
+
ContactFlowModuleVersion: number | undefined;
|
|
2418
|
+
/**
|
|
2419
|
+
* <p>The name of the alias.</p>
|
|
2420
|
+
* @public
|
|
2421
|
+
*/
|
|
2422
|
+
AliasName: string | undefined;
|
|
2423
|
+
}
|
|
2424
|
+
/**
|
|
2425
|
+
* @public
|
|
2426
|
+
*/
|
|
2427
|
+
export interface CreateContactFlowModuleAliasResponse {
|
|
2428
|
+
/**
|
|
2429
|
+
* <p>The Amazon Resource Name (ARN) of the flow module.</p>
|
|
2430
|
+
* @public
|
|
2431
|
+
*/
|
|
2432
|
+
ContactFlowModuleArn?: string | undefined;
|
|
2433
|
+
/**
|
|
2434
|
+
* <p>The identifier of the alias.</p>
|
|
2435
|
+
* @public
|
|
2436
|
+
*/
|
|
2437
|
+
Id?: string | undefined;
|
|
2438
|
+
}
|
|
2439
|
+
/**
|
|
2440
|
+
* @public
|
|
2441
|
+
*/
|
|
2442
|
+
export interface CreateContactFlowModuleVersionRequest {
|
|
2443
|
+
/**
|
|
2444
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2445
|
+
* @public
|
|
2446
|
+
*/
|
|
2447
|
+
InstanceId: string | undefined;
|
|
2448
|
+
/**
|
|
2449
|
+
* <p>The description of the flow module version.</p>
|
|
2450
|
+
* @public
|
|
2451
|
+
*/
|
|
2452
|
+
Description?: string | undefined;
|
|
2453
|
+
/**
|
|
2454
|
+
* <p>The identifier of the flow module.</p>
|
|
2455
|
+
* @public
|
|
2456
|
+
*/
|
|
2457
|
+
ContactFlowModuleId: string | undefined;
|
|
2458
|
+
/**
|
|
2459
|
+
* <p>Indicates the checksum value of the flow module content.</p>
|
|
2460
|
+
* @public
|
|
2461
|
+
*/
|
|
2462
|
+
FlowModuleContentSha256?: string | undefined;
|
|
2463
|
+
}
|
|
2464
|
+
/**
|
|
2465
|
+
* @public
|
|
2466
|
+
*/
|
|
2467
|
+
export interface CreateContactFlowModuleVersionResponse {
|
|
2468
|
+
/**
|
|
2469
|
+
* <p>The Amazon Resource Name (ARN) of the flow module.</p>
|
|
2470
|
+
* @public
|
|
2471
|
+
*/
|
|
2472
|
+
ContactFlowModuleArn?: string | undefined;
|
|
2473
|
+
/**
|
|
2474
|
+
* <p>The version of the flow module.</p>
|
|
2475
|
+
* @public
|
|
2476
|
+
*/
|
|
2477
|
+
Version?: number | undefined;
|
|
2478
|
+
}
|
|
2373
2479
|
/**
|
|
2374
2480
|
* @public
|
|
2375
2481
|
*/
|
|
@@ -5430,6 +5536,56 @@ export interface DeleteContactFlowModuleRequest {
|
|
|
5430
5536
|
*/
|
|
5431
5537
|
export interface DeleteContactFlowModuleResponse {
|
|
5432
5538
|
}
|
|
5539
|
+
/**
|
|
5540
|
+
* @public
|
|
5541
|
+
*/
|
|
5542
|
+
export interface DeleteContactFlowModuleAliasRequest {
|
|
5543
|
+
/**
|
|
5544
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
5545
|
+
* @public
|
|
5546
|
+
*/
|
|
5547
|
+
InstanceId: string | undefined;
|
|
5548
|
+
/**
|
|
5549
|
+
* <p>The identifier of the flow module.</p>
|
|
5550
|
+
* @public
|
|
5551
|
+
*/
|
|
5552
|
+
ContactFlowModuleId: string | undefined;
|
|
5553
|
+
/**
|
|
5554
|
+
* <p>The identifier of the alias.</p>
|
|
5555
|
+
* @public
|
|
5556
|
+
*/
|
|
5557
|
+
AliasId: string | undefined;
|
|
5558
|
+
}
|
|
5559
|
+
/**
|
|
5560
|
+
* @public
|
|
5561
|
+
*/
|
|
5562
|
+
export interface DeleteContactFlowModuleAliasResponse {
|
|
5563
|
+
}
|
|
5564
|
+
/**
|
|
5565
|
+
* @public
|
|
5566
|
+
*/
|
|
5567
|
+
export interface DeleteContactFlowModuleVersionRequest {
|
|
5568
|
+
/**
|
|
5569
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
5570
|
+
* @public
|
|
5571
|
+
*/
|
|
5572
|
+
InstanceId: string | undefined;
|
|
5573
|
+
/**
|
|
5574
|
+
* <p>The identifier of the flow module.</p>
|
|
5575
|
+
* @public
|
|
5576
|
+
*/
|
|
5577
|
+
ContactFlowModuleId: string | undefined;
|
|
5578
|
+
/**
|
|
5579
|
+
* <p>The version of the flow module to delete.</p>
|
|
5580
|
+
* @public
|
|
5581
|
+
*/
|
|
5582
|
+
ContactFlowModuleVersion: number | undefined;
|
|
5583
|
+
}
|
|
5584
|
+
/**
|
|
5585
|
+
* @public
|
|
5586
|
+
*/
|
|
5587
|
+
export interface DeleteContactFlowModuleVersionResponse {
|
|
5588
|
+
}
|
|
5433
5589
|
/**
|
|
5434
5590
|
* @public
|
|
5435
5591
|
*/
|
|
@@ -6546,241 +6702,3 @@ export interface EvaluationTranscriptPointOfInterest {
|
|
|
6546
6702
|
*/
|
|
6547
6703
|
TranscriptSegment?: string | undefined;
|
|
6548
6704
|
}
|
|
6549
|
-
/**
|
|
6550
|
-
* <p>The Contact Lens category used by evaluation automation.</p>
|
|
6551
|
-
* @public
|
|
6552
|
-
*/
|
|
6553
|
-
export interface EvaluationAutomationRuleCategory {
|
|
6554
|
-
/**
|
|
6555
|
-
* <p>A category label.</p>
|
|
6556
|
-
* @public
|
|
6557
|
-
*/
|
|
6558
|
-
Category: string | undefined;
|
|
6559
|
-
/**
|
|
6560
|
-
* <p>An automation condition for a Contact Lens category.</p>
|
|
6561
|
-
* @public
|
|
6562
|
-
*/
|
|
6563
|
-
Condition: QuestionRuleCategoryAutomationCondition | undefined;
|
|
6564
|
-
/**
|
|
6565
|
-
* <p>A point of interest in a contact transcript that indicates match of condition.</p>
|
|
6566
|
-
* @public
|
|
6567
|
-
*/
|
|
6568
|
-
PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
|
|
6569
|
-
}
|
|
6570
|
-
/**
|
|
6571
|
-
* <p>Analysis details providing explanation for Contact Lens automation decision.</p>
|
|
6572
|
-
* @public
|
|
6573
|
-
*/
|
|
6574
|
-
export interface EvaluationContactLensAnswerAnalysisDetails {
|
|
6575
|
-
/**
|
|
6576
|
-
* <p>A list of match rule categories.</p>
|
|
6577
|
-
* @public
|
|
6578
|
-
*/
|
|
6579
|
-
MatchedRuleCategories?: EvaluationAutomationRuleCategory[] | undefined;
|
|
6580
|
-
}
|
|
6581
|
-
/**
|
|
6582
|
-
* <p>An analysis for a generative AI answer to the question.</p>
|
|
6583
|
-
* @public
|
|
6584
|
-
*/
|
|
6585
|
-
export interface EvaluationGenAIAnswerAnalysisDetails {
|
|
6586
|
-
/**
|
|
6587
|
-
* <p>Generative AI automation answer justification.</p>
|
|
6588
|
-
* @public
|
|
6589
|
-
*/
|
|
6590
|
-
Justification?: string | undefined;
|
|
6591
|
-
/**
|
|
6592
|
-
* <p>Generative AI automation answer analysis points of interest.</p>
|
|
6593
|
-
* @public
|
|
6594
|
-
*/
|
|
6595
|
-
PointsOfInterest?: EvaluationTranscriptPointOfInterest[] | undefined;
|
|
6596
|
-
}
|
|
6597
|
-
/**
|
|
6598
|
-
* <p>Detailed analysis results of the automated answer to the evaluation question.</p>
|
|
6599
|
-
* @public
|
|
6600
|
-
*/
|
|
6601
|
-
export type EvaluationQuestionAnswerAnalysisDetails = EvaluationQuestionAnswerAnalysisDetails.ContactLensMember | EvaluationQuestionAnswerAnalysisDetails.GenAIMember | EvaluationQuestionAnswerAnalysisDetails.$UnknownMember;
|
|
6602
|
-
/**
|
|
6603
|
-
* @public
|
|
6604
|
-
*/
|
|
6605
|
-
export declare namespace EvaluationQuestionAnswerAnalysisDetails {
|
|
6606
|
-
/**
|
|
6607
|
-
* <p>Analysis results from the generative AI automation for the question.</p>
|
|
6608
|
-
* @public
|
|
6609
|
-
*/
|
|
6610
|
-
interface GenAIMember {
|
|
6611
|
-
GenAI: EvaluationGenAIAnswerAnalysisDetails;
|
|
6612
|
-
ContactLens?: never;
|
|
6613
|
-
$unknown?: never;
|
|
6614
|
-
}
|
|
6615
|
-
/**
|
|
6616
|
-
* <p>Analysis results from the Contact Lens automation for the question.</p>
|
|
6617
|
-
* @public
|
|
6618
|
-
*/
|
|
6619
|
-
interface ContactLensMember {
|
|
6620
|
-
GenAI?: never;
|
|
6621
|
-
ContactLens: EvaluationContactLensAnswerAnalysisDetails;
|
|
6622
|
-
$unknown?: never;
|
|
6623
|
-
}
|
|
6624
|
-
/**
|
|
6625
|
-
* @public
|
|
6626
|
-
*/
|
|
6627
|
-
interface $UnknownMember {
|
|
6628
|
-
GenAI?: never;
|
|
6629
|
-
ContactLens?: never;
|
|
6630
|
-
$unknown: [string, any];
|
|
6631
|
-
}
|
|
6632
|
-
/**
|
|
6633
|
-
* @deprecated unused in schema-serde mode.
|
|
6634
|
-
*
|
|
6635
|
-
*/
|
|
6636
|
-
interface Visitor<T> {
|
|
6637
|
-
GenAI: (value: EvaluationGenAIAnswerAnalysisDetails) => T;
|
|
6638
|
-
ContactLens: (value: EvaluationContactLensAnswerAnalysisDetails) => T;
|
|
6639
|
-
_: (name: string, value: any) => T;
|
|
6640
|
-
}
|
|
6641
|
-
}
|
|
6642
|
-
/**
|
|
6643
|
-
* <p>Details of the input data used for automated question processing.</p>
|
|
6644
|
-
* @public
|
|
6645
|
-
*/
|
|
6646
|
-
export interface EvaluationQuestionInputDetails {
|
|
6647
|
-
/**
|
|
6648
|
-
* <p>Transcript type.</p>
|
|
6649
|
-
* @public
|
|
6650
|
-
*/
|
|
6651
|
-
TranscriptType?: EvaluationTranscriptType | undefined;
|
|
6652
|
-
}
|
|
6653
|
-
/**
|
|
6654
|
-
* <p>Information about answer data for a contact evaluation. Answer data must be either string,
|
|
6655
|
-
* numeric, or not applicable.</p>
|
|
6656
|
-
* @public
|
|
6657
|
-
*/
|
|
6658
|
-
export type EvaluationAnswerData = EvaluationAnswerData.NotApplicableMember | EvaluationAnswerData.NumericValueMember | EvaluationAnswerData.StringValueMember | EvaluationAnswerData.$UnknownMember;
|
|
6659
|
-
/**
|
|
6660
|
-
* @public
|
|
6661
|
-
*/
|
|
6662
|
-
export declare namespace EvaluationAnswerData {
|
|
6663
|
-
/**
|
|
6664
|
-
* <p>The string value for an answer in a contact evaluation.</p>
|
|
6665
|
-
* @public
|
|
6666
|
-
*/
|
|
6667
|
-
interface StringValueMember {
|
|
6668
|
-
StringValue: string;
|
|
6669
|
-
NumericValue?: never;
|
|
6670
|
-
NotApplicable?: never;
|
|
6671
|
-
$unknown?: never;
|
|
6672
|
-
}
|
|
6673
|
-
/**
|
|
6674
|
-
* <p>The numeric value for an answer in a contact evaluation.</p>
|
|
6675
|
-
* @public
|
|
6676
|
-
*/
|
|
6677
|
-
interface NumericValueMember {
|
|
6678
|
-
StringValue?: never;
|
|
6679
|
-
NumericValue: number;
|
|
6680
|
-
NotApplicable?: never;
|
|
6681
|
-
$unknown?: never;
|
|
6682
|
-
}
|
|
6683
|
-
/**
|
|
6684
|
-
* <p>The flag to mark the question as not applicable.</p>
|
|
6685
|
-
* @public
|
|
6686
|
-
*/
|
|
6687
|
-
interface NotApplicableMember {
|
|
6688
|
-
StringValue?: never;
|
|
6689
|
-
NumericValue?: never;
|
|
6690
|
-
NotApplicable: boolean;
|
|
6691
|
-
$unknown?: never;
|
|
6692
|
-
}
|
|
6693
|
-
/**
|
|
6694
|
-
* @public
|
|
6695
|
-
*/
|
|
6696
|
-
interface $UnknownMember {
|
|
6697
|
-
StringValue?: never;
|
|
6698
|
-
NumericValue?: never;
|
|
6699
|
-
NotApplicable?: never;
|
|
6700
|
-
$unknown: [string, any];
|
|
6701
|
-
}
|
|
6702
|
-
/**
|
|
6703
|
-
* @deprecated unused in schema-serde mode.
|
|
6704
|
-
*
|
|
6705
|
-
*/
|
|
6706
|
-
interface Visitor<T> {
|
|
6707
|
-
StringValue: (value: string) => T;
|
|
6708
|
-
NumericValue: (value: number) => T;
|
|
6709
|
-
NotApplicable: (value: boolean) => T;
|
|
6710
|
-
_: (name: string, value: any) => T;
|
|
6711
|
-
}
|
|
6712
|
-
}
|
|
6713
|
-
/**
|
|
6714
|
-
* <p>The information about the suggested answer for the question.</p>
|
|
6715
|
-
* @public
|
|
6716
|
-
*/
|
|
6717
|
-
export interface EvaluationSuggestedAnswer {
|
|
6718
|
-
/**
|
|
6719
|
-
* <p>Information about answer data for a contact evaluation. Answer data must be either string,
|
|
6720
|
-
* numeric, or not applicable.</p>
|
|
6721
|
-
* @public
|
|
6722
|
-
*/
|
|
6723
|
-
Value?: EvaluationAnswerData | undefined;
|
|
6724
|
-
/**
|
|
6725
|
-
* <p>The status of the suggested answer. D</p>
|
|
6726
|
-
* @public
|
|
6727
|
-
*/
|
|
6728
|
-
Status: EvaluationSuggestedAnswerStatus | undefined;
|
|
6729
|
-
/**
|
|
6730
|
-
* <p>Details about the input used to question automation.</p>
|
|
6731
|
-
* @public
|
|
6732
|
-
*/
|
|
6733
|
-
Input?: EvaluationQuestionInputDetails | undefined;
|
|
6734
|
-
/**
|
|
6735
|
-
* <p>Type of analysis used to provide suggested answer.</p>
|
|
6736
|
-
* @public
|
|
6737
|
-
*/
|
|
6738
|
-
AnalysisType: EvaluationQuestionAnswerAnalysisType | undefined;
|
|
6739
|
-
/**
|
|
6740
|
-
* <p>Detailed analysis results.</p>
|
|
6741
|
-
* @public
|
|
6742
|
-
*/
|
|
6743
|
-
AnalysisDetails?: EvaluationQuestionAnswerAnalysisDetails | undefined;
|
|
6744
|
-
}
|
|
6745
|
-
/**
|
|
6746
|
-
* <p>Information about output answers for a contact evaluation.</p>
|
|
6747
|
-
* @public
|
|
6748
|
-
*/
|
|
6749
|
-
export interface EvaluationAnswerOutput {
|
|
6750
|
-
/**
|
|
6751
|
-
* <p>The value for an answer in a contact evaluation.</p>
|
|
6752
|
-
* @public
|
|
6753
|
-
*/
|
|
6754
|
-
Value?: EvaluationAnswerData | undefined;
|
|
6755
|
-
/**
|
|
6756
|
-
* <p>The system suggested value for an answer in a contact evaluation.</p>
|
|
6757
|
-
* @public
|
|
6758
|
-
*/
|
|
6759
|
-
SystemSuggestedValue?: EvaluationAnswerData | undefined;
|
|
6760
|
-
/**
|
|
6761
|
-
* <p>Automation suggested answers for the questions.</p>
|
|
6762
|
-
* @public
|
|
6763
|
-
*/
|
|
6764
|
-
SuggestedAnswers?: EvaluationSuggestedAnswer[] | undefined;
|
|
6765
|
-
}
|
|
6766
|
-
/**
|
|
6767
|
-
* <p>Information about the evaluation acknowledgement.</p>
|
|
6768
|
-
* @public
|
|
6769
|
-
*/
|
|
6770
|
-
export interface EvaluationAcknowledgement {
|
|
6771
|
-
/**
|
|
6772
|
-
* <p>When the agent acknowledged the evaluation.</p>
|
|
6773
|
-
* @public
|
|
6774
|
-
*/
|
|
6775
|
-
AcknowledgedTime: Date | undefined;
|
|
6776
|
-
/**
|
|
6777
|
-
* <p>The agent who acknowledged the evaluation.</p>
|
|
6778
|
-
* @public
|
|
6779
|
-
*/
|
|
6780
|
-
AcknowledgedBy: string | undefined;
|
|
6781
|
-
/**
|
|
6782
|
-
* <p>A comment from the agent when they confirmed they acknowledged the evaluation.</p>
|
|
6783
|
-
* @public
|
|
6784
|
-
*/
|
|
6785
|
-
AcknowledgerComment?: string | undefined;
|
|
6786
|
-
}
|