purecloud-platform-client-v2 193.0.0 → 195.0.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 +2 -2
- package/dist/node/purecloud-platform-client-v2.js +748 -406
- package/dist/web-amd/purecloud-platform-client-v2.js +748 -406
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +253 -180
- package/dist/web-cjs/purecloud-platform-client-v2.js +253 -180
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +537 -453
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +4 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +147 -3
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +30 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +26 -316
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +7 -7
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +3 -2
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +174 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +125 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -7
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +165 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -146,6 +146,8 @@ declare class AnalyticsApi {
|
|
|
146
146
|
deleteAnalyticsUsersDetailsJob(jobId: string): Promise<void>;
|
|
147
147
|
getAnalyticsActionsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
148
148
|
getAnalyticsActionsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsActionsAggregatesJobResultsOptions): Promise<Models.ActionAsyncAggregateQueryResponse>;
|
|
149
|
+
getAnalyticsAgentcopilotsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
150
|
+
getAnalyticsAgentcopilotsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsAgentcopilotsAggregatesJobResultsOptions): Promise<Models.AgentCopilotAsyncAggregateQueryResponse>;
|
|
149
151
|
getAnalyticsBotflowDivisionsReportingturns(botFlowId: string, opts?: AnalyticsApi.getAnalyticsBotflowDivisionsReportingturnsOptions): Promise<Models.ReportingTurnsResponse>;
|
|
150
152
|
getAnalyticsBotflowReportingturns(botFlowId: string, opts?: AnalyticsApi.getAnalyticsBotflowReportingturnsOptions): Promise<Models.ReportingTurnsResponse>;
|
|
151
153
|
getAnalyticsBotflowSessions(botFlowId: string, opts?: AnalyticsApi.getAnalyticsBotflowSessionsOptions): Promise<Models.SessionsResponse>;
|
|
@@ -174,6 +176,7 @@ declare class AnalyticsApi {
|
|
|
174
176
|
getAnalyticsReportingExports(opts?: AnalyticsApi.getAnalyticsReportingExportsOptions): Promise<Models.ReportingExportJobListing>;
|
|
175
177
|
getAnalyticsReportingExportsMetadata(): Promise<Models.ReportingExportMetadataJobListing>;
|
|
176
178
|
getAnalyticsReportingSettings(): Promise<Models.AnalyticsReportingSettings>;
|
|
179
|
+
getAnalyticsReportingSettingsDashboardsQuery(dashboardType: string, dashboardAccessFilter: string, opts?: AnalyticsApi.getAnalyticsReportingSettingsDashboardsQueryOptions): Promise<Models.DashboardConfigurationListing>;
|
|
177
180
|
getAnalyticsReportingSettingsUserDashboards(userId: string, opts?: AnalyticsApi.getAnalyticsReportingSettingsUserDashboardsOptions): Promise<Models.DashboardConfigurationListing>;
|
|
178
181
|
getAnalyticsResolutionsAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
|
|
179
182
|
getAnalyticsResolutionsAggregatesJobResults(jobId: string, opts?: AnalyticsApi.getAnalyticsResolutionsAggregatesJobResultsOptions): Promise<Models.ResolutionAsyncAggregateQueryResponse>;
|
|
@@ -191,6 +194,8 @@ declare class AnalyticsApi {
|
|
|
191
194
|
patchAnalyticsReportingSettings(body: Models.AnalyticsReportingSettings): Promise<Models.AnalyticsReportingSettings>;
|
|
192
195
|
postAnalyticsActionsAggregatesJobs(body: Models.ActionAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
193
196
|
postAnalyticsActionsAggregatesQuery(body: Models.ActionAggregationQuery): Promise<Models.ActionAggregateQueryResponse>;
|
|
197
|
+
postAnalyticsAgentcopilotsAggregatesJobs(body: Models.AgentCopilotAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
198
|
+
postAnalyticsAgentcopilotsAggregatesQuery(body: Models.AgentCopilotAggregationQuery): Promise<Models.AgentCopilotAggregateQueryResponse>;
|
|
194
199
|
postAnalyticsBotsAggregatesJobs(body: Models.BotAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
|
|
195
200
|
postAnalyticsBotsAggregatesQuery(body: Models.BotAggregationQuery): Promise<Models.BotAggregateQueryResponse>;
|
|
196
201
|
postAnalyticsConversationDetailsProperties(conversationId: string, body: Models.PropertyIndexRequest): Promise<Models.PropertyIndexRequest>;
|
|
@@ -240,6 +245,9 @@ declare namespace AnalyticsApi {
|
|
|
240
245
|
export interface getAnalyticsActionsAggregatesJobResultsOptions {
|
|
241
246
|
"cursor"?: string;
|
|
242
247
|
}
|
|
248
|
+
export interface getAnalyticsAgentcopilotsAggregatesJobResultsOptions {
|
|
249
|
+
"cursor"?: string;
|
|
250
|
+
}
|
|
243
251
|
export interface getAnalyticsBotflowDivisionsReportingturnsOptions {
|
|
244
252
|
"after"?: string;
|
|
245
253
|
"pageSize"?: string;
|
|
@@ -304,6 +312,11 @@ declare namespace AnalyticsApi {
|
|
|
304
312
|
"pageNumber"?: number;
|
|
305
313
|
"pageSize"?: number;
|
|
306
314
|
}
|
|
315
|
+
export interface getAnalyticsReportingSettingsDashboardsQueryOptions {
|
|
316
|
+
"sortBy"?: string;
|
|
317
|
+
"pageNumber"?: number;
|
|
318
|
+
"pageSize"?: number;
|
|
319
|
+
}
|
|
307
320
|
export interface getAnalyticsReportingSettingsUserDashboardsOptions {
|
|
308
321
|
"sortBy"?: string;
|
|
309
322
|
"pageNumber"?: number;
|
|
@@ -909,7 +922,8 @@ declare class AuditApi {
|
|
|
909
922
|
getAuditsQueryTransactionId(transactionId: string): Promise<Models.AuditQueryExecutionStatusResponse>;
|
|
910
923
|
getAuditsQueryTransactionIdResults(transactionId: string, opts?: AuditApi.getAuditsQueryTransactionIdResultsOptions): Promise<Models.AuditQueryExecutionResultsResponse>;
|
|
911
924
|
postAuditsQuery(body: Models.AuditQueryRequest): Promise<Models.AuditQueryExecutionStatusResponse>;
|
|
912
|
-
postAuditsQueryRealtime(body: Models.AuditRealtimeQueryRequest, opts?: AuditApi.postAuditsQueryRealtimeOptions): Promise<Models.AuditRealtimeQueryResultsResponse>;
|
|
925
|
+
postAuditsQueryRealtime(body: Models.AuditRealtimeQueryRequest, opts?: AuditApi.postAuditsQueryRealtimeOptions): Promise<Models.AuditRealtimeQueryResultsResponse>;
|
|
926
|
+
postAuditsQueryRealtimeRelated(body: Models.AuditRealtimeRelatedRequest, opts?: AuditApi.postAuditsQueryRealtimeRelatedOptions): Promise<Models.AuditRealtimeRelatedResultsResponse>;
|
|
913
927
|
}
|
|
914
928
|
|
|
915
929
|
declare namespace AuditApi {
|
|
@@ -921,6 +935,9 @@ declare namespace AuditApi {
|
|
|
921
935
|
export interface postAuditsQueryRealtimeOptions {
|
|
922
936
|
"expand"?: Array<string>;
|
|
923
937
|
}
|
|
938
|
+
export interface postAuditsQueryRealtimeRelatedOptions {
|
|
939
|
+
"expand"?: Array<string>;
|
|
940
|
+
}
|
|
924
941
|
}
|
|
925
942
|
|
|
926
943
|
declare class AuthorizationApi {
|
|
@@ -1354,9 +1371,7 @@ declare class ConversationsApi {
|
|
|
1354
1371
|
deleteConversationsMessagesCachedmediaCachedMediaItemId(cachedMediaItemId: string): Promise<void>;
|
|
1355
1372
|
deleteConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string): Promise<void>;
|
|
1356
1373
|
deleteConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string): Promise<void>;
|
|
1357
|
-
deleteConversationsMessagingIntegrationsLineIntegrationId(integrationId: string): Promise<void>;
|
|
1358
1374
|
deleteConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string): Promise<void>;
|
|
1359
|
-
deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string): Promise<void>;
|
|
1360
1375
|
deleteConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string): Promise<Models.WhatsAppIntegration>;
|
|
1361
1376
|
deleteConversationsMessagingSetting(messageSettingId: string): Promise<void>;
|
|
1362
1377
|
deleteConversationsMessagingSettingsDefault(): Promise<void>;
|
|
@@ -1427,18 +1442,13 @@ declare class ConversationsApi {
|
|
|
1427
1442
|
getConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsFacebookIntegrationIdOptions): Promise<Models.FacebookIntegration>;
|
|
1428
1443
|
getConversationsMessagingIntegrationsInstagram(opts?: ConversationsApi.getConversationsMessagingIntegrationsInstagramOptions): Promise<Models.InstagramIntegrationEntityListing>;
|
|
1429
1444
|
getConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsInstagramIntegrationIdOptions): Promise<Models.InstagramIntegration>;
|
|
1430
|
-
getConversationsMessagingIntegrationsLine(opts?: ConversationsApi.getConversationsMessagingIntegrationsLineOptions): Promise<Models.LineIntegrationEntityListing>;
|
|
1431
|
-
getConversationsMessagingIntegrationsLineIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsLineIntegrationIdOptions): Promise<Models.LineIntegration>;
|
|
1432
1445
|
getConversationsMessagingIntegrationsOpen(opts?: ConversationsApi.getConversationsMessagingIntegrationsOpenOptions): Promise<Models.OpenIntegrationEntityListing>;
|
|
1433
1446
|
getConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsOpenIntegrationIdOptions): Promise<Models.OpenIntegration>;
|
|
1434
|
-
getConversationsMessagingIntegrationsTwitter(opts?: ConversationsApi.getConversationsMessagingIntegrationsTwitterOptions): Promise<Models.TwitterIntegrationEntityListing>;
|
|
1435
|
-
getConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsTwitterIntegrationIdOptions): Promise<Models.TwitterIntegration>;
|
|
1436
1447
|
getConversationsMessagingIntegrationsWhatsapp(opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappOptions): Promise<Models.WhatsAppIntegrationEntityListing>;
|
|
1437
1448
|
getConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, opts?: ConversationsApi.getConversationsMessagingIntegrationsWhatsappIntegrationIdOptions): Promise<Models.WhatsAppIntegration>;
|
|
1438
1449
|
getConversationsMessagingSetting(messageSettingId: string): Promise<Models.MessagingSetting>;
|
|
1439
1450
|
getConversationsMessagingSettings(opts?: ConversationsApi.getConversationsMessagingSettingsOptions): Promise<Models.MessagingConfigListing>;
|
|
1440
1451
|
getConversationsMessagingSettingsDefault(): Promise<Models.MessagingSetting>;
|
|
1441
|
-
getConversationsMessagingSticker(messengerType: string, opts?: ConversationsApi.getConversationsMessagingStickerOptions): Promise<Models.MessagingStickerEntityListing>;
|
|
1442
1452
|
getConversationsMessagingSupportedcontent(opts?: ConversationsApi.getConversationsMessagingSupportedcontentOptions): Promise<Models.SupportedContentListing>;
|
|
1443
1453
|
getConversationsMessagingSupportedcontentDefault(): Promise<Models.SupportedContent>;
|
|
1444
1454
|
getConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<Models.SupportedContent>;
|
|
@@ -1484,7 +1494,6 @@ declare class ConversationsApi {
|
|
|
1484
1494
|
patchConversationsMessagingIntegrationsFacebookIntegrationId(integrationId: string, body: Models.FacebookIntegrationUpdateRequest): Promise<Models.FacebookIntegration>;
|
|
1485
1495
|
patchConversationsMessagingIntegrationsInstagramIntegrationId(integrationId: string, body: Models.InstagramIntegrationUpdateRequest): Promise<Models.InstagramIntegration>;
|
|
1486
1496
|
patchConversationsMessagingIntegrationsOpenIntegrationId(integrationId: string, body: Models.OpenIntegrationUpdateRequest): Promise<Models.OpenIntegration>;
|
|
1487
|
-
patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId: string, body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
|
|
1488
1497
|
patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId(integrationId: string, body: Models.WhatsAppEmbeddedSignupIntegrationActivationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1489
1498
|
patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId: string, body: Models.WhatsAppIntegrationUpdateRequest): Promise<Models.WhatsAppIntegration>;
|
|
1490
1499
|
patchConversationsMessagingSetting(messageSettingId: string, body: Models.MessagingSettingPatchRequest): Promise<Models.MessagingSetting>;
|
|
@@ -1537,6 +1546,7 @@ declare class ConversationsApi {
|
|
|
1537
1546
|
postConversationsEmailMessagesDraftAttachmentsCopy(conversationId: string, body: Models.CopyAttachmentsRequest): Promise<Models.EmailMessage>;
|
|
1538
1547
|
postConversationsEmailParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsEmailParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1539
1548
|
postConversationsEmailParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1549
|
+
postConversationsEmailReconnect(conversationId: string): Promise<void>;
|
|
1540
1550
|
postConversationsEmails(body: Models.CreateEmailRequest): Promise<Models.EmailConversation>;
|
|
1541
1551
|
postConversationsEmailsAgentless(body: Models.AgentlessEmailSendRequestDto): Promise<Models.AgentlessEmailSendResponseDto>;
|
|
1542
1552
|
postConversationsFaxes(body: Models.FaxSendRequest): Promise<Models.FaxSendResponse>;
|
|
@@ -1557,9 +1567,7 @@ declare class ConversationsApi {
|
|
|
1557
1567
|
postConversationsMessagesInboundOpen(body: Models.OpenNormalizedMessage): Promise<Models.OpenNormalizedMessage>;
|
|
1558
1568
|
postConversationsMessagingIntegrationsFacebook(body: Models.FacebookIntegrationRequest): Promise<Models.FacebookIntegration>;
|
|
1559
1569
|
postConversationsMessagingIntegrationsInstagram(body: Models.InstagramIntegrationRequest): Promise<Models.InstagramIntegration>;
|
|
1560
|
-
postConversationsMessagingIntegrationsLine(body: Models.LineIntegrationRequest): Promise<Models.LineIntegration>;
|
|
1561
1570
|
postConversationsMessagingIntegrationsOpen(body: Models.OpenIntegrationRequest): Promise<Models.OpenIntegration>;
|
|
1562
|
-
postConversationsMessagingIntegrationsTwitter(body: Models.TwitterIntegrationRequest): Promise<Models.TwitterIntegration>;
|
|
1563
1571
|
postConversationsMessagingIntegrationsWhatsapp(body: Models.WhatsAppIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1564
1572
|
postConversationsMessagingIntegrationsWhatsappEmbeddedsignup(body: Models.WhatsAppEmbeddedSignupIntegrationRequest): Promise<Models.WhatsAppIntegration>;
|
|
1565
1573
|
postConversationsMessagingSettings(body: Models.MessagingSettingRequest): Promise<Models.MessagingSetting>;
|
|
@@ -1581,7 +1589,6 @@ declare class ConversationsApi {
|
|
|
1581
1589
|
putConversationsEmailRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1582
1590
|
putConversationsKeyconfiguration(keyconfigurationsId: string, body: Models.ConversationEncryptionConfiguration): Promise<Models.ConversationEncryptionConfiguration>;
|
|
1583
1591
|
putConversationsMessageRecordingstate(conversationId: string, body: Models.SetRecordingState): Promise<string>;
|
|
1584
|
-
putConversationsMessagingIntegrationsLineIntegrationId(integrationId: string, body: Models.LineIntegrationRequest): Promise<Models.LineIntegration>;
|
|
1585
1592
|
putConversationsMessagingSettingsDefault(body: Models.MessagingSettingDefaultRequest): Promise<Models.MessagingSetting>;
|
|
1586
1593
|
putConversationsMessagingSupportedcontentDefault(body: Models.SupportedContentReference): Promise<Models.SupportedContent>;
|
|
1587
1594
|
putConversationsMessagingThreadingtimeline(body: Models.ConversationThreadingWindow): Promise<Models.ConversationThreadingWindow>;
|
|
@@ -1693,16 +1700,6 @@ declare namespace ConversationsApi {
|
|
|
1693
1700
|
export interface getConversationsMessagingIntegrationsInstagramIntegrationIdOptions {
|
|
1694
1701
|
"expand"?: string;
|
|
1695
1702
|
}
|
|
1696
|
-
export interface getConversationsMessagingIntegrationsLineOptions {
|
|
1697
|
-
"pageSize"?: number;
|
|
1698
|
-
"pageNumber"?: number;
|
|
1699
|
-
"expand"?: string;
|
|
1700
|
-
"supportedContentId"?: string;
|
|
1701
|
-
"messagingSettingId"?: string;
|
|
1702
|
-
}
|
|
1703
|
-
export interface getConversationsMessagingIntegrationsLineIntegrationIdOptions {
|
|
1704
|
-
"expand"?: string;
|
|
1705
|
-
}
|
|
1706
1703
|
export interface getConversationsMessagingIntegrationsOpenOptions {
|
|
1707
1704
|
"pageSize"?: number;
|
|
1708
1705
|
"pageNumber"?: number;
|
|
@@ -1713,16 +1710,6 @@ declare namespace ConversationsApi {
|
|
|
1713
1710
|
export interface getConversationsMessagingIntegrationsOpenIntegrationIdOptions {
|
|
1714
1711
|
"expand"?: string;
|
|
1715
1712
|
}
|
|
1716
|
-
export interface getConversationsMessagingIntegrationsTwitterOptions {
|
|
1717
|
-
"pageSize"?: number;
|
|
1718
|
-
"pageNumber"?: number;
|
|
1719
|
-
"expand"?: string;
|
|
1720
|
-
"supportedContentId"?: string;
|
|
1721
|
-
"messagingSettingId"?: string;
|
|
1722
|
-
}
|
|
1723
|
-
export interface getConversationsMessagingIntegrationsTwitterIntegrationIdOptions {
|
|
1724
|
-
"expand"?: string;
|
|
1725
|
-
}
|
|
1726
1713
|
export interface getConversationsMessagingIntegrationsWhatsappOptions {
|
|
1727
1714
|
"pageSize"?: number;
|
|
1728
1715
|
"pageNumber"?: number;
|
|
@@ -1737,10 +1724,6 @@ declare namespace ConversationsApi {
|
|
|
1737
1724
|
"pageSize"?: number;
|
|
1738
1725
|
"pageNumber"?: number;
|
|
1739
1726
|
}
|
|
1740
|
-
export interface getConversationsMessagingStickerOptions {
|
|
1741
|
-
"pageSize"?: number;
|
|
1742
|
-
"pageNumber"?: number;
|
|
1743
|
-
}
|
|
1744
1727
|
export interface getConversationsMessagingSupportedcontentOptions {
|
|
1745
1728
|
"pageSize"?: number;
|
|
1746
1729
|
"pageNumber"?: number;
|
|
@@ -1970,7 +1953,7 @@ declare namespace ExternalContactsApi {
|
|
|
1970
1953
|
"expand"?: Array<string>;
|
|
1971
1954
|
}
|
|
1972
1955
|
export interface getExternalcontactsOrganizationOptions {
|
|
1973
|
-
"expand"?: string
|
|
1956
|
+
"expand"?: Array<string>;
|
|
1974
1957
|
"includeTrustors"?: boolean;
|
|
1975
1958
|
}
|
|
1976
1959
|
export interface getExternalcontactsOrganizationContactsOptions {
|
|
@@ -1992,7 +1975,7 @@ declare namespace ExternalContactsApi {
|
|
|
1992
1975
|
export interface getExternalcontactsOrganizationRelationshipsOptions {
|
|
1993
1976
|
"pageSize"?: number;
|
|
1994
1977
|
"pageNumber"?: number;
|
|
1995
|
-
"expand"?: string
|
|
1978
|
+
"expand"?: Array<string>;
|
|
1996
1979
|
"sortOrder"?: string;
|
|
1997
1980
|
}
|
|
1998
1981
|
export interface getExternalcontactsOrganizationsOptions {
|
|
@@ -2005,7 +1988,7 @@ declare namespace ExternalContactsApi {
|
|
|
2005
1988
|
"includeTrustors"?: boolean;
|
|
2006
1989
|
}
|
|
2007
1990
|
export interface getExternalcontactsRelationshipOptions {
|
|
2008
|
-
"expand"?: string
|
|
1991
|
+
"expand"?: Array<string>;
|
|
2009
1992
|
}
|
|
2010
1993
|
export interface getExternalcontactsReversewhitepageslookupOptions {
|
|
2011
1994
|
"expand"?: Array<string>;
|
|
@@ -2758,7 +2741,7 @@ declare class JourneyApi {
|
|
|
2758
2741
|
getJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string): Promise<Models.JourneyViewJob>;
|
|
2759
2742
|
getJourneyViewVersionJobResults(viewId: string, journeyViewVersion: string, jobId: string): Promise<Models.JourneyViewResult>;
|
|
2760
2743
|
getJourneyViewVersionJobsLatest(viewId: string, journeyVersionId: string): Promise<Models.JourneyViewJob>;
|
|
2761
|
-
getJourneyViews(): Promise<Models.
|
|
2744
|
+
getJourneyViews(): Promise<Models.JourneyViewListing>;
|
|
2762
2745
|
getJourneyViewsEventdefinition(eventDefinitionId: string): Promise<Models.JourneyEventDefinition>;
|
|
2763
2746
|
getJourneyViewsEventdefinitions(): Promise<Models.JourneyEventDefinitionListing>;
|
|
2764
2747
|
patchJourneyActionmap(actionMapId: string, opts?: JourneyApi.patchJourneyActionmapOptions): Promise<Models.ActionMap>;
|
|
@@ -3112,6 +3095,7 @@ declare namespace KnowledgeApi {
|
|
|
3112
3095
|
"type"?: Array<string>;
|
|
3113
3096
|
"status"?: Array<string>;
|
|
3114
3097
|
"interval"?: string;
|
|
3098
|
+
"sourceId"?: Array<string>;
|
|
3115
3099
|
}
|
|
3116
3100
|
export interface getKnowledgeKnowledgebaseParseJobOptions {
|
|
3117
3101
|
"expand"?: Array<string>;
|
|
@@ -3306,17 +3290,21 @@ declare class LearningApi {
|
|
|
3306
3290
|
deleteLearningAssignment(assignmentId: string): Promise<void>;
|
|
3307
3291
|
deleteLearningModule(moduleId: string): Promise<void>;
|
|
3308
3292
|
getLearningAssignment(assignmentId: string, opts?: LearningApi.getLearningAssignmentOptions): Promise<Models.LearningAssignment>;
|
|
3293
|
+
getLearningAssignmentStep(assignmentId: string, stepId: string, opts?: LearningApi.getLearningAssignmentStepOptions): Promise<Models.LearningAssignmentStep>;
|
|
3309
3294
|
getLearningAssignments(opts?: LearningApi.getLearningAssignmentsOptions): Promise<Models.LearningAssignmentsDomainEntity>;
|
|
3310
3295
|
getLearningAssignmentsMe(opts?: LearningApi.getLearningAssignmentsMeOptions): Promise<Models.LearningAssignmentsDomainEntity>;
|
|
3311
3296
|
getLearningModule(moduleId: string, opts?: LearningApi.getLearningModuleOptions): Promise<Models.LearningModule>;
|
|
3312
3297
|
getLearningModuleJob(moduleId: string, jobId: string): Promise<Models.LearningModuleJobResponse>;
|
|
3298
|
+
getLearningModulePreview(moduleId: string): Promise<Models.LearningModulePreviewGetResponse>;
|
|
3313
3299
|
getLearningModuleRule(moduleId: string): Promise<Models.LearningModuleRule>;
|
|
3314
3300
|
getLearningModuleVersion(moduleId: string, versionId: string, opts?: LearningApi.getLearningModuleVersionOptions): Promise<Models.LearningModule>;
|
|
3315
3301
|
getLearningModules(opts?: LearningApi.getLearningModulesOptions): Promise<Models.LearningModulesDomainEntityListing>;
|
|
3316
3302
|
getLearningModulesAssignments(userIds: Array<string>, opts?: LearningApi.getLearningModulesAssignmentsOptions): Promise<Models.AssignedLearningModuleDomainEntityListing>;
|
|
3317
3303
|
getLearningModulesCoverartCoverArtId(coverArtId: string): Promise<Models.LearningModuleCoverArtResponse>;
|
|
3304
|
+
getLearningScormScormId(scormId: string): Promise<Models.LearningScormResponse>;
|
|
3318
3305
|
patchLearningAssignment(assignmentId: string, opts?: LearningApi.patchLearningAssignmentOptions): Promise<Models.LearningAssignment>;
|
|
3319
3306
|
patchLearningAssignmentReschedule(assignmentId: string, opts?: LearningApi.patchLearningAssignmentRescheduleOptions): Promise<Models.LearningAssignment>;
|
|
3307
|
+
patchLearningAssignmentStep(assignmentId: string, stepId: string, opts?: LearningApi.patchLearningAssignmentStepOptions): Promise<Models.LearningAssignmentStep>;
|
|
3320
3308
|
patchLearningModuleUserAssignments(moduleId: string, userId: string, body: Models.LearningAssignmentExternalUpdate): Promise<Models.LearningAssignment>;
|
|
3321
3309
|
postLearningAssessmentsScoring(body: Models.LearningAssessmentScoringRequest): Promise<Models.AssessmentScoringSet>;
|
|
3322
3310
|
postLearningAssignmentReassign(assignmentId: string): Promise<Models.LearningAssignment>;
|
|
@@ -3330,7 +3318,9 @@ declare class LearningApi {
|
|
|
3330
3318
|
postLearningModules(body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
|
|
3331
3319
|
postLearningRulesQuery(pageSize: number, pageNumber: number, body: Models.LearningAssignmentUserQuery): Promise<Models.LearningAssignmentUserListing>;
|
|
3332
3320
|
postLearningScheduleslotsQuery(body: Models.LearningScheduleSlotsQueryRequest): Promise<Models.LearningScheduleSlotsQueryResponse>;
|
|
3321
|
+
postLearningScorm(opts?: LearningApi.postLearningScormOptions): Promise<Models.LearningScormUploadResponse>;
|
|
3333
3322
|
putLearningModule(moduleId: string, body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
|
|
3323
|
+
putLearningModulePreview(moduleId: string, body: Models.LearningModulePreviewUpdateRequest): Promise<Models.LearningModulePreviewUpdateResponse>;
|
|
3334
3324
|
putLearningModuleRule(moduleId: string, body: Models.LearningModuleRule): Promise<Models.LearningModuleRule>;
|
|
3335
3325
|
}
|
|
3336
3326
|
|
|
@@ -3338,6 +3328,10 @@ declare namespace LearningApi {
|
|
|
3338
3328
|
export interface getLearningAssignmentOptions {
|
|
3339
3329
|
"expand"?: Array<string>;
|
|
3340
3330
|
}
|
|
3331
|
+
export interface getLearningAssignmentStepOptions {
|
|
3332
|
+
"shareableContentObjectId"?: string;
|
|
3333
|
+
"expand"?: Array<string>;
|
|
3334
|
+
}
|
|
3341
3335
|
export interface getLearningAssignmentsOptions {
|
|
3342
3336
|
"moduleId"?: string;
|
|
3343
3337
|
"interval"?: string;
|
|
@@ -3404,6 +3398,9 @@ declare namespace LearningApi {
|
|
|
3404
3398
|
export interface patchLearningAssignmentRescheduleOptions {
|
|
3405
3399
|
"body"?: Models.LearningAssignmentReschedule;
|
|
3406
3400
|
}
|
|
3401
|
+
export interface patchLearningAssignmentStepOptions {
|
|
3402
|
+
"body"?: Models.LearningAssignmentStep;
|
|
3403
|
+
}
|
|
3407
3404
|
export interface postLearningAssignmentsOptions {
|
|
3408
3405
|
"body"?: Models.LearningAssignmentCreate;
|
|
3409
3406
|
}
|
|
@@ -3416,6 +3413,9 @@ declare namespace LearningApi {
|
|
|
3416
3413
|
export interface postLearningModulePublishOptions {
|
|
3417
3414
|
"body"?: Models.LearningModulePublishRequest;
|
|
3418
3415
|
}
|
|
3416
|
+
export interface postLearningScormOptions {
|
|
3417
|
+
"body"?: Models.LearningScormUploadRequest;
|
|
3418
|
+
}
|
|
3419
3419
|
}
|
|
3420
3420
|
|
|
3421
3421
|
declare class LicenseApi {
|
|
@@ -3822,6 +3822,7 @@ declare class OutboundApi {
|
|
|
3822
3822
|
getOutboundCampaignAgentownedmappingpreviewResults(campaignId: string): Promise<Models.AgentOwnedMappingPreviewListing>;
|
|
3823
3823
|
getOutboundCampaignDiagnostics(campaignId: string): Promise<Models.CampaignDiagnostics>;
|
|
3824
3824
|
getOutboundCampaignInteractions(campaignId: string): Promise<Models.CampaignInteractions>;
|
|
3825
|
+
getOutboundCampaignLinedistribution(campaignId: string, opts?: OutboundApi.getOutboundCampaignLinedistributionOptions): Promise<Models.CampaignOutboundLinesDistribution>;
|
|
3825
3826
|
getOutboundCampaignProgress(campaignId: string): Promise<Models.CampaignProgress>;
|
|
3826
3827
|
getOutboundCampaignStats(campaignId: string): Promise<Models.CampaignStats>;
|
|
3827
3828
|
getOutboundCampaignrule(campaignRuleId: string): Promise<Models.CampaignRule>;
|
|
@@ -3894,6 +3895,9 @@ declare class OutboundApi {
|
|
|
3894
3895
|
postOutboundContactlistClear(contactListId: string): Promise<void>;
|
|
3895
3896
|
postOutboundContactlistContacts(contactListId: string, body: Array<Models.WritableDialerContact>, opts?: OutboundApi.postOutboundContactlistContactsOptions): Promise<Array<Models.DialerContact>>;
|
|
3896
3897
|
postOutboundContactlistContactsBulk(contactListId: string, body: Array<string>): Promise<Array<Models.DialerContact>>;
|
|
3898
|
+
postOutboundContactlistContactsBulkRemove(contactListId: string, body: Models.ContactBulkSearchParameters): Promise<Models.ContactsBulkOperationJob>;
|
|
3899
|
+
postOutboundContactlistContactsBulkUpdate(contactListId: string, body: Models.ContactBulkEditRequest): Promise<Models.ContactsBulkOperationJob>;
|
|
3900
|
+
postOutboundContactlistContactsSearch(contactListId: string, body: Models.ContactListingRequest): Promise<Models.ContactListingResponse>;
|
|
3897
3901
|
postOutboundContactlistExport(contactListId: string, opts?: OutboundApi.postOutboundContactlistExportOptions): Promise<Models.DomainEntityRef>;
|
|
3898
3902
|
postOutboundContactlistfilters(body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
|
|
3899
3903
|
postOutboundContactlistfiltersBulkRetrieve(body: Models.ContactListFilterBulkRetrieveBody): Promise<Models.ContactListFilterEntityListing>;
|
|
@@ -3976,6 +3980,14 @@ declare namespace OutboundApi {
|
|
|
3976
3980
|
"sortBy"?: string;
|
|
3977
3981
|
"sortOrder"?: string;
|
|
3978
3982
|
}
|
|
3983
|
+
export interface getOutboundCampaignLinedistributionOptions {
|
|
3984
|
+
"includeOnlyActiveCampaigns"?: boolean;
|
|
3985
|
+
"edgeGroupId"?: string;
|
|
3986
|
+
"siteId"?: string;
|
|
3987
|
+
"useWeight"?: boolean;
|
|
3988
|
+
"relativeWeight"?: number;
|
|
3989
|
+
"outboundLineCount"?: number;
|
|
3990
|
+
}
|
|
3979
3991
|
export interface getOutboundCampaignrulesOptions {
|
|
3980
3992
|
"pageSize"?: number;
|
|
3981
3993
|
"pageNumber"?: number;
|
|
@@ -5457,12 +5469,16 @@ declare namespace SettingsApi {
|
|
|
5457
5469
|
}
|
|
5458
5470
|
|
|
5459
5471
|
declare class SpeechTextAnalyticsApi {
|
|
5472
|
+
deleteSpeechandtextanalyticsCategory(categoryId: string): Promise<void>;
|
|
5460
5473
|
deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId: string): Promise<void>;
|
|
5461
5474
|
deleteSpeechandtextanalyticsProgram(programId: string, opts?: SpeechTextAnalyticsApi.deleteSpeechandtextanalyticsProgramOptions): Promise<void>;
|
|
5462
5475
|
deleteSpeechandtextanalyticsSentimentfeedback(): Promise<void>;
|
|
5463
5476
|
deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId(sentimentFeedbackId: string): Promise<void>;
|
|
5464
5477
|
deleteSpeechandtextanalyticsTopic(topicId: string): Promise<void>;
|
|
5478
|
+
getSpeechandtextanalyticsCategories(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsCategoriesOptions): Promise<Models.CategoriesEntityListing>;
|
|
5479
|
+
getSpeechandtextanalyticsCategory(categoryId: string): Promise<Models.StaCategory>;
|
|
5465
5480
|
getSpeechandtextanalyticsConversation(conversationId: string): Promise<Models.ConversationMetrics>;
|
|
5481
|
+
getSpeechandtextanalyticsConversationCategories(conversationId: string, opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsConversationCategoriesOptions): Promise<Models.ConversationCategoriesEntityListing>;
|
|
5466
5482
|
getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId: string, communicationId: string): Promise<Models.TranscriptUrl>;
|
|
5467
5483
|
getSpeechandtextanalyticsConversationCommunicationTranscripturls(conversationId: string, communicationId: string): Promise<Models.TranscriptUrls>;
|
|
5468
5484
|
getSpeechandtextanalyticsDictionaryfeedback(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsDictionaryfeedbackOptions): Promise<Models.DictionaryFeedbackEntityListing>;
|
|
@@ -5486,6 +5502,7 @@ declare class SpeechTextAnalyticsApi {
|
|
|
5486
5502
|
getSpeechandtextanalyticsTopicsGeneralStatus(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralStatusOptions): Promise<Models.UnifiedGeneralTopicEntityListing>;
|
|
5487
5503
|
getSpeechandtextanalyticsTopicsPublishjob(jobId: string): Promise<Models.TopicJob>;
|
|
5488
5504
|
patchSpeechandtextanalyticsSettings(body: Models.SpeechTextAnalyticsSettingsRequest): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
|
|
5505
|
+
postSpeechandtextanalyticsCategories(body: Models.CategoryRequest): Promise<Models.StaCategory>;
|
|
5489
5506
|
postSpeechandtextanalyticsDictionaryfeedback(body: Models.DictionaryFeedback): Promise<Models.DictionaryFeedback>;
|
|
5490
5507
|
postSpeechandtextanalyticsPrograms(body: Models.ProgramRequest): Promise<Models.Program>;
|
|
5491
5508
|
postSpeechandtextanalyticsProgramsGeneralJobs(body: Models.GeneralProgramJobRequest): Promise<Models.GeneralProgramJob>;
|
|
@@ -5494,6 +5511,7 @@ declare class SpeechTextAnalyticsApi {
|
|
|
5494
5511
|
postSpeechandtextanalyticsTopics(body: Models.TopicRequest): Promise<Models.Topic>;
|
|
5495
5512
|
postSpeechandtextanalyticsTopicsPublishjobs(body: Models.TopicJobRequest): Promise<Models.TopicJob>;
|
|
5496
5513
|
postSpeechandtextanalyticsTranscriptsSearch(body: Models.TranscriptSearchRequest): Promise<Models.JsonSearchResponse>;
|
|
5514
|
+
putSpeechandtextanalyticsCategory(categoryId: string, body: Models.CategoryRequest): Promise<Models.StaCategory>;
|
|
5497
5515
|
putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId: string, opts?: SpeechTextAnalyticsApi.putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackIdOptions): Promise<Models.DictionaryFeedback>;
|
|
5498
5516
|
putSpeechandtextanalyticsProgram(programId: string, body: Models.ProgramRequest): Promise<Models.Program>;
|
|
5499
5517
|
putSpeechandtextanalyticsProgramMappings(programId: string, body: Models.ProgramMappingsRequest): Promise<Models.ProgramMappings>;
|
|
@@ -5506,6 +5524,18 @@ declare namespace SpeechTextAnalyticsApi {
|
|
|
5506
5524
|
export interface deleteSpeechandtextanalyticsProgramOptions {
|
|
5507
5525
|
"forceDelete"?: boolean;
|
|
5508
5526
|
}
|
|
5527
|
+
export interface getSpeechandtextanalyticsCategoriesOptions {
|
|
5528
|
+
"pageSize"?: number;
|
|
5529
|
+
"pageNumber"?: number;
|
|
5530
|
+
"name"?: string;
|
|
5531
|
+
"sortOrder"?: string;
|
|
5532
|
+
"sortBy"?: string;
|
|
5533
|
+
"ids"?: Array<string>;
|
|
5534
|
+
}
|
|
5535
|
+
export interface getSpeechandtextanalyticsConversationCategoriesOptions {
|
|
5536
|
+
"pageSize"?: number;
|
|
5537
|
+
"pageNumber"?: number;
|
|
5538
|
+
}
|
|
5509
5539
|
export interface getSpeechandtextanalyticsDictionaryfeedbackOptions {
|
|
5510
5540
|
"dialect"?: string;
|
|
5511
5541
|
"nextPage"?: string;
|
|
@@ -7721,19 +7751,6 @@ declare namespace Models {
|
|
|
7721
7751
|
"selfUri"?: string;
|
|
7722
7752
|
}
|
|
7723
7753
|
|
|
7724
|
-
export interface AddressableEntityListing {
|
|
7725
|
-
"entities"?: Array<Models.AddressableEntity>;
|
|
7726
|
-
"pageSize"?: number;
|
|
7727
|
-
"pageNumber"?: number;
|
|
7728
|
-
"total"?: number;
|
|
7729
|
-
"previousUri"?: string;
|
|
7730
|
-
"lastUri"?: string;
|
|
7731
|
-
"firstUri"?: string;
|
|
7732
|
-
"selfUri"?: string;
|
|
7733
|
-
"nextUri"?: string;
|
|
7734
|
-
"pageCount"?: number;
|
|
7735
|
-
}
|
|
7736
|
-
|
|
7737
7754
|
export interface AddressableEntityRef {
|
|
7738
7755
|
"id"?: string;
|
|
7739
7756
|
"selfUri"?: string;
|
|
@@ -7957,6 +7974,75 @@ declare namespace Models {
|
|
|
7957
7974
|
"pageCount"?: number;
|
|
7958
7975
|
}
|
|
7959
7976
|
|
|
7977
|
+
export interface AgentCopilotAggregateDataContainer {
|
|
7978
|
+
"group"?: { [key: string]: string; };
|
|
7979
|
+
"data"?: Array<Models.StatisticalResponse>;
|
|
7980
|
+
}
|
|
7981
|
+
|
|
7982
|
+
export interface AgentCopilotAggregateQueryClause {
|
|
7983
|
+
"type": string;
|
|
7984
|
+
"predicates": Array<Models.AgentCopilotAggregateQueryPredicate>;
|
|
7985
|
+
}
|
|
7986
|
+
|
|
7987
|
+
export interface AgentCopilotAggregateQueryFilter {
|
|
7988
|
+
"type": string;
|
|
7989
|
+
"clauses"?: Array<Models.AgentCopilotAggregateQueryClause>;
|
|
7990
|
+
"predicates"?: Array<Models.AgentCopilotAggregateQueryPredicate>;
|
|
7991
|
+
}
|
|
7992
|
+
|
|
7993
|
+
export interface AgentCopilotAggregateQueryPredicate {
|
|
7994
|
+
"type"?: string;
|
|
7995
|
+
"dimension"?: string;
|
|
7996
|
+
"operator"?: string;
|
|
7997
|
+
"value"?: string;
|
|
7998
|
+
"range"?: Models.NumericRange;
|
|
7999
|
+
}
|
|
8000
|
+
|
|
8001
|
+
export interface AgentCopilotAggregateQueryResponse {
|
|
8002
|
+
"results"?: Array<Models.AgentCopilotAggregateDataContainer>;
|
|
8003
|
+
}
|
|
8004
|
+
|
|
8005
|
+
export interface AgentCopilotAggregationQuery {
|
|
8006
|
+
"interval": string;
|
|
8007
|
+
"granularity"?: string;
|
|
8008
|
+
"timeZone"?: string;
|
|
8009
|
+
"groupBy"?: Array<string>;
|
|
8010
|
+
"filter"?: Models.AgentCopilotAggregateQueryFilter;
|
|
8011
|
+
"metrics": Array<string>;
|
|
8012
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
8013
|
+
"views"?: Array<Models.AgentCopilotAggregationView>;
|
|
8014
|
+
"alternateTimeDimension"?: string;
|
|
8015
|
+
"queryType"?: string;
|
|
8016
|
+
"limit"?: number;
|
|
8017
|
+
}
|
|
8018
|
+
|
|
8019
|
+
export interface AgentCopilotAggregationView {
|
|
8020
|
+
"target": string;
|
|
8021
|
+
"name": string;
|
|
8022
|
+
"function": string;
|
|
8023
|
+
"range"?: Models.AggregationRange;
|
|
8024
|
+
}
|
|
8025
|
+
|
|
8026
|
+
export interface AgentCopilotAsyncAggregateQueryResponse {
|
|
8027
|
+
"results"?: Array<Models.AgentCopilotAggregateDataContainer>;
|
|
8028
|
+
"cursor"?: string;
|
|
8029
|
+
}
|
|
8030
|
+
|
|
8031
|
+
export interface AgentCopilotAsyncAggregationQuery {
|
|
8032
|
+
"interval": string;
|
|
8033
|
+
"granularity"?: string;
|
|
8034
|
+
"timeZone"?: string;
|
|
8035
|
+
"groupBy"?: Array<string>;
|
|
8036
|
+
"filter"?: Models.AgentCopilotAggregateQueryFilter;
|
|
8037
|
+
"metrics": Array<string>;
|
|
8038
|
+
"flattenMultivaluedDimensions"?: boolean;
|
|
8039
|
+
"views"?: Array<Models.AgentCopilotAggregationView>;
|
|
8040
|
+
"alternateTimeDimension"?: string;
|
|
8041
|
+
"queryType"?: string;
|
|
8042
|
+
"limit"?: number;
|
|
8043
|
+
"pageSize"?: number;
|
|
8044
|
+
}
|
|
8045
|
+
|
|
7960
8046
|
export interface AgentEvaluatorActivity {
|
|
7961
8047
|
"id"?: string;
|
|
7962
8048
|
"name"?: string;
|
|
@@ -8000,6 +8086,7 @@ declare namespace Models {
|
|
|
8000
8086
|
|
|
8001
8087
|
export interface AgentMaxUtilizationResponse {
|
|
8002
8088
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
8089
|
+
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationResponse; };
|
|
8003
8090
|
"level"?: string;
|
|
8004
8091
|
}
|
|
8005
8092
|
|
|
@@ -8123,6 +8210,15 @@ declare namespace Models {
|
|
|
8123
8210
|
"lt"?: number;
|
|
8124
8211
|
}
|
|
8125
8212
|
|
|
8213
|
+
export interface AiAnswer {
|
|
8214
|
+
"answerId"?: string;
|
|
8215
|
+
"explanation"?: string;
|
|
8216
|
+
"failureType"?: string;
|
|
8217
|
+
}
|
|
8218
|
+
|
|
8219
|
+
export interface AiScoring {
|
|
8220
|
+
}
|
|
8221
|
+
|
|
8126
8222
|
export interface AiScoringSettings {
|
|
8127
8223
|
"enabled"?: boolean;
|
|
8128
8224
|
"prompt"?: string;
|
|
@@ -8459,6 +8555,8 @@ declare namespace Models {
|
|
|
8459
8555
|
"deliveryStatus"?: string;
|
|
8460
8556
|
"deliveryStatusChangeDate"?: string;
|
|
8461
8557
|
"destinationAddresses"?: Array<string>;
|
|
8558
|
+
"detectedSpeechEnd"?: string;
|
|
8559
|
+
"detectedSpeechStart"?: string;
|
|
8462
8560
|
"direction"?: string;
|
|
8463
8561
|
"dispositionAnalyzer"?: string;
|
|
8464
8562
|
"dispositionName"?: string;
|
|
@@ -9045,6 +9143,8 @@ declare namespace Models {
|
|
|
9045
9143
|
"externalId"?: string;
|
|
9046
9144
|
"source"?: string;
|
|
9047
9145
|
"rule"?: Models.LearningModuleRule;
|
|
9146
|
+
"enforceContentOrder"?: boolean;
|
|
9147
|
+
"reviewAssessmentResults"?: Models.ReviewAssessmentResults;
|
|
9048
9148
|
"currentAssignments"?: Array<Models.LearningAssignment>;
|
|
9049
9149
|
"selfUri"?: string;
|
|
9050
9150
|
"isArchived"?: boolean;
|
|
@@ -9399,6 +9499,16 @@ declare namespace Models {
|
|
|
9399
9499
|
"pageCount"?: number;
|
|
9400
9500
|
}
|
|
9401
9501
|
|
|
9502
|
+
export interface AuditRealtimeRelatedRequest {
|
|
9503
|
+
"auditId": string;
|
|
9504
|
+
"trustorOrgId"?: string;
|
|
9505
|
+
"sort"?: Array<Models.AuditQuerySort>;
|
|
9506
|
+
}
|
|
9507
|
+
|
|
9508
|
+
export interface AuditRealtimeRelatedResultsResponse {
|
|
9509
|
+
"entities"?: Array<Models.AuditLogMessage>;
|
|
9510
|
+
}
|
|
9511
|
+
|
|
9402
9512
|
export interface AuditSearchResult {
|
|
9403
9513
|
"pageNumber"?: number;
|
|
9404
9514
|
"pageSize"?: number;
|
|
@@ -11475,6 +11585,7 @@ declare namespace Models {
|
|
|
11475
11585
|
"dynamicContactQueueingSettings"?: Models.DynamicContactQueueingSettings;
|
|
11476
11586
|
"maxCallsPerAgent"?: number;
|
|
11477
11587
|
"callbackAutoAnswer"?: boolean;
|
|
11588
|
+
"dynamicLineBalancingSettings"?: Models.DynamicLineBalancingSettings;
|
|
11478
11589
|
"selfUri"?: string;
|
|
11479
11590
|
}
|
|
11480
11591
|
|
|
@@ -11559,6 +11670,28 @@ declare namespace Models {
|
|
|
11559
11670
|
"totalAvailableOutboundLines"?: number;
|
|
11560
11671
|
}
|
|
11561
11672
|
|
|
11673
|
+
export interface CampaignOutboundLinesAllocation {
|
|
11674
|
+
"campaign"?: Models.DomainEntityRef;
|
|
11675
|
+
"campaignWeight"?: number;
|
|
11676
|
+
"linesAssigned"?: number;
|
|
11677
|
+
"legacyWeight"?: boolean;
|
|
11678
|
+
}
|
|
11679
|
+
|
|
11680
|
+
export interface CampaignOutboundLinesDistribution {
|
|
11681
|
+
"campaign"?: Models.AddressableEntityRef;
|
|
11682
|
+
"maxOutboundLineCount"?: number;
|
|
11683
|
+
"maxLineUtilization"?: number;
|
|
11684
|
+
"availableOutboundLines"?: number;
|
|
11685
|
+
"reservedLines"?: number;
|
|
11686
|
+
"campaignsWithReservedLines"?: Array<Models.CampaignOutboundLinesReservation>;
|
|
11687
|
+
"campaignsWithDynamicallyAllocatedLines"?: Array<Models.CampaignOutboundLinesAllocation>;
|
|
11688
|
+
}
|
|
11689
|
+
|
|
11690
|
+
export interface CampaignOutboundLinesReservation {
|
|
11691
|
+
"campaign"?: Models.DomainEntityRef;
|
|
11692
|
+
"linesReserved"?: number;
|
|
11693
|
+
}
|
|
11694
|
+
|
|
11562
11695
|
export interface CampaignProgress {
|
|
11563
11696
|
"campaign": Models.DomainEntityRef;
|
|
11564
11697
|
"contactList": Models.DomainEntityRef;
|
|
@@ -11679,6 +11812,7 @@ declare namespace Models {
|
|
|
11679
11812
|
"outstandingCalls"?: number;
|
|
11680
11813
|
"scheduledCalls"?: number;
|
|
11681
11814
|
"timeZoneRescheduledCalls"?: number;
|
|
11815
|
+
"linesUtilization"?: Models.CampaignLinesUtilization;
|
|
11682
11816
|
}
|
|
11683
11817
|
|
|
11684
11818
|
export interface CampaignTimeSlot {
|
|
@@ -11708,6 +11842,19 @@ declare namespace Models {
|
|
|
11708
11842
|
"isSelected"?: boolean;
|
|
11709
11843
|
}
|
|
11710
11844
|
|
|
11845
|
+
export interface CategoriesEntityListing {
|
|
11846
|
+
"entities"?: Array<Models.StaCategory>;
|
|
11847
|
+
"pageSize"?: number;
|
|
11848
|
+
"pageNumber"?: number;
|
|
11849
|
+
"total"?: number;
|
|
11850
|
+
"previousUri"?: string;
|
|
11851
|
+
"lastUri"?: string;
|
|
11852
|
+
"firstUri"?: string;
|
|
11853
|
+
"selfUri"?: string;
|
|
11854
|
+
"nextUri"?: string;
|
|
11855
|
+
"pageCount"?: number;
|
|
11856
|
+
}
|
|
11857
|
+
|
|
11711
11858
|
export interface Category {
|
|
11712
11859
|
"name"?: string;
|
|
11713
11860
|
}
|
|
@@ -11743,6 +11890,13 @@ declare namespace Models {
|
|
|
11743
11890
|
"selfUri"?: string;
|
|
11744
11891
|
}
|
|
11745
11892
|
|
|
11893
|
+
export interface CategoryRequest {
|
|
11894
|
+
"name": string;
|
|
11895
|
+
"description"?: string;
|
|
11896
|
+
"interactionType": string;
|
|
11897
|
+
"criteria": Models.Operand;
|
|
11898
|
+
}
|
|
11899
|
+
|
|
11746
11900
|
export interface CategoryResponse {
|
|
11747
11901
|
"id"?: string;
|
|
11748
11902
|
"name": string;
|
|
@@ -11795,8 +11949,8 @@ declare namespace Models {
|
|
|
11795
11949
|
"expirationDate"?: string;
|
|
11796
11950
|
"issueDate"?: string;
|
|
11797
11951
|
"expired"?: boolean;
|
|
11798
|
-
"signatureValid"?: boolean;
|
|
11799
11952
|
"valid"?: boolean;
|
|
11953
|
+
"signatureValid"?: boolean;
|
|
11800
11954
|
}
|
|
11801
11955
|
|
|
11802
11956
|
export interface Change {
|
|
@@ -12269,6 +12423,7 @@ declare namespace Models {
|
|
|
12269
12423
|
"maskSelectors"?: Array<string>;
|
|
12270
12424
|
"channels"?: Array<string>;
|
|
12271
12425
|
"readonlySelectors"?: Array<string>;
|
|
12426
|
+
"pauseCriteria"?: Array<Models.PauseCriteria>;
|
|
12272
12427
|
}
|
|
12273
12428
|
|
|
12274
12429
|
export interface CobrowseWebMessagingSession {
|
|
@@ -12565,13 +12720,6 @@ declare namespace Models {
|
|
|
12565
12720
|
"rules"?: Array<Models.ConditionalGroupRoutingRule>;
|
|
12566
12721
|
}
|
|
12567
12722
|
|
|
12568
|
-
export interface ConditionalGroupRoutingCondition {
|
|
12569
|
-
"queue"?: Models.DomainEntityRef;
|
|
12570
|
-
"metric"?: string;
|
|
12571
|
-
"operator"?: string;
|
|
12572
|
-
"value"?: number;
|
|
12573
|
-
}
|
|
12574
|
-
|
|
12575
12723
|
export interface ConditionalGroupRoutingRule {
|
|
12576
12724
|
"queue"?: Models.DomainEntityRef;
|
|
12577
12725
|
"metric"?: string;
|
|
@@ -12747,11 +12895,23 @@ declare namespace Models {
|
|
|
12747
12895
|
"selfUri"?: string;
|
|
12748
12896
|
}
|
|
12749
12897
|
|
|
12898
|
+
export interface ContactBulkEditRequest {
|
|
12899
|
+
"contactListFilterId"?: string;
|
|
12900
|
+
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
12901
|
+
"contactIds"?: Array<string>;
|
|
12902
|
+
"contact"?: Models.DialerContact;
|
|
12903
|
+
}
|
|
12904
|
+
|
|
12750
12905
|
export interface ContactBulkSearchCriteria {
|
|
12751
12906
|
"clauses"?: Array<Models.ContactListFilterClause>;
|
|
12752
12907
|
"filterType"?: string;
|
|
12753
12908
|
}
|
|
12754
12909
|
|
|
12910
|
+
export interface ContactBulkSearchParameters {
|
|
12911
|
+
"contactListFilterId"?: string;
|
|
12912
|
+
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
12913
|
+
}
|
|
12914
|
+
|
|
12755
12915
|
export interface ContactCallbackRequest {
|
|
12756
12916
|
"campaignId": string;
|
|
12757
12917
|
"contactListId": string;
|
|
@@ -12976,6 +13136,28 @@ declare namespace Models {
|
|
|
12976
13136
|
"pageCount"?: number;
|
|
12977
13137
|
}
|
|
12978
13138
|
|
|
13139
|
+
export interface ContactListingRequest {
|
|
13140
|
+
"contactListFilterId"?: string;
|
|
13141
|
+
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
13142
|
+
"pageNumber": number;
|
|
13143
|
+
"pageSize": number;
|
|
13144
|
+
"contactSorts"?: Array<Models.ContactSort>;
|
|
13145
|
+
}
|
|
13146
|
+
|
|
13147
|
+
export interface ContactListingResponse {
|
|
13148
|
+
"entities"?: Array<Models.DialerContact>;
|
|
13149
|
+
"pageSize"?: number;
|
|
13150
|
+
"pageNumber"?: number;
|
|
13151
|
+
"total"?: number;
|
|
13152
|
+
"contactsCount"?: number;
|
|
13153
|
+
"previousUri"?: string;
|
|
13154
|
+
"lastUri"?: string;
|
|
13155
|
+
"firstUri"?: string;
|
|
13156
|
+
"selfUri"?: string;
|
|
13157
|
+
"nextUri"?: string;
|
|
13158
|
+
"pageCount"?: number;
|
|
13159
|
+
}
|
|
13160
|
+
|
|
12979
13161
|
export interface ContactPhoneNumberColumn {
|
|
12980
13162
|
"columnName": string;
|
|
12981
13163
|
"type": string;
|
|
@@ -13016,6 +13198,18 @@ declare namespace Models {
|
|
|
13016
13198
|
export interface ContactlistImportStatusObject {
|
|
13017
13199
|
}
|
|
13018
13200
|
|
|
13201
|
+
export interface ContactsBulkOperationJob {
|
|
13202
|
+
"id"?: string;
|
|
13203
|
+
"state"?: string;
|
|
13204
|
+
"type"?: string;
|
|
13205
|
+
"totalRecords"?: number;
|
|
13206
|
+
"completedRecords"?: number;
|
|
13207
|
+
"percentComplete"?: number;
|
|
13208
|
+
"failureReason"?: Models.ErrorInfo;
|
|
13209
|
+
"downloadURI"?: string;
|
|
13210
|
+
"selfUri"?: string;
|
|
13211
|
+
}
|
|
13212
|
+
|
|
13019
13213
|
export interface ContactsExportRequest {
|
|
13020
13214
|
"contactListFilterId"?: string;
|
|
13021
13215
|
"criteria"?: Models.ContactBulkSearchCriteria;
|
|
@@ -13769,6 +13963,27 @@ declare namespace Models {
|
|
|
13769
13963
|
"endTime"?: string;
|
|
13770
13964
|
}
|
|
13771
13965
|
|
|
13966
|
+
export interface ConversationCategoriesEntityListing {
|
|
13967
|
+
"entities"?: Array<Models.ConversationCategory>;
|
|
13968
|
+
"pageSize"?: number;
|
|
13969
|
+
"pageNumber"?: number;
|
|
13970
|
+
"total"?: number;
|
|
13971
|
+
"previousUri"?: string;
|
|
13972
|
+
"lastUri"?: string;
|
|
13973
|
+
"firstUri"?: string;
|
|
13974
|
+
"selfUri"?: string;
|
|
13975
|
+
"nextUri"?: string;
|
|
13976
|
+
"pageCount"?: number;
|
|
13977
|
+
}
|
|
13978
|
+
|
|
13979
|
+
export interface ConversationCategory {
|
|
13980
|
+
"id"?: string;
|
|
13981
|
+
"name"?: string;
|
|
13982
|
+
"description"?: string;
|
|
13983
|
+
"interactionType"?: string;
|
|
13984
|
+
"criteria"?: Models.Operand;
|
|
13985
|
+
}
|
|
13986
|
+
|
|
13772
13987
|
export interface ConversationChannel {
|
|
13773
13988
|
"type": string;
|
|
13774
13989
|
"messageType"?: string;
|
|
@@ -14855,6 +15070,12 @@ declare namespace Models {
|
|
|
14855
15070
|
"duration"?: number;
|
|
14856
15071
|
}
|
|
14857
15072
|
|
|
15073
|
+
export interface ConversationEventVideo {
|
|
15074
|
+
"type": string;
|
|
15075
|
+
"offeringId"?: string;
|
|
15076
|
+
"jwt"?: string;
|
|
15077
|
+
}
|
|
15078
|
+
|
|
14858
15079
|
export interface ConversationMessageContent {
|
|
14859
15080
|
"contentType": string;
|
|
14860
15081
|
"location"?: Models.ConversationContentLocation;
|
|
@@ -14874,6 +15095,7 @@ declare namespace Models {
|
|
|
14874
15095
|
"coBrowse"?: Models.ConversationEventCoBrowse;
|
|
14875
15096
|
"typing"?: Models.ConversationEventTyping;
|
|
14876
15097
|
"presence"?: Models.ConversationEventPresence;
|
|
15098
|
+
"video"?: Models.ConversationEventVideo;
|
|
14877
15099
|
}
|
|
14878
15100
|
|
|
14879
15101
|
export interface ConversationMessageEventTopicConversationRoutingData {
|
|
@@ -15199,6 +15421,7 @@ declare namespace Models {
|
|
|
15199
15421
|
"teamId"?: string;
|
|
15200
15422
|
"usedRouting"?: string;
|
|
15201
15423
|
"userId"?: string;
|
|
15424
|
+
"videoPresent"?: boolean;
|
|
15202
15425
|
"waitingInteractionCounts"?: Array<number>;
|
|
15203
15426
|
"wrapUpCode"?: string;
|
|
15204
15427
|
"proposedAgents"?: Array<Models.ConversationMetricsTopicConversationProposedAgent>;
|
|
@@ -15283,6 +15506,7 @@ declare namespace Models {
|
|
|
15283
15506
|
"isVoicemail"?: boolean;
|
|
15284
15507
|
"isFlagged"?: boolean;
|
|
15285
15508
|
"isMonitored"?: boolean;
|
|
15509
|
+
"isScreenMonitored"?: boolean;
|
|
15286
15510
|
"filterWrapUpNotes"?: boolean;
|
|
15287
15511
|
"matchAll"?: boolean;
|
|
15288
15512
|
}
|
|
@@ -15882,6 +16106,7 @@ declare namespace Models {
|
|
|
15882
16106
|
"callQueueId"?: string;
|
|
15883
16107
|
"callUserId"?: string;
|
|
15884
16108
|
"priority"?: number;
|
|
16109
|
+
"attributes"?: { [key: string]: string; };
|
|
15885
16110
|
"languageId"?: string;
|
|
15886
16111
|
"routingSkillsIds"?: Array<string>;
|
|
15887
16112
|
"conversationIds"?: Array<string>;
|
|
@@ -16764,6 +16989,8 @@ declare namespace Models {
|
|
|
16764
16989
|
"dateCreated": string;
|
|
16765
16990
|
"dateModified": string;
|
|
16766
16991
|
"createdBy"?: Models.AddressableEntityRef;
|
|
16992
|
+
"shared"?: boolean;
|
|
16993
|
+
"dashboardsSharedWith"?: Models.DashboardsSharedWith;
|
|
16767
16994
|
"selfUri"?: string;
|
|
16768
16995
|
}
|
|
16769
16996
|
|
|
@@ -16813,6 +17040,11 @@ declare namespace Models {
|
|
|
16813
17040
|
"pageCount"?: number;
|
|
16814
17041
|
}
|
|
16815
17042
|
|
|
17043
|
+
export interface DashboardsSharedWith {
|
|
17044
|
+
"userIds"?: Array<string>;
|
|
17045
|
+
"teamIds"?: Array<string>;
|
|
17046
|
+
}
|
|
17047
|
+
|
|
16816
17048
|
export interface DataActionConditionPredicate {
|
|
16817
17049
|
"outputField": string;
|
|
16818
17050
|
"outputOperator": string;
|
|
@@ -20068,7 +20300,6 @@ declare namespace Models {
|
|
|
20068
20300
|
|
|
20069
20301
|
export interface EngineIntegration {
|
|
20070
20302
|
"id"?: string;
|
|
20071
|
-
"name"?: string;
|
|
20072
20303
|
"selfUri"?: string;
|
|
20073
20304
|
}
|
|
20074
20305
|
|
|
@@ -20643,7 +20874,6 @@ declare namespace Models {
|
|
|
20643
20874
|
"customerIdType"?: string;
|
|
20644
20875
|
"session": Models.EventSession;
|
|
20645
20876
|
"eventType": string;
|
|
20646
|
-
"genericActionEvent"?: Models.GenericActionEvent;
|
|
20647
20877
|
"outcomeAchievedEvent"?: Models.OutcomeAchievedEvent;
|
|
20648
20878
|
"segmentAssignmentEvent"?: Models.SegmentAssignmentEvent;
|
|
20649
20879
|
"webActionEvent"?: Models.WebActionEvent;
|
|
@@ -21620,7 +21850,6 @@ declare namespace Models {
|
|
|
21620
21850
|
"org"?: Models.FieldConfig;
|
|
21621
21851
|
"person"?: Models.FieldConfig;
|
|
21622
21852
|
"group"?: Models.FieldConfig;
|
|
21623
|
-
"externalContact"?: Models.FieldConfig;
|
|
21624
21853
|
}
|
|
21625
21854
|
|
|
21626
21855
|
export interface FieldList {
|
|
@@ -22208,6 +22437,7 @@ declare namespace Models {
|
|
|
22208
22437
|
"transferType"?: string;
|
|
22209
22438
|
"usedRouting"?: string;
|
|
22210
22439
|
"userId"?: string;
|
|
22440
|
+
"videoPresent"?: boolean;
|
|
22211
22441
|
"waitingInteractionCounts"?: Array<number>;
|
|
22212
22442
|
"wrapUpCode"?: string;
|
|
22213
22443
|
"proposedAgents"?: Array<Models.FlowMetricsTopicFlowProposedAgent>;
|
|
@@ -22865,22 +23095,6 @@ declare namespace Models {
|
|
|
22865
23095
|
"expireTimeDays"?: number;
|
|
22866
23096
|
}
|
|
22867
23097
|
|
|
22868
|
-
export interface GenericActionEvent {
|
|
22869
|
-
"action": Models.GenericEventAction;
|
|
22870
|
-
"actionMap"?: Models.ActionEventActionMap;
|
|
22871
|
-
"errorCode"?: string;
|
|
22872
|
-
"errorMessage"?: string;
|
|
22873
|
-
}
|
|
22874
|
-
|
|
22875
|
-
export interface GenericEventAction {
|
|
22876
|
-
"id": string;
|
|
22877
|
-
"state": string;
|
|
22878
|
-
"mediaType": string;
|
|
22879
|
-
"prompt": string;
|
|
22880
|
-
"mediaAddress"?: string;
|
|
22881
|
-
"createdDate": string;
|
|
22882
|
-
}
|
|
22883
|
-
|
|
22884
23098
|
export interface GenericSAML {
|
|
22885
23099
|
"id"?: string;
|
|
22886
23100
|
"name"?: string;
|
|
@@ -23871,6 +24085,11 @@ declare namespace Models {
|
|
|
23871
24085
|
"pageCount"?: number;
|
|
23872
24086
|
}
|
|
23873
24087
|
|
|
24088
|
+
export interface InfixOperator {
|
|
24089
|
+
"operatorType": string;
|
|
24090
|
+
"operatorPosition"?: Models.OperatorPosition;
|
|
24091
|
+
}
|
|
24092
|
+
|
|
23874
24093
|
export interface InfrastructureascodeJob {
|
|
23875
24094
|
"id"?: string;
|
|
23876
24095
|
"dryRun": boolean;
|
|
@@ -25164,6 +25383,12 @@ declare namespace Models {
|
|
|
25164
25383
|
"value"?: number;
|
|
25165
25384
|
}
|
|
25166
25385
|
|
|
25386
|
+
export interface JourneyViewListing {
|
|
25387
|
+
"total"?: number;
|
|
25388
|
+
"entities"?: Array<Models.JourneyView>;
|
|
25389
|
+
"selfUri"?: string;
|
|
25390
|
+
}
|
|
25391
|
+
|
|
25167
25392
|
export interface JourneyViewResult {
|
|
25168
25393
|
"elements"?: Array<Models.JourneyViewResultElement>;
|
|
25169
25394
|
}
|
|
@@ -26056,6 +26281,8 @@ declare namespace Models {
|
|
|
26056
26281
|
"labels"?: Array<Models.LabelResponse>;
|
|
26057
26282
|
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
26058
26283
|
"externalId"?: string;
|
|
26284
|
+
"source"?: Models.AddressableEntityRef;
|
|
26285
|
+
"readonly"?: boolean;
|
|
26059
26286
|
"variations"?: Array<Models.DocumentVariation>;
|
|
26060
26287
|
"selfUri"?: string;
|
|
26061
26288
|
}
|
|
@@ -26194,6 +26421,7 @@ declare namespace Models {
|
|
|
26194
26421
|
export interface KnowledgeExportJobDocumentsFilter {
|
|
26195
26422
|
"interval"?: string;
|
|
26196
26423
|
"entities"?: Array<Models.Entity>;
|
|
26424
|
+
"sourceId"?: string;
|
|
26197
26425
|
}
|
|
26198
26426
|
|
|
26199
26427
|
export interface KnowledgeExportJobFilter {
|
|
@@ -26204,6 +26432,7 @@ declare namespace Models {
|
|
|
26204
26432
|
export interface KnowledgeExportJobRequest {
|
|
26205
26433
|
"exportFilter": Models.KnowledgeExportJobFilter;
|
|
26206
26434
|
"fileType": string;
|
|
26435
|
+
"sourceId"?: string;
|
|
26207
26436
|
"jsonFileVersion"?: number;
|
|
26208
26437
|
}
|
|
26209
26438
|
|
|
@@ -26220,6 +26449,7 @@ declare namespace Models {
|
|
|
26220
26449
|
"dateCreated"?: string;
|
|
26221
26450
|
"dateModified"?: string;
|
|
26222
26451
|
"errorInformation"?: Models.ErrorBody;
|
|
26452
|
+
"source"?: Models.KnowledgeOperationSource;
|
|
26223
26453
|
"selfUri"?: string;
|
|
26224
26454
|
}
|
|
26225
26455
|
|
|
@@ -26493,6 +26723,12 @@ declare namespace Models {
|
|
|
26493
26723
|
"migrationDetected"?: boolean;
|
|
26494
26724
|
}
|
|
26495
26725
|
|
|
26726
|
+
export interface KnowledgeOperationSource {
|
|
26727
|
+
"id"?: string;
|
|
26728
|
+
"type"?: string;
|
|
26729
|
+
"selfUri"?: string;
|
|
26730
|
+
}
|
|
26731
|
+
|
|
26496
26732
|
export interface KnowledgeParseImportResult {
|
|
26497
26733
|
"success": number;
|
|
26498
26734
|
"failure": number;
|
|
@@ -26557,6 +26793,8 @@ declare namespace Models {
|
|
|
26557
26793
|
"labels"?: Array<Models.LabelResponse>;
|
|
26558
26794
|
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
26559
26795
|
"externalId"?: string;
|
|
26796
|
+
"source"?: Models.AddressableEntityRef;
|
|
26797
|
+
"readonly"?: boolean;
|
|
26560
26798
|
"variations"?: Array<Models.DocumentVariationAnswer>;
|
|
26561
26799
|
"answer"?: string;
|
|
26562
26800
|
"selfUri"?: string;
|
|
@@ -26772,10 +27010,15 @@ declare namespace Models {
|
|
|
26772
27010
|
"dateModified"?: string;
|
|
26773
27011
|
"isOverdue"?: boolean;
|
|
26774
27012
|
"percentageScore"?: number;
|
|
27013
|
+
"assessmentPercentageScore"?: number;
|
|
26775
27014
|
"isRule"?: boolean;
|
|
26776
27015
|
"isManual"?: boolean;
|
|
26777
27016
|
"isPassed"?: boolean;
|
|
26778
27017
|
"isLatest"?: boolean;
|
|
27018
|
+
"assessmentCompletionPercentage"?: number;
|
|
27019
|
+
"completionPercentage"?: number;
|
|
27020
|
+
"steps"?: Array<Models.LearningAssignmentStep>;
|
|
27021
|
+
"nextStep"?: Models.LearningAssignmentStep;
|
|
26779
27022
|
"selfUri"?: string;
|
|
26780
27023
|
"state"?: string;
|
|
26781
27024
|
"dateRecommendedForCompletion"?: string;
|
|
@@ -27013,6 +27256,8 @@ declare namespace Models {
|
|
|
27013
27256
|
"externalId"?: string;
|
|
27014
27257
|
"source"?: string;
|
|
27015
27258
|
"rule"?: Models.LearningModuleRule;
|
|
27259
|
+
"enforceContentOrder"?: boolean;
|
|
27260
|
+
"reviewAssessmentResults"?: Models.ReviewAssessmentResults;
|
|
27016
27261
|
"selfUri"?: string;
|
|
27017
27262
|
"isArchived"?: boolean;
|
|
27018
27263
|
"isPublished"?: boolean;
|
|
@@ -27071,6 +27316,101 @@ declare namespace Models {
|
|
|
27071
27316
|
"selfUri"?: string;
|
|
27072
27317
|
}
|
|
27073
27318
|
|
|
27319
|
+
export interface LearningModulePreviewGetResponse {
|
|
27320
|
+
"id"?: string;
|
|
27321
|
+
"name": string;
|
|
27322
|
+
"description"?: string;
|
|
27323
|
+
"coverArt"?: Models.LearningModuleCoverArtResponse;
|
|
27324
|
+
"enforceContentOrder"?: boolean;
|
|
27325
|
+
"reviewAssessmentResults"?: Models.ReviewAssessmentResults;
|
|
27326
|
+
"assessmentForm"?: Models.AssessmentForm;
|
|
27327
|
+
"assignment"?: Models.LearningModulePreviewGetResponseAssignment;
|
|
27328
|
+
"selfUri"?: string;
|
|
27329
|
+
}
|
|
27330
|
+
|
|
27331
|
+
export interface LearningModulePreviewGetResponseAssignment {
|
|
27332
|
+
"state"?: string;
|
|
27333
|
+
"percentageScore"?: number;
|
|
27334
|
+
"assessmentPercentageScore"?: number;
|
|
27335
|
+
"isPassed"?: boolean;
|
|
27336
|
+
"assessmentCompletionPercentage"?: number;
|
|
27337
|
+
"completionPercentage"?: number;
|
|
27338
|
+
"steps"?: Array<Models.LearningModulePreviewGetResponseStep>;
|
|
27339
|
+
}
|
|
27340
|
+
|
|
27341
|
+
export interface LearningModulePreviewGetResponseStep {
|
|
27342
|
+
"id"?: string;
|
|
27343
|
+
"moduleStep"?: Models.LearningModuleInformStep;
|
|
27344
|
+
"structure"?: Array<Models.LearningModulePreviewGetScoStructure>;
|
|
27345
|
+
"successStatus"?: string;
|
|
27346
|
+
"completionStatus"?: string;
|
|
27347
|
+
"completionPercentage"?: number;
|
|
27348
|
+
"percentageScore"?: number;
|
|
27349
|
+
"signedCookie"?: Models.LearningAssignmentStepSignedCookie;
|
|
27350
|
+
}
|
|
27351
|
+
|
|
27352
|
+
export interface LearningModulePreviewGetScoStructure {
|
|
27353
|
+
"id"?: string;
|
|
27354
|
+
"name"?: string;
|
|
27355
|
+
"successStatus"?: string;
|
|
27356
|
+
"completionStatus"?: string;
|
|
27357
|
+
"percentageScore"?: number;
|
|
27358
|
+
"shareableContentObject"?: Models.LearningShareableContentObject;
|
|
27359
|
+
"children"?: Array<Models.LearningModulePreviewGetScoStructure>;
|
|
27360
|
+
}
|
|
27361
|
+
|
|
27362
|
+
export interface LearningModulePreviewUpdateRequest {
|
|
27363
|
+
"state"?: string;
|
|
27364
|
+
"currentStep"?: Models.LearningModulePreviewUpdateRequestCurrentStep;
|
|
27365
|
+
"steps"?: Array<Models.LearningModulePreviewUpdateStep>;
|
|
27366
|
+
"assessment"?: Models.LearningAssessment;
|
|
27367
|
+
"assessmentForm"?: Models.AssessmentForm;
|
|
27368
|
+
}
|
|
27369
|
+
|
|
27370
|
+
export interface LearningModulePreviewUpdateRequestCurrentStep {
|
|
27371
|
+
"id"?: string;
|
|
27372
|
+
"completionPercentage"?: number;
|
|
27373
|
+
"shareableContentObject"?: Models.LearningShareableContentObject;
|
|
27374
|
+
}
|
|
27375
|
+
|
|
27376
|
+
export interface LearningModulePreviewUpdateResponse {
|
|
27377
|
+
"id"?: string;
|
|
27378
|
+
"assignment"?: Models.LearningModulePreviewUpdateResponseAssignment;
|
|
27379
|
+
}
|
|
27380
|
+
|
|
27381
|
+
export interface LearningModulePreviewUpdateResponseAssignment {
|
|
27382
|
+
"state"?: string;
|
|
27383
|
+
"percentageScore"?: number;
|
|
27384
|
+
"completionPercentage"?: number;
|
|
27385
|
+
"assessmentPercentageScore"?: number;
|
|
27386
|
+
"assessmentCompletionPercentage"?: number;
|
|
27387
|
+
"isPassed"?: boolean;
|
|
27388
|
+
"currentStep"?: Models.LearningModulePreviewUpdateResponseCurrentStep;
|
|
27389
|
+
"steps"?: Array<Models.LearningModulePreviewUpdateStep>;
|
|
27390
|
+
}
|
|
27391
|
+
|
|
27392
|
+
export interface LearningModulePreviewUpdateResponseCurrentStep {
|
|
27393
|
+
"shareableContentObject"?: Models.LearningShareableContentObject;
|
|
27394
|
+
}
|
|
27395
|
+
|
|
27396
|
+
export interface LearningModulePreviewUpdateScoStructure {
|
|
27397
|
+
"id"?: string;
|
|
27398
|
+
"name"?: string;
|
|
27399
|
+
"successStatus"?: string;
|
|
27400
|
+
"completionStatus"?: string;
|
|
27401
|
+
"percentageScore"?: number;
|
|
27402
|
+
"children"?: Array<Models.LearningModulePreviewUpdateScoStructure>;
|
|
27403
|
+
}
|
|
27404
|
+
|
|
27405
|
+
export interface LearningModulePreviewUpdateStep {
|
|
27406
|
+
"id"?: string;
|
|
27407
|
+
"successStatus"?: string;
|
|
27408
|
+
"completionStatus"?: string;
|
|
27409
|
+
"completionPercentage"?: number;
|
|
27410
|
+
"percentageScore"?: number;
|
|
27411
|
+
"structure"?: Array<Models.LearningModulePreviewUpdateScoStructure>;
|
|
27412
|
+
}
|
|
27413
|
+
|
|
27074
27414
|
export interface LearningModulePublishRequest {
|
|
27075
27415
|
"termsAndConditionsAccepted"?: boolean;
|
|
27076
27416
|
}
|
|
@@ -27100,6 +27440,8 @@ declare namespace Models {
|
|
|
27100
27440
|
"lengthInMinutes"?: number;
|
|
27101
27441
|
"excludedFromCatalog"?: boolean;
|
|
27102
27442
|
"externalId"?: string;
|
|
27443
|
+
"enforceContentOrder"?: boolean;
|
|
27444
|
+
"reviewAssessmentResults"?: Models.ReviewAssessmentResults;
|
|
27103
27445
|
}
|
|
27104
27446
|
|
|
27105
27447
|
export interface LearningModuleRule {
|
|
@@ -27148,6 +27490,27 @@ declare namespace Models {
|
|
|
27148
27490
|
"wfmScheduleActivities"?: Array<Models.LearningSlotWfmScheduleActivity>;
|
|
27149
27491
|
}
|
|
27150
27492
|
|
|
27493
|
+
export interface LearningScormResponse {
|
|
27494
|
+
"id"?: string;
|
|
27495
|
+
"status"?: string;
|
|
27496
|
+
"errorCode"?: string;
|
|
27497
|
+
"errorMessage"?: string;
|
|
27498
|
+
"percentageUnpacked"?: number;
|
|
27499
|
+
"selfUri"?: string;
|
|
27500
|
+
}
|
|
27501
|
+
|
|
27502
|
+
export interface LearningScormUploadRequest {
|
|
27503
|
+
"contentMd5": string;
|
|
27504
|
+
}
|
|
27505
|
+
|
|
27506
|
+
export interface LearningScormUploadResponse {
|
|
27507
|
+
"id"?: string;
|
|
27508
|
+
"status"?: string;
|
|
27509
|
+
"uploadUrl"?: string;
|
|
27510
|
+
"headers"?: { [key: string]: string; };
|
|
27511
|
+
"selfUri"?: string;
|
|
27512
|
+
}
|
|
27513
|
+
|
|
27151
27514
|
export interface LearningShareableContentObject {
|
|
27152
27515
|
"id": string;
|
|
27153
27516
|
"lessonStatus"?: string;
|
|
@@ -27507,50 +27870,6 @@ declare namespace Models {
|
|
|
27507
27870
|
"displayName"?: string;
|
|
27508
27871
|
}
|
|
27509
27872
|
|
|
27510
|
-
export interface LineIntegration {
|
|
27511
|
-
"id": string;
|
|
27512
|
-
"name": string;
|
|
27513
|
-
"supportedContent"?: Models.SupportedContentReference;
|
|
27514
|
-
"messagingSetting"?: Models.MessagingSettingReference;
|
|
27515
|
-
"channelId": string;
|
|
27516
|
-
"webhookUri": string;
|
|
27517
|
-
"status"?: string;
|
|
27518
|
-
"recipient"?: Models.DomainEntityRef;
|
|
27519
|
-
"dateCreated"?: string;
|
|
27520
|
-
"dateModified"?: string;
|
|
27521
|
-
"createdBy"?: Models.DomainEntityRef;
|
|
27522
|
-
"modifiedBy"?: Models.DomainEntityRef;
|
|
27523
|
-
"version": number;
|
|
27524
|
-
"createStatus"?: string;
|
|
27525
|
-
"createError"?: Models.ErrorBody;
|
|
27526
|
-
"selfUri"?: string;
|
|
27527
|
-
}
|
|
27528
|
-
|
|
27529
|
-
export interface LineIntegrationEntityListing {
|
|
27530
|
-
"entities"?: Array<Models.LineIntegration>;
|
|
27531
|
-
"pageSize"?: number;
|
|
27532
|
-
"pageNumber"?: number;
|
|
27533
|
-
"total"?: number;
|
|
27534
|
-
"previousUri"?: string;
|
|
27535
|
-
"lastUri"?: string;
|
|
27536
|
-
"firstUri"?: string;
|
|
27537
|
-
"selfUri"?: string;
|
|
27538
|
-
"nextUri"?: string;
|
|
27539
|
-
"pageCount"?: number;
|
|
27540
|
-
}
|
|
27541
|
-
|
|
27542
|
-
export interface LineIntegrationRequest {
|
|
27543
|
-
"id"?: string;
|
|
27544
|
-
"name": string;
|
|
27545
|
-
"supportedContent"?: Models.SupportedContentReference;
|
|
27546
|
-
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
27547
|
-
"channelId"?: string;
|
|
27548
|
-
"channelSecret"?: string;
|
|
27549
|
-
"switcherSecret"?: string;
|
|
27550
|
-
"serviceCode"?: string;
|
|
27551
|
-
"selfUri"?: string;
|
|
27552
|
-
}
|
|
27553
|
-
|
|
27554
27873
|
export interface LineStatus {
|
|
27555
27874
|
"id"?: string;
|
|
27556
27875
|
"reachable"?: boolean;
|
|
@@ -27885,9 +28204,9 @@ declare namespace Models {
|
|
|
27885
28204
|
"settings"?: Models.ManagementUnitSettingsResponse;
|
|
27886
28205
|
"metadata"?: Models.WfmVersionedEntityMetadata;
|
|
27887
28206
|
"division"?: Models.DivisionReference;
|
|
28207
|
+
"modifiedBy"?: Models.UserReference;
|
|
27888
28208
|
"version"?: number;
|
|
27889
28209
|
"dateModified"?: string;
|
|
27890
|
-
"modifiedBy"?: Models.UserReference;
|
|
27891
28210
|
"selfUri"?: string;
|
|
27892
28211
|
}
|
|
27893
28212
|
|
|
@@ -28672,32 +28991,6 @@ declare namespace Models {
|
|
|
28672
28991
|
"id": string;
|
|
28673
28992
|
}
|
|
28674
28993
|
|
|
28675
|
-
export interface MessagingSticker {
|
|
28676
|
-
"id"?: string;
|
|
28677
|
-
"name"?: string;
|
|
28678
|
-
"providerStickerId": number;
|
|
28679
|
-
"providerPackageId"?: number;
|
|
28680
|
-
"packageName"?: string;
|
|
28681
|
-
"messengerType": string;
|
|
28682
|
-
"stickerType": string;
|
|
28683
|
-
"providerVersion"?: number;
|
|
28684
|
-
"uriLocation"?: string;
|
|
28685
|
-
"selfUri"?: string;
|
|
28686
|
-
}
|
|
28687
|
-
|
|
28688
|
-
export interface MessagingStickerEntityListing {
|
|
28689
|
-
"entities"?: Array<Models.MessagingSticker>;
|
|
28690
|
-
"pageSize"?: number;
|
|
28691
|
-
"pageNumber"?: number;
|
|
28692
|
-
"total"?: number;
|
|
28693
|
-
"previousUri"?: string;
|
|
28694
|
-
"lastUri"?: string;
|
|
28695
|
-
"firstUri"?: string;
|
|
28696
|
-
"selfUri"?: string;
|
|
28697
|
-
"nextUri"?: string;
|
|
28698
|
-
"pageCount"?: number;
|
|
28699
|
-
}
|
|
28700
|
-
|
|
28701
28994
|
export interface MessagingTemplate {
|
|
28702
28995
|
"whatsApp"?: Models.WhatsAppDefinition;
|
|
28703
28996
|
}
|
|
@@ -29883,6 +30176,25 @@ declare namespace Models {
|
|
|
29883
30176
|
"direction": string;
|
|
29884
30177
|
}
|
|
29885
30178
|
|
|
30179
|
+
export interface Operand {
|
|
30180
|
+
"type": string;
|
|
30181
|
+
"occurrence"?: number;
|
|
30182
|
+
"inverted"?: boolean;
|
|
30183
|
+
"term"?: Models.Term;
|
|
30184
|
+
"topicId"?: string;
|
|
30185
|
+
"voiceSecondsPosition"?: Models.OperandPosition;
|
|
30186
|
+
"digitalWordsPosition"?: Models.OperandPosition;
|
|
30187
|
+
"infixOperator"?: Models.InfixOperator;
|
|
30188
|
+
"operands"?: Array<Models.Operand>;
|
|
30189
|
+
}
|
|
30190
|
+
|
|
30191
|
+
export interface OperandPosition {
|
|
30192
|
+
"startingPositionValue"?: number;
|
|
30193
|
+
"startingPositionDirection"?: string;
|
|
30194
|
+
"endingPositionValue"?: number;
|
|
30195
|
+
"endingPositionDirection"?: string;
|
|
30196
|
+
}
|
|
30197
|
+
|
|
29886
30198
|
export interface Operation {
|
|
29887
30199
|
"id"?: string;
|
|
29888
30200
|
"complete"?: boolean;
|
|
@@ -29916,6 +30228,7 @@ declare namespace Models {
|
|
|
29916
30228
|
"createdBy"?: Models.UserReference;
|
|
29917
30229
|
"dateCreated"?: string;
|
|
29918
30230
|
"dateModified"?: string;
|
|
30231
|
+
"source"?: Models.KnowledgeOperationSource;
|
|
29919
30232
|
"selfUri"?: string;
|
|
29920
30233
|
}
|
|
29921
30234
|
|
|
@@ -29939,6 +30252,11 @@ declare namespace Models {
|
|
|
29939
30252
|
"timestamp"?: number;
|
|
29940
30253
|
}
|
|
29941
30254
|
|
|
30255
|
+
export interface OperatorPosition {
|
|
30256
|
+
"voiceSecondsPosition"?: number;
|
|
30257
|
+
"digitalWordsPosition"?: number;
|
|
30258
|
+
}
|
|
30259
|
+
|
|
29942
30260
|
export interface OptInSettings {
|
|
29943
30261
|
"keyword": Array<string>;
|
|
29944
30262
|
"response": Models.ComplianceResponse;
|
|
@@ -31405,7 +31723,6 @@ declare namespace Models {
|
|
|
31405
31723
|
|
|
31406
31724
|
export interface PhoneStatus {
|
|
31407
31725
|
"id"?: string;
|
|
31408
|
-
"name"?: string;
|
|
31409
31726
|
"operationalStatus"?: string;
|
|
31410
31727
|
"edgesStatus"?: string;
|
|
31411
31728
|
"eventCreationTime"?: string;
|
|
@@ -35220,6 +35537,10 @@ declare namespace Models {
|
|
|
35220
35537
|
"to"?: string;
|
|
35221
35538
|
"timestamp"?: string;
|
|
35222
35539
|
"id"?: string;
|
|
35540
|
+
"purpose"?: string;
|
|
35541
|
+
"participantId"?: string;
|
|
35542
|
+
"queue"?: Models.AddressableEntityRef;
|
|
35543
|
+
"workflow"?: Models.AddressableEntityRef;
|
|
35223
35544
|
"messageText"?: string;
|
|
35224
35545
|
"messageMediaAttachments"?: Array<Models.MessageMediaAttachment>;
|
|
35225
35546
|
"messageStickerAttachments"?: Array<Models.MessageStickerAttachment>;
|
|
@@ -35523,6 +35844,7 @@ declare namespace Models {
|
|
|
35523
35844
|
"askAction"?: Models.ReportingTurnAction;
|
|
35524
35845
|
"intent"?: Models.ReportingTurnIntent;
|
|
35525
35846
|
"knowledge"?: Models.ReportingTurnKnowledge;
|
|
35847
|
+
"knowledgeBaseEvents"?: Models.ReportingTurnKnowledgeEvents;
|
|
35526
35848
|
"dateCreated"?: string;
|
|
35527
35849
|
"askActionResult"?: string;
|
|
35528
35850
|
"sessionEndDetails"?: Models.SessionEndDetails;
|
|
@@ -35562,18 +35884,40 @@ declare namespace Models {
|
|
|
35562
35884
|
"confidence"?: number;
|
|
35563
35885
|
}
|
|
35564
35886
|
|
|
35887
|
+
export interface ReportingTurnKnowledgeEvents {
|
|
35888
|
+
"search"?: Array<Models.ReportingTurnKnowledgeSearchEvent>;
|
|
35889
|
+
"feedback"?: Array<Models.ReportingTurnKnowledgeFeedbackEvent>;
|
|
35890
|
+
}
|
|
35891
|
+
|
|
35565
35892
|
export interface ReportingTurnKnowledgeFeedback {
|
|
35566
35893
|
"searchId"?: string;
|
|
35567
35894
|
"rating"?: number;
|
|
35568
35895
|
"documents"?: Array<Models.ReportingTurnKnowledgeDocument>;
|
|
35569
35896
|
}
|
|
35570
35897
|
|
|
35898
|
+
export interface ReportingTurnKnowledgeFeedbackEvent {
|
|
35899
|
+
"searchId"?: string;
|
|
35900
|
+
"knowledgeBaseId"?: string;
|
|
35901
|
+
"documents"?: Array<Models.ReportingTurnKnowledgeDocument>;
|
|
35902
|
+
"feedbackRating"?: number;
|
|
35903
|
+
"documentVariationId"?: string;
|
|
35904
|
+
"documentVersionId"?: string;
|
|
35905
|
+
}
|
|
35906
|
+
|
|
35571
35907
|
export interface ReportingTurnKnowledgeSearch {
|
|
35572
35908
|
"searchId"?: string;
|
|
35573
35909
|
"documents"?: Array<Models.ReportingTurnKnowledgeDocument>;
|
|
35574
35910
|
"query"?: string;
|
|
35575
35911
|
}
|
|
35576
35912
|
|
|
35913
|
+
export interface ReportingTurnKnowledgeSearchEvent {
|
|
35914
|
+
"searchId"?: string;
|
|
35915
|
+
"knowledgeBaseId"?: string;
|
|
35916
|
+
"documents"?: Array<Models.ReportingTurnKnowledgeDocument>;
|
|
35917
|
+
"searchQuery"?: string;
|
|
35918
|
+
"answerDocumentId"?: string;
|
|
35919
|
+
}
|
|
35920
|
+
|
|
35577
35921
|
export interface ReportingTurnsResponse {
|
|
35578
35922
|
"entities"?: Array<Models.ReportingTurn>;
|
|
35579
35923
|
"nextUri"?: string;
|
|
@@ -35950,6 +36294,8 @@ declare namespace Models {
|
|
|
35950
36294
|
}
|
|
35951
36295
|
|
|
35952
36296
|
export interface ReviewAssessmentResults {
|
|
36297
|
+
"byAssignees"?: boolean;
|
|
36298
|
+
"byViewers"?: boolean;
|
|
35953
36299
|
}
|
|
35954
36300
|
|
|
35955
36301
|
export interface Ring {
|
|
@@ -37848,6 +38194,19 @@ declare namespace Models {
|
|
|
37848
38194
|
"useWaterfallRule"?: boolean;
|
|
37849
38195
|
}
|
|
37850
38196
|
|
|
38197
|
+
export interface StaCategory {
|
|
38198
|
+
"id"?: string;
|
|
38199
|
+
"name"?: string;
|
|
38200
|
+
"description"?: string;
|
|
38201
|
+
"interactionType": string;
|
|
38202
|
+
"criteria": Models.Operand;
|
|
38203
|
+
"createdBy"?: Models.AddressableEntityRef;
|
|
38204
|
+
"dateCreated"?: string;
|
|
38205
|
+
"modifiedBy"?: Models.AddressableEntityRef;
|
|
38206
|
+
"dateModified"?: string;
|
|
38207
|
+
"selfUri"?: string;
|
|
38208
|
+
}
|
|
38209
|
+
|
|
37851
38210
|
export interface StaffingGroupListing {
|
|
37852
38211
|
"entities"?: Array<Models.StaffingGroupResponse>;
|
|
37853
38212
|
}
|
|
@@ -38792,6 +39151,11 @@ declare namespace Models {
|
|
|
38792
39151
|
"value"?: string;
|
|
38793
39152
|
}
|
|
38794
39153
|
|
|
39154
|
+
export interface Term {
|
|
39155
|
+
"word": string;
|
|
39156
|
+
"participantType": string;
|
|
39157
|
+
}
|
|
39158
|
+
|
|
38795
39159
|
export interface TermAttribute {
|
|
38796
39160
|
"id"?: string;
|
|
38797
39161
|
"name"?: string;
|
|
@@ -40159,56 +40523,6 @@ declare namespace Models {
|
|
|
40159
40523
|
"profileUrl"?: string;
|
|
40160
40524
|
}
|
|
40161
40525
|
|
|
40162
|
-
export interface TwitterIntegration {
|
|
40163
|
-
"id": string;
|
|
40164
|
-
"name": string;
|
|
40165
|
-
"supportedContent"?: Models.SupportedContentReference;
|
|
40166
|
-
"messagingSetting"?: Models.MessagingSettingReference;
|
|
40167
|
-
"accessTokenKey": string;
|
|
40168
|
-
"consumerKey": string;
|
|
40169
|
-
"username"?: string;
|
|
40170
|
-
"userId"?: string;
|
|
40171
|
-
"status"?: string;
|
|
40172
|
-
"tier": string;
|
|
40173
|
-
"envName"?: string;
|
|
40174
|
-
"recipient"?: Models.DomainEntityRef;
|
|
40175
|
-
"dateCreated"?: string;
|
|
40176
|
-
"dateModified"?: string;
|
|
40177
|
-
"createdBy"?: Models.DomainEntityRef;
|
|
40178
|
-
"modifiedBy"?: Models.DomainEntityRef;
|
|
40179
|
-
"version": number;
|
|
40180
|
-
"createStatus"?: string;
|
|
40181
|
-
"createError"?: Models.ErrorBody;
|
|
40182
|
-
"selfUri"?: string;
|
|
40183
|
-
}
|
|
40184
|
-
|
|
40185
|
-
export interface TwitterIntegrationEntityListing {
|
|
40186
|
-
"entities"?: Array<Models.TwitterIntegration>;
|
|
40187
|
-
"pageSize"?: number;
|
|
40188
|
-
"pageNumber"?: number;
|
|
40189
|
-
"total"?: number;
|
|
40190
|
-
"previousUri"?: string;
|
|
40191
|
-
"lastUri"?: string;
|
|
40192
|
-
"firstUri"?: string;
|
|
40193
|
-
"selfUri"?: string;
|
|
40194
|
-
"nextUri"?: string;
|
|
40195
|
-
"pageCount"?: number;
|
|
40196
|
-
}
|
|
40197
|
-
|
|
40198
|
-
export interface TwitterIntegrationRequest {
|
|
40199
|
-
"id"?: string;
|
|
40200
|
-
"name": string;
|
|
40201
|
-
"supportedContent"?: Models.SupportedContentReference;
|
|
40202
|
-
"messagingSetting"?: Models.MessagingSettingRequestReference;
|
|
40203
|
-
"accessTokenKey": string;
|
|
40204
|
-
"accessTokenSecret": string;
|
|
40205
|
-
"consumerKey": string;
|
|
40206
|
-
"consumerSecret": string;
|
|
40207
|
-
"tier": string;
|
|
40208
|
-
"envName"?: string;
|
|
40209
|
-
"selfUri"?: string;
|
|
40210
|
-
}
|
|
40211
|
-
|
|
40212
40526
|
export interface TypingSetting {
|
|
40213
40527
|
"on"?: Models.SettingDirection;
|
|
40214
40528
|
}
|
|
@@ -41697,10 +42011,12 @@ declare namespace Models {
|
|
|
41697
42011
|
|
|
41698
42012
|
export interface UtilizationRequest {
|
|
41699
42013
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
42014
|
+
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationRequest; };
|
|
41700
42015
|
}
|
|
41701
42016
|
|
|
41702
42017
|
export interface UtilizationResponse {
|
|
41703
42018
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
42019
|
+
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationResponse; };
|
|
41704
42020
|
}
|
|
41705
42021
|
|
|
41706
42022
|
export interface UtilizationTag {
|
|
@@ -41726,113 +42042,22 @@ declare namespace Models {
|
|
|
41726
42042
|
"utteranceText"?: string;
|
|
41727
42043
|
}
|
|
41728
42044
|
|
|
41729
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationButtonComponent {
|
|
41730
|
-
"title"?: string;
|
|
41731
|
-
"actions"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentActions;
|
|
41732
|
-
}
|
|
41733
|
-
|
|
41734
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentActions {
|
|
41735
|
-
"url"?: string;
|
|
41736
|
-
"urlTarget"?: string;
|
|
41737
|
-
"textback"?: string;
|
|
41738
|
-
}
|
|
41739
|
-
|
|
41740
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentAttachment {
|
|
41741
|
-
"id"?: string;
|
|
41742
|
-
"mediaType"?: string;
|
|
41743
|
-
"url"?: string;
|
|
41744
|
-
"mime"?: string;
|
|
41745
|
-
"text"?: string;
|
|
41746
|
-
"sha256"?: string;
|
|
41747
|
-
"filename"?: string;
|
|
41748
|
-
}
|
|
41749
|
-
|
|
41750
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentButtonResponse {
|
|
41751
|
-
"type"?: string;
|
|
41752
|
-
"text"?: string;
|
|
41753
|
-
"payload"?: string;
|
|
41754
|
-
}
|
|
41755
|
-
|
|
41756
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentGeneric {
|
|
41757
|
-
"title"?: string;
|
|
41758
|
-
"description"?: string;
|
|
41759
|
-
"image"?: string;
|
|
41760
|
-
"video"?: string;
|
|
41761
|
-
"actions"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentActions;
|
|
41762
|
-
"components"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationButtonComponent>;
|
|
41763
|
-
}
|
|
41764
|
-
|
|
41765
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentLocation {
|
|
41766
|
-
"url"?: string;
|
|
41767
|
-
"address"?: string;
|
|
41768
|
-
"text"?: string;
|
|
41769
|
-
"latitude"?: number;
|
|
41770
|
-
"longitude"?: number;
|
|
41771
|
-
}
|
|
41772
|
-
|
|
41773
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentNotificationTemplate {
|
|
41774
|
-
"id"?: string;
|
|
41775
|
-
"language"?: string;
|
|
41776
|
-
"header"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateHeader;
|
|
41777
|
-
"body"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateBody;
|
|
41778
|
-
"footer"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateFooter;
|
|
41779
|
-
}
|
|
41780
|
-
|
|
41781
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentQuickReply {
|
|
41782
|
-
"text"?: string;
|
|
41783
|
-
"payload"?: string;
|
|
41784
|
-
"image"?: string;
|
|
41785
|
-
"action"?: string;
|
|
41786
|
-
}
|
|
41787
|
-
|
|
41788
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentStory {
|
|
41789
|
-
"type"?: string;
|
|
41790
|
-
"url"?: string;
|
|
41791
|
-
"replyToId"?: string;
|
|
41792
|
-
}
|
|
41793
|
-
|
|
41794
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationEventCoBrowse {
|
|
41795
|
-
"type"?: string;
|
|
41796
|
-
"sessionId"?: string;
|
|
41797
|
-
"sessionJoinToken"?: string;
|
|
41798
|
-
}
|
|
41799
|
-
|
|
41800
42045
|
export interface V2ConversationMessageTypingEventForUserTopicConversationEventTyping {
|
|
41801
42046
|
"type"?: string;
|
|
41802
42047
|
"duration"?: number;
|
|
41803
42048
|
}
|
|
41804
42049
|
|
|
41805
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationMessageContent {
|
|
41806
|
-
"contentType"?: string;
|
|
41807
|
-
"location"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentLocation;
|
|
41808
|
-
"story"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentStory;
|
|
41809
|
-
"attachment"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentAttachment;
|
|
41810
|
-
"quickReply"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentQuickReply;
|
|
41811
|
-
"template"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentNotificationTemplate;
|
|
41812
|
-
"buttonResponse"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentButtonResponse;
|
|
41813
|
-
"generic"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentGeneric;
|
|
41814
|
-
}
|
|
41815
|
-
|
|
41816
42050
|
export interface V2ConversationMessageTypingEventForUserTopicConversationMessageEvent {
|
|
41817
42051
|
"eventType"?: string;
|
|
41818
|
-
"coBrowse"?: Models.V2ConversationMessageTypingEventForUserTopicConversationEventCoBrowse;
|
|
41819
42052
|
"typing"?: Models.V2ConversationMessageTypingEventForUserTopicConversationEventTyping;
|
|
41820
42053
|
}
|
|
41821
42054
|
|
|
41822
42055
|
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingChannel {
|
|
41823
42056
|
"id"?: string;
|
|
41824
42057
|
"platform"?: string;
|
|
41825
|
-
"messageId"?: string;
|
|
41826
42058
|
"to"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingToRecipient;
|
|
41827
42059
|
"from"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingFromRecipient;
|
|
41828
42060
|
"time"?: string;
|
|
41829
|
-
"dateModified"?: string;
|
|
41830
|
-
"dateDeleted"?: string;
|
|
41831
|
-
"metadata"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingChannelMetadata;
|
|
41832
|
-
}
|
|
41833
|
-
|
|
41834
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingChannelMetadata {
|
|
41835
|
-
"customAttributes"?: { [key: string]: string; };
|
|
41836
42061
|
}
|
|
41837
42062
|
|
|
41838
42063
|
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingFromRecipient {
|
|
@@ -41858,44 +42083,10 @@ declare namespace Models {
|
|
|
41858
42083
|
}
|
|
41859
42084
|
|
|
41860
42085
|
export interface V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage {
|
|
41861
|
-
"id"?: string;
|
|
41862
42086
|
"channel"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingChannel;
|
|
41863
42087
|
"type"?: string;
|
|
41864
|
-
"text"?: string;
|
|
41865
|
-
"content"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationMessageContent>;
|
|
41866
42088
|
"events"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationMessageEvent>;
|
|
41867
|
-
"status"?: string;
|
|
41868
|
-
"reasons"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationReason>;
|
|
41869
|
-
"originatingEntity"?: string;
|
|
41870
|
-
"isFinalReceipt"?: boolean;
|
|
41871
42089
|
"direction"?: string;
|
|
41872
|
-
"metadata"?: { [key: string]: string; };
|
|
41873
|
-
}
|
|
41874
|
-
|
|
41875
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateBody {
|
|
41876
|
-
"text"?: string;
|
|
41877
|
-
"parameters"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter>;
|
|
41878
|
-
}
|
|
41879
|
-
|
|
41880
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateFooter {
|
|
41881
|
-
"text"?: string;
|
|
41882
|
-
}
|
|
41883
|
-
|
|
41884
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateHeader {
|
|
41885
|
-
"type"?: string;
|
|
41886
|
-
"text"?: string;
|
|
41887
|
-
"media"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentAttachment;
|
|
41888
|
-
"parameters"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter>;
|
|
41889
|
-
}
|
|
41890
|
-
|
|
41891
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter {
|
|
41892
|
-
"name"?: string;
|
|
41893
|
-
"text"?: string;
|
|
41894
|
-
}
|
|
41895
|
-
|
|
41896
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationReason {
|
|
41897
|
-
"code"?: string;
|
|
41898
|
-
"message"?: string;
|
|
41899
42090
|
}
|
|
41900
42091
|
|
|
41901
42092
|
export interface V2ConversationMessageTypingEventForUserTopicConversationRecipientAdditionalIdentifier {
|
|
@@ -41908,113 +42099,22 @@ declare namespace Models {
|
|
|
41908
42099
|
"normalizedMessage"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage;
|
|
41909
42100
|
}
|
|
41910
42101
|
|
|
41911
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationButtonComponent {
|
|
41912
|
-
"title"?: string;
|
|
41913
|
-
"actions"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions;
|
|
41914
|
-
}
|
|
41915
|
-
|
|
41916
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions {
|
|
41917
|
-
"url"?: string;
|
|
41918
|
-
"urlTarget"?: string;
|
|
41919
|
-
"textback"?: string;
|
|
41920
|
-
}
|
|
41921
|
-
|
|
41922
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment {
|
|
41923
|
-
"id"?: string;
|
|
41924
|
-
"mediaType"?: string;
|
|
41925
|
-
"url"?: string;
|
|
41926
|
-
"mime"?: string;
|
|
41927
|
-
"text"?: string;
|
|
41928
|
-
"sha256"?: string;
|
|
41929
|
-
"filename"?: string;
|
|
41930
|
-
}
|
|
41931
|
-
|
|
41932
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentButtonResponse {
|
|
41933
|
-
"type"?: string;
|
|
41934
|
-
"text"?: string;
|
|
41935
|
-
"payload"?: string;
|
|
41936
|
-
}
|
|
41937
|
-
|
|
41938
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentGeneric {
|
|
41939
|
-
"title"?: string;
|
|
41940
|
-
"description"?: string;
|
|
41941
|
-
"image"?: string;
|
|
41942
|
-
"video"?: string;
|
|
41943
|
-
"actions"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions;
|
|
41944
|
-
"components"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationButtonComponent>;
|
|
41945
|
-
}
|
|
41946
|
-
|
|
41947
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentLocation {
|
|
41948
|
-
"url"?: string;
|
|
41949
|
-
"address"?: string;
|
|
41950
|
-
"text"?: string;
|
|
41951
|
-
"latitude"?: number;
|
|
41952
|
-
"longitude"?: number;
|
|
41953
|
-
}
|
|
41954
|
-
|
|
41955
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentNotificationTemplate {
|
|
41956
|
-
"id"?: string;
|
|
41957
|
-
"language"?: string;
|
|
41958
|
-
"header"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateHeader;
|
|
41959
|
-
"body"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateBody;
|
|
41960
|
-
"footer"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateFooter;
|
|
41961
|
-
}
|
|
41962
|
-
|
|
41963
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentQuickReply {
|
|
41964
|
-
"text"?: string;
|
|
41965
|
-
"payload"?: string;
|
|
41966
|
-
"image"?: string;
|
|
41967
|
-
"action"?: string;
|
|
41968
|
-
}
|
|
41969
|
-
|
|
41970
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentStory {
|
|
41971
|
-
"type"?: string;
|
|
41972
|
-
"url"?: string;
|
|
41973
|
-
"replyToId"?: string;
|
|
41974
|
-
}
|
|
41975
|
-
|
|
41976
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationEventCoBrowse {
|
|
41977
|
-
"type"?: string;
|
|
41978
|
-
"sessionId"?: string;
|
|
41979
|
-
"sessionJoinToken"?: string;
|
|
41980
|
-
}
|
|
41981
|
-
|
|
41982
42102
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationEventTyping {
|
|
41983
42103
|
"type"?: string;
|
|
41984
42104
|
"duration"?: number;
|
|
41985
42105
|
}
|
|
41986
42106
|
|
|
41987
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessageContent {
|
|
41988
|
-
"contentType"?: string;
|
|
41989
|
-
"location"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentLocation;
|
|
41990
|
-
"story"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentStory;
|
|
41991
|
-
"attachment"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment;
|
|
41992
|
-
"quickReply"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentQuickReply;
|
|
41993
|
-
"template"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentNotificationTemplate;
|
|
41994
|
-
"buttonResponse"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentButtonResponse;
|
|
41995
|
-
"generic"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentGeneric;
|
|
41996
|
-
}
|
|
41997
|
-
|
|
41998
42107
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessageEvent {
|
|
41999
42108
|
"eventType"?: string;
|
|
42000
|
-
"coBrowse"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationEventCoBrowse;
|
|
42001
42109
|
"typing"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationEventTyping;
|
|
42002
42110
|
}
|
|
42003
42111
|
|
|
42004
42112
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannel {
|
|
42005
42113
|
"id"?: string;
|
|
42006
42114
|
"platform"?: string;
|
|
42007
|
-
"messageId"?: string;
|
|
42008
42115
|
"to"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingToRecipient;
|
|
42009
42116
|
"from"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingFromRecipient;
|
|
42010
42117
|
"time"?: string;
|
|
42011
|
-
"dateModified"?: string;
|
|
42012
|
-
"dateDeleted"?: string;
|
|
42013
|
-
"metadata"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannelMetadata;
|
|
42014
|
-
}
|
|
42015
|
-
|
|
42016
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannelMetadata {
|
|
42017
|
-
"customAttributes"?: { [key: string]: string; };
|
|
42018
42118
|
}
|
|
42019
42119
|
|
|
42020
42120
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingFromRecipient {
|
|
@@ -42040,44 +42140,10 @@ declare namespace Models {
|
|
|
42040
42140
|
}
|
|
42041
42141
|
|
|
42042
42142
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage {
|
|
42043
|
-
"id"?: string;
|
|
42044
42143
|
"channel"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannel;
|
|
42045
42144
|
"type"?: string;
|
|
42046
|
-
"text"?: string;
|
|
42047
|
-
"content"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessageContent>;
|
|
42048
42145
|
"events"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessageEvent>;
|
|
42049
|
-
"status"?: string;
|
|
42050
|
-
"reasons"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationReason>;
|
|
42051
|
-
"originatingEntity"?: string;
|
|
42052
|
-
"isFinalReceipt"?: boolean;
|
|
42053
42146
|
"direction"?: string;
|
|
42054
|
-
"metadata"?: { [key: string]: string; };
|
|
42055
|
-
}
|
|
42056
|
-
|
|
42057
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateBody {
|
|
42058
|
-
"text"?: string;
|
|
42059
|
-
"parameters"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter>;
|
|
42060
|
-
}
|
|
42061
|
-
|
|
42062
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateFooter {
|
|
42063
|
-
"text"?: string;
|
|
42064
|
-
}
|
|
42065
|
-
|
|
42066
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateHeader {
|
|
42067
|
-
"type"?: string;
|
|
42068
|
-
"text"?: string;
|
|
42069
|
-
"media"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment;
|
|
42070
|
-
"parameters"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter>;
|
|
42071
|
-
}
|
|
42072
|
-
|
|
42073
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter {
|
|
42074
|
-
"name"?: string;
|
|
42075
|
-
"text"?: string;
|
|
42076
|
-
}
|
|
42077
|
-
|
|
42078
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationReason {
|
|
42079
|
-
"code"?: string;
|
|
42080
|
-
"message"?: string;
|
|
42081
42147
|
}
|
|
42082
42148
|
|
|
42083
42149
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationRecipientAdditionalIdentifier {
|
|
@@ -42600,6 +42666,23 @@ declare namespace Models {
|
|
|
42600
42666
|
"surveyTypes"?: Array<string>;
|
|
42601
42667
|
"surveyResponseStatuses"?: Array<string>;
|
|
42602
42668
|
"botFlowTypes"?: Array<string>;
|
|
42669
|
+
"agentTalkDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
42670
|
+
"customerTalkDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
42671
|
+
"overtalkDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
42672
|
+
"silenceDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
42673
|
+
"acdDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
42674
|
+
"ivrDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
42675
|
+
"otherDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
42676
|
+
"agentTalkPercentage"?: Models.NumericRange;
|
|
42677
|
+
"customerTalkPercentage"?: Models.NumericRange;
|
|
42678
|
+
"overtalkPercentage"?: Models.NumericRange;
|
|
42679
|
+
"silencePercentage"?: Models.NumericRange;
|
|
42680
|
+
"acdPercentage"?: Models.NumericRange;
|
|
42681
|
+
"ivrPercentage"?: Models.NumericRange;
|
|
42682
|
+
"otherPercentage"?: Models.NumericRange;
|
|
42683
|
+
"overtalkInstances"?: Models.NumericRange;
|
|
42684
|
+
"isScreenRecorded"?: boolean;
|
|
42685
|
+
"screenMonitorUserIds"?: Array<string>;
|
|
42603
42686
|
}
|
|
42604
42687
|
|
|
42605
42688
|
export interface VisibilityCondition {
|
|
@@ -44268,7 +44351,7 @@ declare namespace Models {
|
|
|
44268
44351
|
}
|
|
44269
44352
|
|
|
44270
44353
|
export interface WfmUserEntityListing {
|
|
44271
|
-
"entities"?: Array<Models.
|
|
44354
|
+
"entities"?: Array<Models.UserReference>;
|
|
44272
44355
|
}
|
|
44273
44356
|
|
|
44274
44357
|
export interface WfmUserNotification {
|
|
@@ -45804,6 +45887,7 @@ declare namespace Models {
|
|
|
45804
45887
|
"defaultQueueId"?: Models.WorkitemsAttributeChangeString;
|
|
45805
45888
|
"schemaId"?: Models.WorkitemsAttributeChangeString;
|
|
45806
45889
|
"schemaVersion"?: Models.WorkitemsAttributeChangeString;
|
|
45890
|
+
"serviceLevelTarget"?: Models.WorkitemsAttributeChangeInteger;
|
|
45807
45891
|
"dateModified"?: Models.WorkitemsAttributeChangeInstant;
|
|
45808
45892
|
"modifiedBy"?: Models.WorkitemsAttributeChangeString;
|
|
45809
45893
|
}
|