@wildix/wda-insights-client 3.1.46 → 4.0.2
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/schemas/schemas_0.js +4 -4
- package/dist-es/schemas/schemas_0.js +4 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +53 -35
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -3
- package/dist-types/commands/CreatePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/CreateProjectionCommand.d.ts +43 -35
- package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -3
- package/dist-types/commands/DeleteFilterCommand.d.ts +1 -3
- package/dist-types/commands/DeletePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/DeletePlaylistItemCommand.d.ts +1 -3
- package/dist-types/commands/DeleteProjectionCommand.d.ts +1 -3
- package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/DisableProjectionCommand.d.ts +22 -19
- package/dist-types/commands/EnableProjectionCommand.d.ts +22 -19
- package/dist-types/commands/GetAnalysisSettingsCommand.d.ts +22 -19
- package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +1 -3
- package/dist-types/commands/GetCallInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetCallStateCommand.d.ts +1 -3
- package/dist-types/commands/GetCallSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetChatInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetChatStateCommand.d.ts +1 -3
- package/dist-types/commands/GetChatSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceInsightsCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceRecordingPresignedDownloadUrlCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceStateCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceSummaryCommand.d.ts +1 -3
- package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +1 -3
- package/dist-types/commands/GetDashboardCommand.d.ts +27 -19
- package/dist-types/commands/GetPlaylistCommand.d.ts +1 -3
- package/dist-types/commands/GetProjectionCommand.d.ts +22 -19
- package/dist-types/commands/ListConversationsAggregationsCommand.d.ts +117 -35
- package/dist-types/commands/ListConversationsCommand.d.ts +22 -19
- package/dist-types/commands/ListConversationsInsightsAggregationsCommand.d.ts +128 -44
- package/dist-types/commands/ListConversationsInsightsCommand.d.ts +117 -35
- package/dist-types/commands/ListConversationsNestedAggregationsCommand.d.ts +128 -44
- package/dist-types/commands/ListDashboardsCommand.d.ts +27 -19
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -3
- package/dist-types/commands/ListPinnedDashboardsCommand.d.ts +27 -19
- package/dist-types/commands/ListPlaylistItemsCommand.d.ts +1 -3
- package/dist-types/commands/ListPlaylistsCommand.d.ts +1 -3
- package/dist-types/commands/ListProjectionsCommand.d.ts +22 -19
- package/dist-types/commands/ListWatchHistoryCommand.d.ts +1 -3
- package/dist-types/commands/PauseProjectionCommand.d.ts +22 -19
- package/dist-types/commands/PutAnalysisSettingsCommand.d.ts +43 -35
- package/dist-types/commands/PutPlaylistItemCommand.d.ts +1 -3
- package/dist-types/commands/QueryConversationsCountCommand.d.ts +22 -19
- package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +1 -3
- package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +1 -3
- package/dist-types/commands/UpdateDashboardAccessCommand.d.ts +27 -19
- package/dist-types/commands/UpdateDashboardCommand.d.ts +53 -35
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePinnedDashboardsCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePlaylistAccessCommand.d.ts +1 -3
- package/dist-types/commands/UpdatePlaylistCommand.d.ts +1 -3
- package/dist-types/commands/UpdateProjectionCommand.d.ts +43 -35
- package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +1 -3
- package/dist-types/commands/WatchCommand.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +301 -26
- package/package.json +1 -1
|
@@ -24,9 +24,7 @@ export interface GetCallSummaryCommandOutput extends GetCallSummaryOutput, __Met
|
|
|
24
24
|
declare const GetCallSummaryCommand_base: {
|
|
25
25
|
new (input: GetCallSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetCallSummaryCommandInput, GetCallSummaryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetCallSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetCallSummaryCommandInput, GetCallSummaryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets the summary for a call by callId and flowIndex.
|
|
@@ -24,9 +24,7 @@ export interface GetChatInsightsCommandOutput extends GetChatInsightsOutput, __M
|
|
|
24
24
|
declare const GetChatInsightsCommand_base: {
|
|
25
25
|
new (input: GetChatInsightsCommandInput): import("@smithy/core/client").CommandImpl<GetChatInsightsCommandInput, GetChatInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetChatInsightsCommandInput): import("@smithy/core/client").CommandImpl<GetChatInsightsCommandInput, GetChatInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets the insights for a chat by chatId.
|
|
@@ -24,9 +24,7 @@ export interface GetChatStateCommandOutput extends GetChatStateOutput, __Metadat
|
|
|
24
24
|
declare const GetChatStateCommand_base: {
|
|
25
25
|
new (input: GetChatStateCommandInput): import("@smithy/core/client").CommandImpl<GetChatStateCommandInput, GetChatStateCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetChatStateCommandInput): import("@smithy/core/client").CommandImpl<GetChatStateCommandInput, GetChatStateCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets the summary for a chat by chatId.
|
|
@@ -24,9 +24,7 @@ export interface GetChatSummaryCommandOutput extends GetChatSummaryOutput, __Met
|
|
|
24
24
|
declare const GetChatSummaryCommand_base: {
|
|
25
25
|
new (input: GetChatSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetChatSummaryCommandInput, GetChatSummaryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetChatSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetChatSummaryCommandInput, GetChatSummaryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets the summary for a chat by chatId.
|
|
@@ -24,9 +24,7 @@ export interface GetConferenceInsightsCommandOutput extends GetConferenceInsight
|
|
|
24
24
|
declare const GetConferenceInsightsCommand_base: {
|
|
25
25
|
new (input: GetConferenceInsightsCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceInsightsCommandInput, GetConferenceInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetConferenceInsightsCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceInsightsCommandInput, GetConferenceInsightsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets the insights for a conference by conferenceId.
|
|
@@ -24,9 +24,7 @@ export interface GetConferenceRecordingPresignedDownloadUrlCommandOutput extends
|
|
|
24
24
|
declare const GetConferenceRecordingPresignedDownloadUrlCommand_base: {
|
|
25
25
|
new (input: GetConferenceRecordingPresignedDownloadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceRecordingPresignedDownloadUrlCommandInput, GetConferenceRecordingPresignedDownloadUrlCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetConferenceRecordingPresignedDownloadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceRecordingPresignedDownloadUrlCommandInput, GetConferenceRecordingPresignedDownloadUrlCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Retrieves a presigned URL for downloading a specific recording.
|
|
@@ -24,9 +24,7 @@ export interface GetConferenceStateCommandOutput extends GetConferenceStateOutpu
|
|
|
24
24
|
declare const GetConferenceStateCommand_base: {
|
|
25
25
|
new (input: GetConferenceStateCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceStateCommandInput, GetConferenceStateCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetConferenceStateCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceStateCommandInput, GetConferenceStateCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets the summary for a conference by conferenceId.
|
|
@@ -24,9 +24,7 @@ export interface GetConferenceSummaryCommandOutput extends GetConferenceSummaryO
|
|
|
24
24
|
declare const GetConferenceSummaryCommand_base: {
|
|
25
25
|
new (input: GetConferenceSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceSummaryCommandInput, GetConferenceSummaryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetConferenceSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceSummaryCommandInput, GetConferenceSummaryCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets the summary for a conference by conferenceId.
|
|
@@ -24,9 +24,7 @@ export interface GetConferenceTimeFramesCommandOutput extends GetConferenceTimeF
|
|
|
24
24
|
declare const GetConferenceTimeFramesCommand_base: {
|
|
25
25
|
new (input: GetConferenceTimeFramesCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceTimeFramesCommandInput, GetConferenceTimeFramesCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetConferenceTimeFramesCommandInput): import("@smithy/core/client").CommandImpl<GetConferenceTimeFramesCommandInput, GetConferenceTimeFramesCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets the time frames for a conference by conferenceId.
|
|
@@ -24,9 +24,7 @@ export interface GetDashboardCommandOutput extends GetDashboardOutput, __Metadat
|
|
|
24
24
|
declare const GetDashboardCommand_base: {
|
|
25
25
|
new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets a dashboard by its ID.
|
|
@@ -156,27 +154,32 @@ declare const GetDashboardCommand_base: {
|
|
|
156
154
|
* // from: Number("int"),
|
|
157
155
|
* // to: Number("int"),
|
|
158
156
|
* // },
|
|
157
|
+
* // connectTime: {
|
|
158
|
+
* // from: Number("int"),
|
|
159
|
+
* // to: Number("int"),
|
|
160
|
+
* // },
|
|
161
|
+
* // talkTime: {
|
|
162
|
+
* // from: Number("int"),
|
|
163
|
+
* // to: Number("int"),
|
|
164
|
+
* // },
|
|
165
|
+
* // waitTime: {
|
|
166
|
+
* // from: Number("int"),
|
|
167
|
+
* // to: Number("int"),
|
|
168
|
+
* // },
|
|
169
|
+
* // queueTime: {
|
|
170
|
+
* // from: Number("int"),
|
|
171
|
+
* // to: Number("int"),
|
|
172
|
+
* // },
|
|
173
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
159
174
|
* // interaction: { // ListConversationsFilterInteraction
|
|
160
|
-
* // talkRatio:
|
|
161
|
-
* //
|
|
162
|
-
* //
|
|
163
|
-
* // },
|
|
164
|
-
* // wordsPerMinute: {
|
|
165
|
-
* // from: Number("int"),
|
|
166
|
-
* // to: Number("int"),
|
|
167
|
-
* // },
|
|
168
|
-
* // interruptions: {
|
|
169
|
-
* // from: Number("int"),
|
|
170
|
-
* // to: Number("int"),
|
|
171
|
-
* // },
|
|
175
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
176
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
177
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
172
178
|
* // patience: { // ListConversationsFilterFloat
|
|
173
179
|
* // from: Number("float"),
|
|
174
180
|
* // to: Number("float"),
|
|
175
181
|
* // },
|
|
176
|
-
* // longestMonologue:
|
|
177
|
-
* // from: Number("int"),
|
|
178
|
-
* // to: Number("int"),
|
|
179
|
-
* // },
|
|
182
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
180
183
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
181
184
|
* // },
|
|
182
185
|
* // recorded: true || false,
|
|
@@ -316,6 +319,11 @@ declare const GetDashboardCommand_base: {
|
|
|
316
319
|
* // ],
|
|
317
320
|
* // language: "<ListConversationsFilterKeyword>",
|
|
318
321
|
* // duration: "<ListConversationsFilterNumber>",
|
|
322
|
+
* // connectTime: "<ListConversationsFilterNumber>",
|
|
323
|
+
* // talkTime: "<ListConversationsFilterNumber>",
|
|
324
|
+
* // waitTime: "<ListConversationsFilterNumber>",
|
|
325
|
+
* // queueTime: "<ListConversationsFilterNumber>",
|
|
326
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
319
327
|
* // interaction: {
|
|
320
328
|
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
321
329
|
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
@@ -24,9 +24,7 @@ export interface GetPlaylistCommandOutput extends GetPlaylistOutput, __MetadataB
|
|
|
24
24
|
declare const GetPlaylistCommand_base: {
|
|
25
25
|
new (input: GetPlaylistCommandInput): import("@smithy/core/client").CommandImpl<GetPlaylistCommandInput, GetPlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetPlaylistCommandInput): import("@smithy/core/client").CommandImpl<GetPlaylistCommandInput, GetPlaylistCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets a playlist by its ID.
|
|
@@ -24,9 +24,7 @@ export interface GetProjectionCommandOutput extends GetProjectionOutput, __Metad
|
|
|
24
24
|
declare const GetProjectionCommand_base: {
|
|
25
25
|
new (input: GetProjectionCommandInput): import("@smithy/core/client").CommandImpl<GetProjectionCommandInput, GetProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (input: GetProjectionCommandInput): import("@smithy/core/client").CommandImpl<GetProjectionCommandInput, GetProjectionCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Gets a projection by its ID.
|
|
@@ -150,27 +148,32 @@ declare const GetProjectionCommand_base: {
|
|
|
150
148
|
* // from: Number("int"),
|
|
151
149
|
* // to: Number("int"),
|
|
152
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>",
|
|
153
168
|
* // interaction: { // ListConversationsFilterInteraction
|
|
154
|
-
* // talkRatio:
|
|
155
|
-
* //
|
|
156
|
-
* //
|
|
157
|
-
* // },
|
|
158
|
-
* // wordsPerMinute: {
|
|
159
|
-
* // from: Number("int"),
|
|
160
|
-
* // to: Number("int"),
|
|
161
|
-
* // },
|
|
162
|
-
* // interruptions: {
|
|
163
|
-
* // from: Number("int"),
|
|
164
|
-
* // to: Number("int"),
|
|
165
|
-
* // },
|
|
169
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
170
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
171
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
166
172
|
* // patience: { // ListConversationsFilterFloat
|
|
167
173
|
* // from: Number("float"),
|
|
168
174
|
* // to: Number("float"),
|
|
169
175
|
* // },
|
|
170
|
-
* // longestMonologue:
|
|
171
|
-
* // from: Number("int"),
|
|
172
|
-
* // to: Number("int"),
|
|
173
|
-
* // },
|
|
176
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
174
177
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
175
178
|
* // },
|
|
176
179
|
* // recorded: true || false,
|
|
@@ -24,9 +24,7 @@ export interface ListConversationsAggregationsCommandOutput extends ListConversa
|
|
|
24
24
|
declare const ListConversationsAggregationsCommand_base: {
|
|
25
25
|
new (input: ListConversationsAggregationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsAggregationsCommandInput, ListConversationsAggregationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListConversationsAggregationsCommandInput]): import("@smithy/core/client").CommandImpl<ListConversationsAggregationsCommandInput, ListConversationsAggregationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Lists multiple independent insights in parallel.
|
|
@@ -56,6 +54,43 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
56
54
|
* },
|
|
57
55
|
* ],
|
|
58
56
|
* },
|
|
57
|
+
* connectTime: {
|
|
58
|
+
* buckets: [
|
|
59
|
+
* {
|
|
60
|
+
* title: "STRING_VALUE", // required
|
|
61
|
+
* from: Number("int"),
|
|
62
|
+
* to: Number("int"),
|
|
63
|
+
* },
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* talkTime: {
|
|
67
|
+
* buckets: [
|
|
68
|
+
* {
|
|
69
|
+
* title: "STRING_VALUE", // required
|
|
70
|
+
* from: Number("int"),
|
|
71
|
+
* to: Number("int"),
|
|
72
|
+
* },
|
|
73
|
+
* ],
|
|
74
|
+
* },
|
|
75
|
+
* waitTime: {
|
|
76
|
+
* buckets: [
|
|
77
|
+
* {
|
|
78
|
+
* title: "STRING_VALUE", // required
|
|
79
|
+
* from: Number("int"),
|
|
80
|
+
* to: Number("int"),
|
|
81
|
+
* },
|
|
82
|
+
* ],
|
|
83
|
+
* },
|
|
84
|
+
* queueTime: {
|
|
85
|
+
* buckets: [
|
|
86
|
+
* {
|
|
87
|
+
* title: "STRING_VALUE", // required
|
|
88
|
+
* from: Number("int"),
|
|
89
|
+
* to: Number("int"),
|
|
90
|
+
* },
|
|
91
|
+
* ],
|
|
92
|
+
* },
|
|
93
|
+
* holdTime: "<AggregationDurationDefinition>",
|
|
59
94
|
* service: {},
|
|
60
95
|
* extension: {},
|
|
61
96
|
* chatbot: {},
|
|
@@ -153,27 +188,32 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
153
188
|
* from: Number("int"),
|
|
154
189
|
* to: Number("int"),
|
|
155
190
|
* },
|
|
191
|
+
* connectTime: {
|
|
192
|
+
* from: Number("int"),
|
|
193
|
+
* to: Number("int"),
|
|
194
|
+
* },
|
|
195
|
+
* talkTime: {
|
|
196
|
+
* from: Number("int"),
|
|
197
|
+
* to: Number("int"),
|
|
198
|
+
* },
|
|
199
|
+
* waitTime: {
|
|
200
|
+
* from: Number("int"),
|
|
201
|
+
* to: Number("int"),
|
|
202
|
+
* },
|
|
203
|
+
* queueTime: {
|
|
204
|
+
* from: Number("int"),
|
|
205
|
+
* to: Number("int"),
|
|
206
|
+
* },
|
|
207
|
+
* holdTime: "<ListConversationsFilterNumber>",
|
|
156
208
|
* interaction: { // ListConversationsFilterInteraction
|
|
157
|
-
* talkRatio:
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
* },
|
|
161
|
-
* wordsPerMinute: {
|
|
162
|
-
* from: Number("int"),
|
|
163
|
-
* to: Number("int"),
|
|
164
|
-
* },
|
|
165
|
-
* interruptions: {
|
|
166
|
-
* from: Number("int"),
|
|
167
|
-
* to: Number("int"),
|
|
168
|
-
* },
|
|
209
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
210
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
211
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
169
212
|
* patience: { // ListConversationsFilterFloat
|
|
170
213
|
* from: Number("float"),
|
|
171
214
|
* to: Number("float"),
|
|
172
215
|
* },
|
|
173
|
-
* longestMonologue:
|
|
174
|
-
* from: Number("int"),
|
|
175
|
-
* to: Number("int"),
|
|
176
|
-
* },
|
|
216
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
177
217
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
178
218
|
* },
|
|
179
219
|
* recorded: true || false,
|
|
@@ -282,6 +322,43 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
282
322
|
* // },
|
|
283
323
|
* // ],
|
|
284
324
|
* // },
|
|
325
|
+
* // connectTime: {
|
|
326
|
+
* // buckets: [
|
|
327
|
+
* // {
|
|
328
|
+
* // title: "STRING_VALUE", // required
|
|
329
|
+
* // from: Number("int"),
|
|
330
|
+
* // to: Number("int"),
|
|
331
|
+
* // },
|
|
332
|
+
* // ],
|
|
333
|
+
* // },
|
|
334
|
+
* // talkTime: {
|
|
335
|
+
* // buckets: [
|
|
336
|
+
* // {
|
|
337
|
+
* // title: "STRING_VALUE", // required
|
|
338
|
+
* // from: Number("int"),
|
|
339
|
+
* // to: Number("int"),
|
|
340
|
+
* // },
|
|
341
|
+
* // ],
|
|
342
|
+
* // },
|
|
343
|
+
* // waitTime: {
|
|
344
|
+
* // buckets: [
|
|
345
|
+
* // {
|
|
346
|
+
* // title: "STRING_VALUE", // required
|
|
347
|
+
* // from: Number("int"),
|
|
348
|
+
* // to: Number("int"),
|
|
349
|
+
* // },
|
|
350
|
+
* // ],
|
|
351
|
+
* // },
|
|
352
|
+
* // queueTime: {
|
|
353
|
+
* // buckets: [
|
|
354
|
+
* // {
|
|
355
|
+
* // title: "STRING_VALUE", // required
|
|
356
|
+
* // from: Number("int"),
|
|
357
|
+
* // to: Number("int"),
|
|
358
|
+
* // },
|
|
359
|
+
* // ],
|
|
360
|
+
* // },
|
|
361
|
+
* // holdTime: "<AggregationDurationDefinition>",
|
|
285
362
|
* // service: {},
|
|
286
363
|
* // extension: {},
|
|
287
364
|
* // chatbot: {},
|
|
@@ -383,27 +460,32 @@ declare const ListConversationsAggregationsCommand_base: {
|
|
|
383
460
|
* // from: Number("int"),
|
|
384
461
|
* // to: Number("int"),
|
|
385
462
|
* // },
|
|
463
|
+
* // connectTime: {
|
|
464
|
+
* // from: Number("int"),
|
|
465
|
+
* // to: Number("int"),
|
|
466
|
+
* // },
|
|
467
|
+
* // talkTime: {
|
|
468
|
+
* // from: Number("int"),
|
|
469
|
+
* // to: Number("int"),
|
|
470
|
+
* // },
|
|
471
|
+
* // waitTime: {
|
|
472
|
+
* // from: Number("int"),
|
|
473
|
+
* // to: Number("int"),
|
|
474
|
+
* // },
|
|
475
|
+
* // queueTime: {
|
|
476
|
+
* // from: Number("int"),
|
|
477
|
+
* // to: Number("int"),
|
|
478
|
+
* // },
|
|
479
|
+
* // holdTime: "<ListConversationsFilterNumber>",
|
|
386
480
|
* // interaction: { // ListConversationsFilterInteraction
|
|
387
|
-
* // talkRatio:
|
|
388
|
-
* //
|
|
389
|
-
* //
|
|
390
|
-
* // },
|
|
391
|
-
* // wordsPerMinute: {
|
|
392
|
-
* // from: Number("int"),
|
|
393
|
-
* // to: Number("int"),
|
|
394
|
-
* // },
|
|
395
|
-
* // interruptions: {
|
|
396
|
-
* // from: Number("int"),
|
|
397
|
-
* // to: Number("int"),
|
|
398
|
-
* // },
|
|
481
|
+
* // talkRatio: "<ListConversationsFilterNumber>",
|
|
482
|
+
* // wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
483
|
+
* // interruptions: "<ListConversationsFilterNumber>",
|
|
399
484
|
* // patience: { // ListConversationsFilterFloat
|
|
400
485
|
* // from: Number("float"),
|
|
401
486
|
* // to: Number("float"),
|
|
402
487
|
* // },
|
|
403
|
-
* // longestMonologue:
|
|
404
|
-
* // from: Number("int"),
|
|
405
|
-
* // to: Number("int"),
|
|
406
|
-
* // },
|
|
488
|
+
* // longestMonologue: "<ListConversationsFilterNumber>",
|
|
407
489
|
* // longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
408
490
|
* // },
|
|
409
491
|
* // recorded: true || false,
|
|
@@ -24,9 +24,7 @@ export interface ListConversationsCommandOutput extends ListConversationsOutput,
|
|
|
24
24
|
declare const ListConversationsCommand_base: {
|
|
25
25
|
new (input: ListConversationsCommandInput): import("@smithy/core/client").CommandImpl<ListConversationsCommandInput, ListConversationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListConversationsCommandInput]): import("@smithy/core/client").CommandImpl<ListConversationsCommandInput, ListConversationsCommandOutput, WdaInsightsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
28
|
};
|
|
31
29
|
/**
|
|
32
30
|
* Insights API are currently in active development. All interfaces are subject to change.
|
|
@@ -110,27 +108,32 @@ declare const ListConversationsCommand_base: {
|
|
|
110
108
|
* from: Number("int"),
|
|
111
109
|
* to: Number("int"),
|
|
112
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>",
|
|
113
128
|
* interaction: { // ListConversationsFilterInteraction
|
|
114
|
-
* talkRatio:
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
* },
|
|
118
|
-
* wordsPerMinute: {
|
|
119
|
-
* from: Number("int"),
|
|
120
|
-
* to: Number("int"),
|
|
121
|
-
* },
|
|
122
|
-
* interruptions: {
|
|
123
|
-
* from: Number("int"),
|
|
124
|
-
* to: Number("int"),
|
|
125
|
-
* },
|
|
129
|
+
* talkRatio: "<ListConversationsFilterNumber>",
|
|
130
|
+
* wordsPerMinute: "<ListConversationsFilterNumber>",
|
|
131
|
+
* interruptions: "<ListConversationsFilterNumber>",
|
|
126
132
|
* patience: { // ListConversationsFilterFloat
|
|
127
133
|
* from: Number("float"),
|
|
128
134
|
* to: Number("float"),
|
|
129
135
|
* },
|
|
130
|
-
* longestMonologue:
|
|
131
|
-
* from: Number("int"),
|
|
132
|
-
* to: Number("int"),
|
|
133
|
-
* },
|
|
136
|
+
* longestMonologue: "<ListConversationsFilterNumber>",
|
|
134
137
|
* longestCustomerStory: "<ListConversationsFilterNumber>",
|
|
135
138
|
* },
|
|
136
139
|
* recorded: true || false,
|