@wildix/wda-insights-client 1.1.46 → 1.1.47
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/dist-cjs/WdaInsights.js +3 -3
- package/dist-cjs/WdaInsightsClient.js +34 -26
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +58 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +10 -11
- package/dist-cjs/commands/CreateFilterCommand.js +10 -11
- package/dist-cjs/commands/CreatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionCommand.js +10 -11
- package/dist-cjs/commands/CreateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DeleteDashboardCommand.js +10 -11
- package/dist-cjs/commands/DeleteFilterCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistCommand.js +10 -11
- package/dist-cjs/commands/DeletePlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionCommand.js +10 -11
- package/dist-cjs/commands/DeleteProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/DisableProjectionCommand.js +10 -11
- package/dist-cjs/commands/EnableProjectionCommand.js +10 -11
- package/dist-cjs/commands/GetAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/GetCallCharacteristicsCommand.js +10 -11
- package/dist-cjs/commands/GetCallInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetCallStateCommand.js +10 -11
- package/dist-cjs/commands/GetCallSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetChatInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetChatStateCommand.js +10 -11
- package/dist-cjs/commands/GetChatSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceInsightsCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceStateCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceSummaryCommand.js +10 -11
- package/dist-cjs/commands/GetConferenceTimeFramesCommand.js +10 -11
- package/dist-cjs/commands/GetDashboardCommand.js +10 -11
- package/dist-cjs/commands/GetPlaylistCommand.js +10 -11
- package/dist-cjs/commands/GetProjectionCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsInsightsCommand.js +10 -11
- package/dist-cjs/commands/ListConversationsNestedAggregationsCommand.js +10 -11
- package/dist-cjs/commands/ListDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListFiltersCommand.js +10 -11
- package/dist-cjs/commands/ListPinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistItemsCommand.js +10 -11
- package/dist-cjs/commands/ListPlaylistsCommand.js +10 -11
- package/dist-cjs/commands/ListProjectionsCommand.js +10 -11
- package/dist-cjs/commands/ListWatchHistoryCommand.js +10 -11
- package/dist-cjs/commands/PauseProjectionCommand.js +10 -11
- package/dist-cjs/commands/PutAnalysisSettingsCommand.js +10 -11
- package/dist-cjs/commands/PutPlaylistItemCommand.js +10 -11
- package/dist-cjs/commands/QueryConversationsCountCommand.js +10 -11
- package/dist-cjs/commands/ScheduleCallSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/ScheduleConferenceSummaryGenerationCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdateDashboardCommand.js +10 -11
- package/dist-cjs/commands/UpdateFilterCommand.js +10 -11
- package/dist-cjs/commands/UpdatePinnedDashboardsCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistAccessCommand.js +10 -11
- package/dist-cjs/commands/UpdatePlaylistCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionCommand.js +10 -11
- package/dist-cjs/commands/UpdateProjectionsCategoryCommand.js +10 -11
- package/dist-cjs/commands/WatchCommand.js +10 -11
- package/dist-cjs/commands/index.js +4 -4
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/bdd.js +28 -0
- package/dist-cjs/endpoint/endpointResolver.js +16 -0
- package/dist-cjs/index.js +4 -1
- package/dist-cjs/models/WdaInsightsServiceException.js +3 -3
- package/dist-cjs/models/enums.js +225 -0
- package/dist-cjs/models/errors.js +69 -0
- package/dist-cjs/models/models_0.js +0 -478
- package/dist-cjs/runtimeConfig.browser.js +11 -11
- package/dist-cjs/runtimeConfig.js +22 -18
- package/dist-cjs/runtimeConfig.shared.js +30 -10
- package/dist-cjs/runtimeExtensions.js +6 -5
- package/dist-cjs/schemas/schemas_0.js +2178 -0
- package/dist-es/WdaInsights.js +3 -3
- package/dist-es/WdaInsightsClient.js +30 -22
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +52 -0
- package/dist-es/commands/CreateDashboardCommand.js +9 -10
- package/dist-es/commands/CreateFilterCommand.js +9 -10
- package/dist-es/commands/CreatePlaylistCommand.js +9 -10
- package/dist-es/commands/CreateProjectionCommand.js +9 -10
- package/dist-es/commands/CreateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DeleteDashboardCommand.js +9 -10
- package/dist-es/commands/DeleteFilterCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistCommand.js +9 -10
- package/dist-es/commands/DeletePlaylistItemCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionCommand.js +9 -10
- package/dist-es/commands/DeleteProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/DisableProjectionCommand.js +9 -10
- package/dist-es/commands/EnableProjectionCommand.js +9 -10
- package/dist-es/commands/GetAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/GetCallCharacteristicsCommand.js +9 -10
- package/dist-es/commands/GetCallInsightsCommand.js +9 -10
- package/dist-es/commands/GetCallStateCommand.js +9 -10
- package/dist-es/commands/GetCallSummaryCommand.js +9 -10
- package/dist-es/commands/GetChatInsightsCommand.js +9 -10
- package/dist-es/commands/GetChatStateCommand.js +9 -10
- package/dist-es/commands/GetChatSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceInsightsCommand.js +9 -10
- package/dist-es/commands/GetConferenceRecordingPresignedDownloadUrlCommand.js +9 -10
- package/dist-es/commands/GetConferenceStateCommand.js +9 -10
- package/dist-es/commands/GetConferenceSummaryCommand.js +9 -10
- package/dist-es/commands/GetConferenceTimeFramesCommand.js +9 -10
- package/dist-es/commands/GetDashboardCommand.js +9 -10
- package/dist-es/commands/GetPlaylistCommand.js +9 -10
- package/dist-es/commands/GetProjectionCommand.js +9 -10
- package/dist-es/commands/ListConversationsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsAggregationsCommand.js +9 -10
- package/dist-es/commands/ListConversationsInsightsCommand.js +9 -10
- package/dist-es/commands/ListConversationsNestedAggregationsCommand.js +9 -10
- package/dist-es/commands/ListDashboardsCommand.js +9 -10
- package/dist-es/commands/ListFiltersCommand.js +9 -10
- package/dist-es/commands/ListPinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistItemsCommand.js +9 -10
- package/dist-es/commands/ListPlaylistsCommand.js +9 -10
- package/dist-es/commands/ListProjectionsCommand.js +9 -10
- package/dist-es/commands/ListWatchHistoryCommand.js +9 -10
- package/dist-es/commands/PauseProjectionCommand.js +9 -10
- package/dist-es/commands/PutAnalysisSettingsCommand.js +9 -10
- package/dist-es/commands/PutPlaylistItemCommand.js +9 -10
- package/dist-es/commands/QueryConversationsCountCommand.js +9 -10
- package/dist-es/commands/ScheduleCallSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/ScheduleConferenceSummaryGenerationCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardAccessCommand.js +9 -10
- package/dist-es/commands/UpdateDashboardCommand.js +9 -10
- package/dist-es/commands/UpdateFilterCommand.js +9 -10
- package/dist-es/commands/UpdatePinnedDashboardsCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistAccessCommand.js +9 -10
- package/dist-es/commands/UpdatePlaylistCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionCommand.js +9 -10
- package/dist-es/commands/UpdateProjectionsCategoryCommand.js +9 -10
- package/dist-es/commands/WatchCommand.js +9 -10
- package/dist-es/commands/index.js +4 -4
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/bdd.js +25 -0
- package/dist-es/endpoint/endpointResolver.js +12 -0
- package/dist-es/index.js +4 -1
- package/dist-es/models/WdaInsightsServiceException.js +1 -1
- package/dist-es/models/enums.js +222 -0
- package/dist-es/models/errors.js +61 -0
- package/dist-es/models/models_0.js +1 -471
- package/dist-es/runtimeConfig.browser.js +7 -7
- package/dist-es/runtimeConfig.js +17 -13
- package/dist-es/runtimeConfig.shared.js +24 -4
- package/dist-es/runtimeExtensions.js +6 -5
- package/dist-es/schemas/schemas_0.js +2170 -0
- package/dist-types/WdaInsights.d.ts +57 -57
- package/dist-types/WdaInsightsClient.d.ts +86 -68
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +81 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +61 -39
- package/dist-types/commands/CreateFilterCommand.d.ts +9 -7
- package/dist-types/commands/CreatePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/CreateProjectionCommand.d.ts +51 -39
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -7
- package/dist-types/commands/DeleteFilterCommand.d.ts +9 -7
- package/dist-types/commands/DeletePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +9 -7
- package/dist-types/commands/DeleteProjectionCommand.d.ts +9 -7
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/DisableProjectionCommand.d.ts +30 -23
- package/dist-types/commands/EnableProjectionCommand.d.ts +30 -23
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +30 -23
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +9 -7
- package/dist-types/commands/GetCallInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetCallStateCommand.d.ts +9 -7
- package/dist-types/commands/GetCallSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetChatInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetChatStateCommand.d.ts +9 -7
- package/dist-types/commands/GetChatSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceStateCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +9 -7
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +9 -7
- package/dist-types/commands/GetDashboardCommand.d.ts +35 -23
- package/dist-types/commands/GetPlaylistCommand.d.ts +9 -7
- package/dist-types/commands/GetProjectionCommand.d.ts +30 -23
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +125 -39
- package/dist-types/commands/ListConversationsCommand.d.ts +30 -23
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +137 -49
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +126 -40
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +136 -48
- package/dist-types/commands/ListDashboardsCommand.d.ts +35 -23
- package/dist-types/commands/ListFiltersCommand.d.ts +9 -7
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +35 -23
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +9 -7
- package/dist-types/commands/ListPlaylistsCommand.d.ts +9 -7
- package/dist-types/commands/ListProjectionsCommand.d.ts +30 -23
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +9 -7
- package/dist-types/commands/PauseProjectionCommand.d.ts +30 -23
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +51 -39
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +9 -7
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +30 -23
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +10 -8
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +10 -8
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +35 -23
- package/dist-types/commands/UpdateDashboardCommand.d.ts +61 -39
- package/dist-types/commands/UpdateFilterCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +9 -7
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +9 -7
- package/dist-types/commands/UpdateProjectionCommand.d.ts +51 -39
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +10 -8
- package/dist-types/commands/WatchCommand.d.ts +9 -7
- package/dist-types/commands/index.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +41 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +4 -3
- package/dist-types/index.d.ts +5 -1
- package/dist-types/models/WdaInsightsServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +541 -0
- package/dist-types/models/errors.d.ts +57 -0
- package/dist-types/models/models_0.d.ts +473 -760
- package/dist-types/runtimeConfig.browser.d.ts +35 -16
- package/dist-types/runtimeConfig.d.ts +34 -15
- package/dist-types/runtimeConfig.native.d.ts +36 -17
- package/dist-types/runtimeConfig.shared.d.ts +20 -3
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +299 -0
- package/package.json +14 -40
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/protocols/Aws_restJson1.js +0 -2406
- package/dist-es/models/index.js +0 -1
- package/dist-es/protocols/Aws_restJson1.js +0 -2289
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -506
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListWatchHistoryInput, ListWatchHistoryOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface ListWatchHistoryCommandInput extends ListWatchHistoryInput {
|
|
|
22
22
|
export interface ListWatchHistoryCommandOutput extends ListWatchHistoryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListWatchHistoryCommand_base: {
|
|
25
|
-
new (input: ListWatchHistoryCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListWatchHistoryCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: ListWatchHistoryCommandInput): import("@smithy/core/client").CommandImpl<ListWatchHistoryCommandInput, ListWatchHistoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListWatchHistoryCommandInput]): import("@smithy/core/client").CommandImpl<ListWatchHistoryCommandInput, ListWatchHistoryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* .
|
|
@@ -33,6 +33,8 @@ declare const ListWatchHistoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, ListWatchHistoryCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, ListWatchHistoryCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // ListWatchHistoryInput
|
|
38
40
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { PauseProjectionInput, PauseProjectionOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface PauseProjectionCommandInput extends PauseProjectionInput {
|
|
|
22
22
|
export interface PauseProjectionCommandOutput extends PauseProjectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PauseProjectionCommand_base: {
|
|
25
|
-
new (input: PauseProjectionCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: PauseProjectionCommandInput): import("@smithy/core/client").CommandImpl<PauseProjectionCommandInput, PauseProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PauseProjectionCommandInput): import("@smithy/core/client").CommandImpl<PauseProjectionCommandInput, PauseProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Pauses a projection by its ID.
|
|
@@ -33,6 +33,8 @@ declare const PauseProjectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, PauseProjectionCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, PauseProjectionCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // PauseProjectionInput
|
|
38
40
|
* company: "STRING_VALUE",
|
|
@@ -146,27 +148,32 @@ declare const PauseProjectionCommand_base: {
|
|
|
146
148
|
* // from: Number("int"),
|
|
147
149
|
* // to: Number("int"),
|
|
148
150
|
* // },
|
|
151
|
+
* // connectTime: {
|
|
152
|
+
* // from: Number("int"),
|
|
153
|
+
* // to: Number("int"),
|
|
154
|
+
* // },
|
|
155
|
+
* // talkTime: {
|
|
156
|
+
* // from: Number("int"),
|
|
157
|
+
* // to: Number("int"),
|
|
158
|
+
* // },
|
|
159
|
+
* // waitTime: {
|
|
160
|
+
* // from: Number("int"),
|
|
161
|
+
* // to: Number("int"),
|
|
162
|
+
* // },
|
|
163
|
+
* // queueTime: {
|
|
164
|
+
* // from: Number("int"),
|
|
165
|
+
* // to: Number("int"),
|
|
166
|
+
* // },
|
|
167
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
149
168
|
* // interaction: { // ListConversationsFilterInteraction
|
|
150
|
-
* // talkRatio:
|
|
151
|
-
* //
|
|
152
|
-
* //
|
|
153
|
-
* // },
|
|
154
|
-
* // wordsPerMinute: {
|
|
155
|
-
* // from: Number("int"),
|
|
156
|
-
* // to: Number("int"),
|
|
157
|
-
* // },
|
|
158
|
-
* // interruptions: {
|
|
159
|
-
* // from: Number("int"),
|
|
160
|
-
* // to: Number("int"),
|
|
161
|
-
* // },
|
|
169
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
170
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
171
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
162
172
|
* // patience: { // ListConversationsFilterFloat
|
|
163
173
|
* // from: Number("float"),
|
|
164
174
|
* // to: Number("float"),
|
|
165
175
|
* // },
|
|
166
|
-
* // longestMonologue:
|
|
167
|
-
* // from: Number("int"),
|
|
168
|
-
* // to: Number("int"),
|
|
169
|
-
* // },
|
|
176
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
170
177
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
171
178
|
* // },
|
|
172
179
|
* // recorded: true || false,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { PutAnalysisSettingsInput, PutAnalysisSettingsOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface PutAnalysisSettingsCommandInput extends PutAnalysisSettingsInpu
|
|
|
22
22
|
export interface PutAnalysisSettingsCommandOutput extends PutAnalysisSettingsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAnalysisSettingsCommand_base: {
|
|
25
|
-
new (input: PutAnalysisSettingsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [PutAnalysisSettingsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: PutAnalysisSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutAnalysisSettingsCommandInput, PutAnalysisSettingsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [PutAnalysisSettingsCommandInput]): import("@smithy/core/client").CommandImpl<PutAnalysisSettingsCommandInput, PutAnalysisSettingsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Updates default analysis settings used for projections.
|
|
@@ -33,6 +33,8 @@ declare const PutAnalysisSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, PutAnalysisSettingsCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, PutAnalysisSettingsCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // PutAnalysisSettingsInput
|
|
38
40
|
* defaultModel: "STRING_VALUE",
|
|
@@ -107,27 +109,32 @@ declare const PutAnalysisSettingsCommand_base: {
|
|
|
107
109
|
* from: Number("int"),
|
|
108
110
|
* to: Number("int"),
|
|
109
111
|
* },
|
|
112
|
+
* connectTime: {
|
|
113
|
+
* from: Number("int"),
|
|
114
|
+
* to: Number("int"),
|
|
115
|
+
* },
|
|
116
|
+
* talkTime: {
|
|
117
|
+
* from: Number("int"),
|
|
118
|
+
* to: Number("int"),
|
|
119
|
+
* },
|
|
120
|
+
* waitTime: {
|
|
121
|
+
* from: Number("int"),
|
|
122
|
+
* to: Number("int"),
|
|
123
|
+
* },
|
|
124
|
+
* queueTime: {
|
|
125
|
+
* from: Number("int"),
|
|
126
|
+
* to: Number("int"),
|
|
127
|
+
* },
|
|
128
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
110
129
|
* interaction: { // ListConversationsFilterInteraction
|
|
111
|
-
* talkRatio:
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
* },
|
|
115
|
-
* wordsPerMinute: {
|
|
116
|
-
* from: Number("int"),
|
|
117
|
-
* to: Number("int"),
|
|
118
|
-
* },
|
|
119
|
-
* interruptions: {
|
|
120
|
-
* from: Number("int"),
|
|
121
|
-
* to: Number("int"),
|
|
122
|
-
* },
|
|
130
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
131
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
132
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
123
133
|
* patience: { // ListConversationsFilterFloat
|
|
124
134
|
* from: Number("float"),
|
|
125
135
|
* to: Number("float"),
|
|
126
136
|
* },
|
|
127
|
-
* longestMonologue:
|
|
128
|
-
* from: Number("int"),
|
|
129
|
-
* to: Number("int"),
|
|
130
|
-
* },
|
|
137
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
131
138
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
132
139
|
* },
|
|
133
140
|
* recorded: true || false,
|
|
@@ -292,27 +299,32 @@ declare const PutAnalysisSettingsCommand_base: {
|
|
|
292
299
|
* // from: Number("int"),
|
|
293
300
|
* // to: Number("int"),
|
|
294
301
|
* // },
|
|
302
|
+
* // connectTime: {
|
|
303
|
+
* // from: Number("int"),
|
|
304
|
+
* // to: Number("int"),
|
|
305
|
+
* // },
|
|
306
|
+
* // talkTime: {
|
|
307
|
+
* // from: Number("int"),
|
|
308
|
+
* // to: Number("int"),
|
|
309
|
+
* // },
|
|
310
|
+
* // waitTime: {
|
|
311
|
+
* // from: Number("int"),
|
|
312
|
+
* // to: Number("int"),
|
|
313
|
+
* // },
|
|
314
|
+
* // queueTime: {
|
|
315
|
+
* // from: Number("int"),
|
|
316
|
+
* // to: Number("int"),
|
|
317
|
+
* // },
|
|
318
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
295
319
|
* // interaction: { // ListConversationsFilterInteraction
|
|
296
|
-
* // talkRatio:
|
|
297
|
-
* //
|
|
298
|
-
* //
|
|
299
|
-
* // },
|
|
300
|
-
* // wordsPerMinute: {
|
|
301
|
-
* // from: Number("int"),
|
|
302
|
-
* // to: Number("int"),
|
|
303
|
-
* // },
|
|
304
|
-
* // interruptions: {
|
|
305
|
-
* // from: Number("int"),
|
|
306
|
-
* // to: Number("int"),
|
|
307
|
-
* // },
|
|
320
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
321
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
322
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
308
323
|
* // patience: { // ListConversationsFilterFloat
|
|
309
324
|
* // from: Number("float"),
|
|
310
325
|
* // to: Number("float"),
|
|
311
326
|
* // },
|
|
312
|
-
* // longestMonologue:
|
|
313
|
-
* // from: Number("int"),
|
|
314
|
-
* // to: Number("int"),
|
|
315
|
-
* // },
|
|
327
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
316
328
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
317
329
|
* // },
|
|
318
330
|
* // recorded: true || false,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { PutPlaylistItemInput, PutPlaylistItemOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface PutPlaylistItemCommandInput extends PutPlaylistItemInput {
|
|
|
22
22
|
export interface PutPlaylistItemCommandOutput extends PutPlaylistItemOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutPlaylistItemCommand_base: {
|
|
25
|
-
new (input: PutPlaylistItemCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: PutPlaylistItemCommandInput): import("@smithy/core/client").CommandImpl<PutPlaylistItemCommandInput, PutPlaylistItemCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutPlaylistItemCommandInput): import("@smithy/core/client").CommandImpl<PutPlaylistItemCommandInput, PutPlaylistItemCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Adds an existing conversation to the specified playlist.
|
|
@@ -33,6 +33,8 @@ declare const PutPlaylistItemCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, PutPlaylistItemCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, PutPlaylistItemCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // PutPlaylistItemInput
|
|
38
40
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { QueryConversationsCountInput, QueryConversationsCountOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface QueryConversationsCountCommandInput extends QueryConversationsC
|
|
|
22
22
|
export interface QueryConversationsCountCommandOutput extends QueryConversationsCountOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const QueryConversationsCountCommand_base: {
|
|
25
|
-
new (input: QueryConversationsCountCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [QueryConversationsCountCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: QueryConversationsCountCommandInput): import("@smithy/core/client").CommandImpl<QueryConversationsCountCommandInput, QueryConversationsCountCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [QueryConversationsCountCommandInput]): import("@smithy/core/client").CommandImpl<QueryConversationsCountCommandInput, QueryConversationsCountCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Insights API are currently in active development. All interfaces are subject to change.
|
|
@@ -33,6 +33,8 @@ declare const QueryConversationsCountCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, QueryConversationsCountCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, QueryConversationsCountCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // QueryConversationsCountInput
|
|
38
40
|
* company: "STRING_VALUE",
|
|
@@ -106,27 +108,32 @@ declare const QueryConversationsCountCommand_base: {
|
|
|
106
108
|
* from: Number("int"),
|
|
107
109
|
* to: Number("int"),
|
|
108
110
|
* },
|
|
111
|
+
* connectTime: {
|
|
112
|
+
* from: Number("int"),
|
|
113
|
+
* to: Number("int"),
|
|
114
|
+
* },
|
|
115
|
+
* talkTime: {
|
|
116
|
+
* from: Number("int"),
|
|
117
|
+
* to: Number("int"),
|
|
118
|
+
* },
|
|
119
|
+
* waitTime: {
|
|
120
|
+
* from: Number("int"),
|
|
121
|
+
* to: Number("int"),
|
|
122
|
+
* },
|
|
123
|
+
* queueTime: {
|
|
124
|
+
* from: Number("int"),
|
|
125
|
+
* to: Number("int"),
|
|
126
|
+
* },
|
|
127
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
109
128
|
* interaction: { // ListConversationsFilterInteraction
|
|
110
|
-
* talkRatio:
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
* },
|
|
114
|
-
* wordsPerMinute: {
|
|
115
|
-
* from: Number("int"),
|
|
116
|
-
* to: Number("int"),
|
|
117
|
-
* },
|
|
118
|
-
* interruptions: {
|
|
119
|
-
* from: Number("int"),
|
|
120
|
-
* to: Number("int"),
|
|
121
|
-
* },
|
|
129
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
130
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
131
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
122
132
|
* patience: { // ListConversationsFilterFloat
|
|
123
133
|
* from: Number("float"),
|
|
124
134
|
* to: Number("float"),
|
|
125
135
|
* },
|
|
126
|
-
* longestMonologue:
|
|
127
|
-
* from: Number("int"),
|
|
128
|
-
* to: Number("int"),
|
|
129
|
-
* },
|
|
136
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
130
137
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
131
138
|
* },
|
|
132
139
|
* recorded: true || false,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ScheduleCallSummaryGenerationInput, ScheduleCallSummaryGenerationOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,19 +22,21 @@ export interface ScheduleCallSummaryGenerationCommandInput extends ScheduleCallS
|
|
|
22
22
|
export interface ScheduleCallSummaryGenerationCommandOutput extends ScheduleCallSummaryGenerationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ScheduleCallSummaryGenerationCommand_base: {
|
|
25
|
-
new (input: ScheduleCallSummaryGenerationCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: ScheduleCallSummaryGenerationCommandInput): import("@smithy/core/client").CommandImpl<ScheduleCallSummaryGenerationCommandInput, ScheduleCallSummaryGenerationCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ScheduleCallSummaryGenerationCommandInput): import("@smithy/core/client").CommandImpl<ScheduleCallSummaryGenerationCommandInput, ScheduleCallSummaryGenerationCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* @public
|
|
31
|
-
* @deprecated
|
|
31
|
+
* @deprecated deprecated.
|
|
32
32
|
*
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { WdaInsightsClient, ScheduleCallSummaryGenerationCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
37
37
|
* // const { WdaInsightsClient, ScheduleCallSummaryGenerationCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
38
40
|
* const client = new WdaInsightsClient(config);
|
|
39
41
|
* const input = { // ScheduleCallSummaryGenerationInput
|
|
40
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ScheduleConferenceSummaryGenerationInput, ScheduleConferenceSummaryGenerationOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,19 +22,21 @@ export interface ScheduleConferenceSummaryGenerationCommandInput extends Schedul
|
|
|
22
22
|
export interface ScheduleConferenceSummaryGenerationCommandOutput extends ScheduleConferenceSummaryGenerationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ScheduleConferenceSummaryGenerationCommand_base: {
|
|
25
|
-
new (input: ScheduleConferenceSummaryGenerationCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: ScheduleConferenceSummaryGenerationCommandInput): import("@smithy/core/client").CommandImpl<ScheduleConferenceSummaryGenerationCommandInput, ScheduleConferenceSummaryGenerationCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ScheduleConferenceSummaryGenerationCommandInput): import("@smithy/core/client").CommandImpl<ScheduleConferenceSummaryGenerationCommandInput, ScheduleConferenceSummaryGenerationCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* @public
|
|
31
|
-
* @deprecated
|
|
31
|
+
* @deprecated deprecated.
|
|
32
32
|
*
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { WdaInsightsClient, ScheduleConferenceSummaryGenerationCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
37
37
|
* // const { WdaInsightsClient, ScheduleConferenceSummaryGenerationCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
38
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
39
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
38
40
|
* const client = new WdaInsightsClient(config);
|
|
39
41
|
* const input = { // ScheduleConferenceSummaryGenerationInput
|
|
40
42
|
* company: "STRING_VALUE",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { UpdateDashboardAccessInput, UpdateDashboardAccessOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, WdaInsightsClientResolvedConfig } from "../WdaInsightsClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,9 +22,9 @@ export interface UpdateDashboardAccessCommandInput extends UpdateDashboardAccess
|
|
|
22
22
|
export interface UpdateDashboardAccessCommandOutput extends UpdateDashboardAccessOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDashboardAccessCommand_base: {
|
|
25
|
-
new (input: UpdateDashboardAccessCommandInput): import("@smithy/
|
|
26
|
-
new (
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/
|
|
25
|
+
new (input: UpdateDashboardAccessCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardAccessCommandInput, UpdateDashboardAccessCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateDashboardAccessCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardAccessCommandInput, UpdateDashboardAccessCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* Enables a dashboard by its ID.
|
|
@@ -33,6 +33,8 @@ declare const UpdateDashboardAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WdaInsightsClient, UpdateDashboardAccessCommand } from "@wildix/wda-insights-client"; // ES Modules import
|
|
35
35
|
* // const { WdaInsightsClient, UpdateDashboardAccessCommand } = require("@wildix/wda-insights-client"); // CommonJS import
|
|
36
|
+
* // import type { WdaInsightsClientConfig } from "@wildix/wda-insights-client";
|
|
37
|
+
* const config = {}; // type is WdaInsightsClientConfig
|
|
36
38
|
* const client = new WdaInsightsClient(config);
|
|
37
39
|
* const input = { // UpdateDashboardAccessInput
|
|
38
40
|
* company: "STRING_VALUE",
|
|
@@ -170,27 +172,32 @@ declare const UpdateDashboardAccessCommand_base: {
|
|
|
170
172
|
* // from: Number("int"),
|
|
171
173
|
* // to: Number("int"),
|
|
172
174
|
* // },
|
|
175
|
+
* // connectTime: {
|
|
176
|
+
* // from: Number("int"),
|
|
177
|
+
* // to: Number("int"),
|
|
178
|
+
* // },
|
|
179
|
+
* // talkTime: {
|
|
180
|
+
* // from: Number("int"),
|
|
181
|
+
* // to: Number("int"),
|
|
182
|
+
* // },
|
|
183
|
+
* // waitTime: {
|
|
184
|
+
* // from: Number("int"),
|
|
185
|
+
* // to: Number("int"),
|
|
186
|
+
* // },
|
|
187
|
+
* // queueTime: {
|
|
188
|
+
* // from: Number("int"),
|
|
189
|
+
* // to: Number("int"),
|
|
190
|
+
* // },
|
|
191
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
173
192
|
* // interaction: { // ListConversationsFilterInteraction
|
|
174
|
-
* // talkRatio:
|
|
175
|
-
* //
|
|
176
|
-
* //
|
|
177
|
-
* // },
|
|
178
|
-
* // wordsPerMinute: {
|
|
179
|
-
* // from: Number("int"),
|
|
180
|
-
* // to: Number("int"),
|
|
181
|
-
* // },
|
|
182
|
-
* // interruptions: {
|
|
183
|
-
* // from: Number("int"),
|
|
184
|
-
* // to: Number("int"),
|
|
185
|
-
* // },
|
|
193
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
194
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
195
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
186
196
|
* // patience: { // ListConversationsFilterFloat
|
|
187
197
|
* // from: Number("float"),
|
|
188
198
|
* // to: Number("float"),
|
|
189
199
|
* // },
|
|
190
|
-
* // longestMonologue:
|
|
191
|
-
* // from: Number("int"),
|
|
192
|
-
* // to: Number("int"),
|
|
193
|
-
* // },
|
|
200
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
194
201
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
195
202
|
* // },
|
|
196
203
|
* // recorded: true || false,
|
|
@@ -330,6 +337,11 @@ declare const UpdateDashboardAccessCommand_base: {
|
|
|
330
337
|
* // ],
|
|
331
338
|
* // language: "<ListConversationsFilterKeyword>",
|
|
332
339
|
* // duration: "<ListConversationsFilterNumber>",
|
|
340
|
+
* // connectTime: "<ListConversationsFilterNumber>",
|
|
341
|
+
* // talkTime: "<ListConversationsFilterNumber>",
|
|
342
|
+
* // waitTime: "<ListConversationsFilterNumber>",
|
|
343
|
+
* // queueTime: "<ListConversationsFilterNumber>",
|
|
344
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
333
345
|
* // interaction: {
|
|
334
346
|
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
335
347
|
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|