purecloud-platform-client-v2 194.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 +589 -116
- package/dist/web-amd/purecloud-platform-client-v2.js +589 -116
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +205 -96
- package/dist/web-cjs/purecloud-platform-client-v2.js +205 -96
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +401 -299
- 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 +1 -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 -32
- 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 +1 -1
- 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 +1 -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;
|
|
@@ -1436,7 +1449,6 @@ declare class ConversationsApi {
|
|
|
1436
1449
|
getConversationsMessagingSetting(messageSettingId: string): Promise<Models.MessagingSetting>;
|
|
1437
1450
|
getConversationsMessagingSettings(opts?: ConversationsApi.getConversationsMessagingSettingsOptions): Promise<Models.MessagingConfigListing>;
|
|
1438
1451
|
getConversationsMessagingSettingsDefault(): Promise<Models.MessagingSetting>;
|
|
1439
|
-
getConversationsMessagingSticker(messengerType: string, opts?: ConversationsApi.getConversationsMessagingStickerOptions): Promise<Models.MessagingStickerEntityListing>;
|
|
1440
1452
|
getConversationsMessagingSupportedcontent(opts?: ConversationsApi.getConversationsMessagingSupportedcontentOptions): Promise<Models.SupportedContentListing>;
|
|
1441
1453
|
getConversationsMessagingSupportedcontentDefault(): Promise<Models.SupportedContent>;
|
|
1442
1454
|
getConversationsMessagingSupportedcontentSupportedContentId(supportedContentId: string): Promise<Models.SupportedContent>;
|
|
@@ -1534,6 +1546,7 @@ declare class ConversationsApi {
|
|
|
1534
1546
|
postConversationsEmailMessagesDraftAttachmentsCopy(conversationId: string, body: Models.CopyAttachmentsRequest): Promise<Models.EmailMessage>;
|
|
1535
1547
|
postConversationsEmailParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.postConversationsEmailParticipantCommunicationWrapupOptions): Promise<void>;
|
|
1536
1548
|
postConversationsEmailParticipantReplace(conversationId: string, participantId: string, body: Models.TransferRequest): Promise<void>;
|
|
1549
|
+
postConversationsEmailReconnect(conversationId: string): Promise<void>;
|
|
1537
1550
|
postConversationsEmails(body: Models.CreateEmailRequest): Promise<Models.EmailConversation>;
|
|
1538
1551
|
postConversationsEmailsAgentless(body: Models.AgentlessEmailSendRequestDto): Promise<Models.AgentlessEmailSendResponseDto>;
|
|
1539
1552
|
postConversationsFaxes(body: Models.FaxSendRequest): Promise<Models.FaxSendResponse>;
|
|
@@ -1711,10 +1724,6 @@ declare namespace ConversationsApi {
|
|
|
1711
1724
|
"pageSize"?: number;
|
|
1712
1725
|
"pageNumber"?: number;
|
|
1713
1726
|
}
|
|
1714
|
-
export interface getConversationsMessagingStickerOptions {
|
|
1715
|
-
"pageSize"?: number;
|
|
1716
|
-
"pageNumber"?: number;
|
|
1717
|
-
}
|
|
1718
1727
|
export interface getConversationsMessagingSupportedcontentOptions {
|
|
1719
1728
|
"pageSize"?: number;
|
|
1720
1729
|
"pageNumber"?: number;
|
|
@@ -2732,7 +2741,7 @@ declare class JourneyApi {
|
|
|
2732
2741
|
getJourneyViewVersionJob(viewId: string, journeyVersionId: string, jobId: string): Promise<Models.JourneyViewJob>;
|
|
2733
2742
|
getJourneyViewVersionJobResults(viewId: string, journeyViewVersion: string, jobId: string): Promise<Models.JourneyViewResult>;
|
|
2734
2743
|
getJourneyViewVersionJobsLatest(viewId: string, journeyVersionId: string): Promise<Models.JourneyViewJob>;
|
|
2735
|
-
getJourneyViews(): Promise<Models.
|
|
2744
|
+
getJourneyViews(): Promise<Models.JourneyViewListing>;
|
|
2736
2745
|
getJourneyViewsEventdefinition(eventDefinitionId: string): Promise<Models.JourneyEventDefinition>;
|
|
2737
2746
|
getJourneyViewsEventdefinitions(): Promise<Models.JourneyEventDefinitionListing>;
|
|
2738
2747
|
patchJourneyActionmap(actionMapId: string, opts?: JourneyApi.patchJourneyActionmapOptions): Promise<Models.ActionMap>;
|
|
@@ -3086,6 +3095,7 @@ declare namespace KnowledgeApi {
|
|
|
3086
3095
|
"type"?: Array<string>;
|
|
3087
3096
|
"status"?: Array<string>;
|
|
3088
3097
|
"interval"?: string;
|
|
3098
|
+
"sourceId"?: Array<string>;
|
|
3089
3099
|
}
|
|
3090
3100
|
export interface getKnowledgeKnowledgebaseParseJobOptions {
|
|
3091
3101
|
"expand"?: Array<string>;
|
|
@@ -3280,17 +3290,21 @@ declare class LearningApi {
|
|
|
3280
3290
|
deleteLearningAssignment(assignmentId: string): Promise<void>;
|
|
3281
3291
|
deleteLearningModule(moduleId: string): Promise<void>;
|
|
3282
3292
|
getLearningAssignment(assignmentId: string, opts?: LearningApi.getLearningAssignmentOptions): Promise<Models.LearningAssignment>;
|
|
3293
|
+
getLearningAssignmentStep(assignmentId: string, stepId: string, opts?: LearningApi.getLearningAssignmentStepOptions): Promise<Models.LearningAssignmentStep>;
|
|
3283
3294
|
getLearningAssignments(opts?: LearningApi.getLearningAssignmentsOptions): Promise<Models.LearningAssignmentsDomainEntity>;
|
|
3284
3295
|
getLearningAssignmentsMe(opts?: LearningApi.getLearningAssignmentsMeOptions): Promise<Models.LearningAssignmentsDomainEntity>;
|
|
3285
3296
|
getLearningModule(moduleId: string, opts?: LearningApi.getLearningModuleOptions): Promise<Models.LearningModule>;
|
|
3286
3297
|
getLearningModuleJob(moduleId: string, jobId: string): Promise<Models.LearningModuleJobResponse>;
|
|
3298
|
+
getLearningModulePreview(moduleId: string): Promise<Models.LearningModulePreviewGetResponse>;
|
|
3287
3299
|
getLearningModuleRule(moduleId: string): Promise<Models.LearningModuleRule>;
|
|
3288
3300
|
getLearningModuleVersion(moduleId: string, versionId: string, opts?: LearningApi.getLearningModuleVersionOptions): Promise<Models.LearningModule>;
|
|
3289
3301
|
getLearningModules(opts?: LearningApi.getLearningModulesOptions): Promise<Models.LearningModulesDomainEntityListing>;
|
|
3290
3302
|
getLearningModulesAssignments(userIds: Array<string>, opts?: LearningApi.getLearningModulesAssignmentsOptions): Promise<Models.AssignedLearningModuleDomainEntityListing>;
|
|
3291
3303
|
getLearningModulesCoverartCoverArtId(coverArtId: string): Promise<Models.LearningModuleCoverArtResponse>;
|
|
3304
|
+
getLearningScormScormId(scormId: string): Promise<Models.LearningScormResponse>;
|
|
3292
3305
|
patchLearningAssignment(assignmentId: string, opts?: LearningApi.patchLearningAssignmentOptions): Promise<Models.LearningAssignment>;
|
|
3293
3306
|
patchLearningAssignmentReschedule(assignmentId: string, opts?: LearningApi.patchLearningAssignmentRescheduleOptions): Promise<Models.LearningAssignment>;
|
|
3307
|
+
patchLearningAssignmentStep(assignmentId: string, stepId: string, opts?: LearningApi.patchLearningAssignmentStepOptions): Promise<Models.LearningAssignmentStep>;
|
|
3294
3308
|
patchLearningModuleUserAssignments(moduleId: string, userId: string, body: Models.LearningAssignmentExternalUpdate): Promise<Models.LearningAssignment>;
|
|
3295
3309
|
postLearningAssessmentsScoring(body: Models.LearningAssessmentScoringRequest): Promise<Models.AssessmentScoringSet>;
|
|
3296
3310
|
postLearningAssignmentReassign(assignmentId: string): Promise<Models.LearningAssignment>;
|
|
@@ -3304,7 +3318,9 @@ declare class LearningApi {
|
|
|
3304
3318
|
postLearningModules(body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
|
|
3305
3319
|
postLearningRulesQuery(pageSize: number, pageNumber: number, body: Models.LearningAssignmentUserQuery): Promise<Models.LearningAssignmentUserListing>;
|
|
3306
3320
|
postLearningScheduleslotsQuery(body: Models.LearningScheduleSlotsQueryRequest): Promise<Models.LearningScheduleSlotsQueryResponse>;
|
|
3321
|
+
postLearningScorm(opts?: LearningApi.postLearningScormOptions): Promise<Models.LearningScormUploadResponse>;
|
|
3307
3322
|
putLearningModule(moduleId: string, body: Models.LearningModuleRequest): Promise<Models.LearningModule>;
|
|
3323
|
+
putLearningModulePreview(moduleId: string, body: Models.LearningModulePreviewUpdateRequest): Promise<Models.LearningModulePreviewUpdateResponse>;
|
|
3308
3324
|
putLearningModuleRule(moduleId: string, body: Models.LearningModuleRule): Promise<Models.LearningModuleRule>;
|
|
3309
3325
|
}
|
|
3310
3326
|
|
|
@@ -3312,6 +3328,10 @@ declare namespace LearningApi {
|
|
|
3312
3328
|
export interface getLearningAssignmentOptions {
|
|
3313
3329
|
"expand"?: Array<string>;
|
|
3314
3330
|
}
|
|
3331
|
+
export interface getLearningAssignmentStepOptions {
|
|
3332
|
+
"shareableContentObjectId"?: string;
|
|
3333
|
+
"expand"?: Array<string>;
|
|
3334
|
+
}
|
|
3315
3335
|
export interface getLearningAssignmentsOptions {
|
|
3316
3336
|
"moduleId"?: string;
|
|
3317
3337
|
"interval"?: string;
|
|
@@ -3378,6 +3398,9 @@ declare namespace LearningApi {
|
|
|
3378
3398
|
export interface patchLearningAssignmentRescheduleOptions {
|
|
3379
3399
|
"body"?: Models.LearningAssignmentReschedule;
|
|
3380
3400
|
}
|
|
3401
|
+
export interface patchLearningAssignmentStepOptions {
|
|
3402
|
+
"body"?: Models.LearningAssignmentStep;
|
|
3403
|
+
}
|
|
3381
3404
|
export interface postLearningAssignmentsOptions {
|
|
3382
3405
|
"body"?: Models.LearningAssignmentCreate;
|
|
3383
3406
|
}
|
|
@@ -3390,6 +3413,9 @@ declare namespace LearningApi {
|
|
|
3390
3413
|
export interface postLearningModulePublishOptions {
|
|
3391
3414
|
"body"?: Models.LearningModulePublishRequest;
|
|
3392
3415
|
}
|
|
3416
|
+
export interface postLearningScormOptions {
|
|
3417
|
+
"body"?: Models.LearningScormUploadRequest;
|
|
3418
|
+
}
|
|
3393
3419
|
}
|
|
3394
3420
|
|
|
3395
3421
|
declare class LicenseApi {
|
|
@@ -5443,12 +5469,16 @@ declare namespace SettingsApi {
|
|
|
5443
5469
|
}
|
|
5444
5470
|
|
|
5445
5471
|
declare class SpeechTextAnalyticsApi {
|
|
5472
|
+
deleteSpeechandtextanalyticsCategory(categoryId: string): Promise<void>;
|
|
5446
5473
|
deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId: string): Promise<void>;
|
|
5447
5474
|
deleteSpeechandtextanalyticsProgram(programId: string, opts?: SpeechTextAnalyticsApi.deleteSpeechandtextanalyticsProgramOptions): Promise<void>;
|
|
5448
5475
|
deleteSpeechandtextanalyticsSentimentfeedback(): Promise<void>;
|
|
5449
5476
|
deleteSpeechandtextanalyticsSentimentfeedbackSentimentFeedbackId(sentimentFeedbackId: string): Promise<void>;
|
|
5450
5477
|
deleteSpeechandtextanalyticsTopic(topicId: string): Promise<void>;
|
|
5478
|
+
getSpeechandtextanalyticsCategories(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsCategoriesOptions): Promise<Models.CategoriesEntityListing>;
|
|
5479
|
+
getSpeechandtextanalyticsCategory(categoryId: string): Promise<Models.StaCategory>;
|
|
5451
5480
|
getSpeechandtextanalyticsConversation(conversationId: string): Promise<Models.ConversationMetrics>;
|
|
5481
|
+
getSpeechandtextanalyticsConversationCategories(conversationId: string, opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsConversationCategoriesOptions): Promise<Models.ConversationCategoriesEntityListing>;
|
|
5452
5482
|
getSpeechandtextanalyticsConversationCommunicationTranscripturl(conversationId: string, communicationId: string): Promise<Models.TranscriptUrl>;
|
|
5453
5483
|
getSpeechandtextanalyticsConversationCommunicationTranscripturls(conversationId: string, communicationId: string): Promise<Models.TranscriptUrls>;
|
|
5454
5484
|
getSpeechandtextanalyticsDictionaryfeedback(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsDictionaryfeedbackOptions): Promise<Models.DictionaryFeedbackEntityListing>;
|
|
@@ -5472,6 +5502,7 @@ declare class SpeechTextAnalyticsApi {
|
|
|
5472
5502
|
getSpeechandtextanalyticsTopicsGeneralStatus(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralStatusOptions): Promise<Models.UnifiedGeneralTopicEntityListing>;
|
|
5473
5503
|
getSpeechandtextanalyticsTopicsPublishjob(jobId: string): Promise<Models.TopicJob>;
|
|
5474
5504
|
patchSpeechandtextanalyticsSettings(body: Models.SpeechTextAnalyticsSettingsRequest): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
|
|
5505
|
+
postSpeechandtextanalyticsCategories(body: Models.CategoryRequest): Promise<Models.StaCategory>;
|
|
5475
5506
|
postSpeechandtextanalyticsDictionaryfeedback(body: Models.DictionaryFeedback): Promise<Models.DictionaryFeedback>;
|
|
5476
5507
|
postSpeechandtextanalyticsPrograms(body: Models.ProgramRequest): Promise<Models.Program>;
|
|
5477
5508
|
postSpeechandtextanalyticsProgramsGeneralJobs(body: Models.GeneralProgramJobRequest): Promise<Models.GeneralProgramJob>;
|
|
@@ -5480,6 +5511,7 @@ declare class SpeechTextAnalyticsApi {
|
|
|
5480
5511
|
postSpeechandtextanalyticsTopics(body: Models.TopicRequest): Promise<Models.Topic>;
|
|
5481
5512
|
postSpeechandtextanalyticsTopicsPublishjobs(body: Models.TopicJobRequest): Promise<Models.TopicJob>;
|
|
5482
5513
|
postSpeechandtextanalyticsTranscriptsSearch(body: Models.TranscriptSearchRequest): Promise<Models.JsonSearchResponse>;
|
|
5514
|
+
putSpeechandtextanalyticsCategory(categoryId: string, body: Models.CategoryRequest): Promise<Models.StaCategory>;
|
|
5483
5515
|
putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId: string, opts?: SpeechTextAnalyticsApi.putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackIdOptions): Promise<Models.DictionaryFeedback>;
|
|
5484
5516
|
putSpeechandtextanalyticsProgram(programId: string, body: Models.ProgramRequest): Promise<Models.Program>;
|
|
5485
5517
|
putSpeechandtextanalyticsProgramMappings(programId: string, body: Models.ProgramMappingsRequest): Promise<Models.ProgramMappings>;
|
|
@@ -5492,6 +5524,18 @@ declare namespace SpeechTextAnalyticsApi {
|
|
|
5492
5524
|
export interface deleteSpeechandtextanalyticsProgramOptions {
|
|
5493
5525
|
"forceDelete"?: boolean;
|
|
5494
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
|
+
}
|
|
5495
5539
|
export interface getSpeechandtextanalyticsDictionaryfeedbackOptions {
|
|
5496
5540
|
"dialect"?: string;
|
|
5497
5541
|
"nextPage"?: string;
|
|
@@ -7707,19 +7751,6 @@ declare namespace Models {
|
|
|
7707
7751
|
"selfUri"?: string;
|
|
7708
7752
|
}
|
|
7709
7753
|
|
|
7710
|
-
export interface AddressableEntityListing {
|
|
7711
|
-
"entities"?: Array<Models.AddressableEntity>;
|
|
7712
|
-
"pageSize"?: number;
|
|
7713
|
-
"pageNumber"?: number;
|
|
7714
|
-
"total"?: number;
|
|
7715
|
-
"previousUri"?: string;
|
|
7716
|
-
"lastUri"?: string;
|
|
7717
|
-
"firstUri"?: string;
|
|
7718
|
-
"selfUri"?: string;
|
|
7719
|
-
"nextUri"?: string;
|
|
7720
|
-
"pageCount"?: number;
|
|
7721
|
-
}
|
|
7722
|
-
|
|
7723
7754
|
export interface AddressableEntityRef {
|
|
7724
7755
|
"id"?: string;
|
|
7725
7756
|
"selfUri"?: string;
|
|
@@ -7943,6 +7974,75 @@ declare namespace Models {
|
|
|
7943
7974
|
"pageCount"?: number;
|
|
7944
7975
|
}
|
|
7945
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
|
+
|
|
7946
8046
|
export interface AgentEvaluatorActivity {
|
|
7947
8047
|
"id"?: string;
|
|
7948
8048
|
"name"?: string;
|
|
@@ -7986,6 +8086,7 @@ declare namespace Models {
|
|
|
7986
8086
|
|
|
7987
8087
|
export interface AgentMaxUtilizationResponse {
|
|
7988
8088
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
8089
|
+
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationResponse; };
|
|
7989
8090
|
"level"?: string;
|
|
7990
8091
|
}
|
|
7991
8092
|
|
|
@@ -8454,6 +8555,8 @@ declare namespace Models {
|
|
|
8454
8555
|
"deliveryStatus"?: string;
|
|
8455
8556
|
"deliveryStatusChangeDate"?: string;
|
|
8456
8557
|
"destinationAddresses"?: Array<string>;
|
|
8558
|
+
"detectedSpeechEnd"?: string;
|
|
8559
|
+
"detectedSpeechStart"?: string;
|
|
8457
8560
|
"direction"?: string;
|
|
8458
8561
|
"dispositionAnalyzer"?: string;
|
|
8459
8562
|
"dispositionName"?: string;
|
|
@@ -9040,6 +9143,8 @@ declare namespace Models {
|
|
|
9040
9143
|
"externalId"?: string;
|
|
9041
9144
|
"source"?: string;
|
|
9042
9145
|
"rule"?: Models.LearningModuleRule;
|
|
9146
|
+
"enforceContentOrder"?: boolean;
|
|
9147
|
+
"reviewAssessmentResults"?: Models.ReviewAssessmentResults;
|
|
9043
9148
|
"currentAssignments"?: Array<Models.LearningAssignment>;
|
|
9044
9149
|
"selfUri"?: string;
|
|
9045
9150
|
"isArchived"?: boolean;
|
|
@@ -11737,6 +11842,19 @@ declare namespace Models {
|
|
|
11737
11842
|
"isSelected"?: boolean;
|
|
11738
11843
|
}
|
|
11739
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
|
+
|
|
11740
11858
|
export interface Category {
|
|
11741
11859
|
"name"?: string;
|
|
11742
11860
|
}
|
|
@@ -11772,6 +11890,13 @@ declare namespace Models {
|
|
|
11772
11890
|
"selfUri"?: string;
|
|
11773
11891
|
}
|
|
11774
11892
|
|
|
11893
|
+
export interface CategoryRequest {
|
|
11894
|
+
"name": string;
|
|
11895
|
+
"description"?: string;
|
|
11896
|
+
"interactionType": string;
|
|
11897
|
+
"criteria": Models.Operand;
|
|
11898
|
+
}
|
|
11899
|
+
|
|
11775
11900
|
export interface CategoryResponse {
|
|
11776
11901
|
"id"?: string;
|
|
11777
11902
|
"name": string;
|
|
@@ -11824,8 +11949,8 @@ declare namespace Models {
|
|
|
11824
11949
|
"expirationDate"?: string;
|
|
11825
11950
|
"issueDate"?: string;
|
|
11826
11951
|
"expired"?: boolean;
|
|
11827
|
-
"signatureValid"?: boolean;
|
|
11828
11952
|
"valid"?: boolean;
|
|
11953
|
+
"signatureValid"?: boolean;
|
|
11829
11954
|
}
|
|
11830
11955
|
|
|
11831
11956
|
export interface Change {
|
|
@@ -12298,6 +12423,7 @@ declare namespace Models {
|
|
|
12298
12423
|
"maskSelectors"?: Array<string>;
|
|
12299
12424
|
"channels"?: Array<string>;
|
|
12300
12425
|
"readonlySelectors"?: Array<string>;
|
|
12426
|
+
"pauseCriteria"?: Array<Models.PauseCriteria>;
|
|
12301
12427
|
}
|
|
12302
12428
|
|
|
12303
12429
|
export interface CobrowseWebMessagingSession {
|
|
@@ -13837,6 +13963,27 @@ declare namespace Models {
|
|
|
13837
13963
|
"endTime"?: string;
|
|
13838
13964
|
}
|
|
13839
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
|
+
|
|
13840
13987
|
export interface ConversationChannel {
|
|
13841
13988
|
"type": string;
|
|
13842
13989
|
"messageType"?: string;
|
|
@@ -14923,6 +15070,12 @@ declare namespace Models {
|
|
|
14923
15070
|
"duration"?: number;
|
|
14924
15071
|
}
|
|
14925
15072
|
|
|
15073
|
+
export interface ConversationEventVideo {
|
|
15074
|
+
"type": string;
|
|
15075
|
+
"offeringId"?: string;
|
|
15076
|
+
"jwt"?: string;
|
|
15077
|
+
}
|
|
15078
|
+
|
|
14926
15079
|
export interface ConversationMessageContent {
|
|
14927
15080
|
"contentType": string;
|
|
14928
15081
|
"location"?: Models.ConversationContentLocation;
|
|
@@ -14942,6 +15095,7 @@ declare namespace Models {
|
|
|
14942
15095
|
"coBrowse"?: Models.ConversationEventCoBrowse;
|
|
14943
15096
|
"typing"?: Models.ConversationEventTyping;
|
|
14944
15097
|
"presence"?: Models.ConversationEventPresence;
|
|
15098
|
+
"video"?: Models.ConversationEventVideo;
|
|
14945
15099
|
}
|
|
14946
15100
|
|
|
14947
15101
|
export interface ConversationMessageEventTopicConversationRoutingData {
|
|
@@ -15267,6 +15421,7 @@ declare namespace Models {
|
|
|
15267
15421
|
"teamId"?: string;
|
|
15268
15422
|
"usedRouting"?: string;
|
|
15269
15423
|
"userId"?: string;
|
|
15424
|
+
"videoPresent"?: boolean;
|
|
15270
15425
|
"waitingInteractionCounts"?: Array<number>;
|
|
15271
15426
|
"wrapUpCode"?: string;
|
|
15272
15427
|
"proposedAgents"?: Array<Models.ConversationMetricsTopicConversationProposedAgent>;
|
|
@@ -15951,6 +16106,7 @@ declare namespace Models {
|
|
|
15951
16106
|
"callQueueId"?: string;
|
|
15952
16107
|
"callUserId"?: string;
|
|
15953
16108
|
"priority"?: number;
|
|
16109
|
+
"attributes"?: { [key: string]: string; };
|
|
15954
16110
|
"languageId"?: string;
|
|
15955
16111
|
"routingSkillsIds"?: Array<string>;
|
|
15956
16112
|
"conversationIds"?: Array<string>;
|
|
@@ -16833,6 +16989,8 @@ declare namespace Models {
|
|
|
16833
16989
|
"dateCreated": string;
|
|
16834
16990
|
"dateModified": string;
|
|
16835
16991
|
"createdBy"?: Models.AddressableEntityRef;
|
|
16992
|
+
"shared"?: boolean;
|
|
16993
|
+
"dashboardsSharedWith"?: Models.DashboardsSharedWith;
|
|
16836
16994
|
"selfUri"?: string;
|
|
16837
16995
|
}
|
|
16838
16996
|
|
|
@@ -16882,6 +17040,11 @@ declare namespace Models {
|
|
|
16882
17040
|
"pageCount"?: number;
|
|
16883
17041
|
}
|
|
16884
17042
|
|
|
17043
|
+
export interface DashboardsSharedWith {
|
|
17044
|
+
"userIds"?: Array<string>;
|
|
17045
|
+
"teamIds"?: Array<string>;
|
|
17046
|
+
}
|
|
17047
|
+
|
|
16885
17048
|
export interface DataActionConditionPredicate {
|
|
16886
17049
|
"outputField": string;
|
|
16887
17050
|
"outputOperator": string;
|
|
@@ -20137,7 +20300,6 @@ declare namespace Models {
|
|
|
20137
20300
|
|
|
20138
20301
|
export interface EngineIntegration {
|
|
20139
20302
|
"id"?: string;
|
|
20140
|
-
"name"?: string;
|
|
20141
20303
|
"selfUri"?: string;
|
|
20142
20304
|
}
|
|
20143
20305
|
|
|
@@ -21688,7 +21850,6 @@ declare namespace Models {
|
|
|
21688
21850
|
"org"?: Models.FieldConfig;
|
|
21689
21851
|
"person"?: Models.FieldConfig;
|
|
21690
21852
|
"group"?: Models.FieldConfig;
|
|
21691
|
-
"externalContact"?: Models.FieldConfig;
|
|
21692
21853
|
}
|
|
21693
21854
|
|
|
21694
21855
|
export interface FieldList {
|
|
@@ -22276,6 +22437,7 @@ declare namespace Models {
|
|
|
22276
22437
|
"transferType"?: string;
|
|
22277
22438
|
"usedRouting"?: string;
|
|
22278
22439
|
"userId"?: string;
|
|
22440
|
+
"videoPresent"?: boolean;
|
|
22279
22441
|
"waitingInteractionCounts"?: Array<number>;
|
|
22280
22442
|
"wrapUpCode"?: string;
|
|
22281
22443
|
"proposedAgents"?: Array<Models.FlowMetricsTopicFlowProposedAgent>;
|
|
@@ -23923,6 +24085,11 @@ declare namespace Models {
|
|
|
23923
24085
|
"pageCount"?: number;
|
|
23924
24086
|
}
|
|
23925
24087
|
|
|
24088
|
+
export interface InfixOperator {
|
|
24089
|
+
"operatorType": string;
|
|
24090
|
+
"operatorPosition"?: Models.OperatorPosition;
|
|
24091
|
+
}
|
|
24092
|
+
|
|
23926
24093
|
export interface InfrastructureascodeJob {
|
|
23927
24094
|
"id"?: string;
|
|
23928
24095
|
"dryRun": boolean;
|
|
@@ -25216,6 +25383,12 @@ declare namespace Models {
|
|
|
25216
25383
|
"value"?: number;
|
|
25217
25384
|
}
|
|
25218
25385
|
|
|
25386
|
+
export interface JourneyViewListing {
|
|
25387
|
+
"total"?: number;
|
|
25388
|
+
"entities"?: Array<Models.JourneyView>;
|
|
25389
|
+
"selfUri"?: string;
|
|
25390
|
+
}
|
|
25391
|
+
|
|
25219
25392
|
export interface JourneyViewResult {
|
|
25220
25393
|
"elements"?: Array<Models.JourneyViewResultElement>;
|
|
25221
25394
|
}
|
|
@@ -26108,6 +26281,8 @@ declare namespace Models {
|
|
|
26108
26281
|
"labels"?: Array<Models.LabelResponse>;
|
|
26109
26282
|
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
26110
26283
|
"externalId"?: string;
|
|
26284
|
+
"source"?: Models.AddressableEntityRef;
|
|
26285
|
+
"readonly"?: boolean;
|
|
26111
26286
|
"variations"?: Array<Models.DocumentVariation>;
|
|
26112
26287
|
"selfUri"?: string;
|
|
26113
26288
|
}
|
|
@@ -26246,6 +26421,7 @@ declare namespace Models {
|
|
|
26246
26421
|
export interface KnowledgeExportJobDocumentsFilter {
|
|
26247
26422
|
"interval"?: string;
|
|
26248
26423
|
"entities"?: Array<Models.Entity>;
|
|
26424
|
+
"sourceId"?: string;
|
|
26249
26425
|
}
|
|
26250
26426
|
|
|
26251
26427
|
export interface KnowledgeExportJobFilter {
|
|
@@ -26256,6 +26432,7 @@ declare namespace Models {
|
|
|
26256
26432
|
export interface KnowledgeExportJobRequest {
|
|
26257
26433
|
"exportFilter": Models.KnowledgeExportJobFilter;
|
|
26258
26434
|
"fileType": string;
|
|
26435
|
+
"sourceId"?: string;
|
|
26259
26436
|
"jsonFileVersion"?: number;
|
|
26260
26437
|
}
|
|
26261
26438
|
|
|
@@ -26272,6 +26449,7 @@ declare namespace Models {
|
|
|
26272
26449
|
"dateCreated"?: string;
|
|
26273
26450
|
"dateModified"?: string;
|
|
26274
26451
|
"errorInformation"?: Models.ErrorBody;
|
|
26452
|
+
"source"?: Models.KnowledgeOperationSource;
|
|
26275
26453
|
"selfUri"?: string;
|
|
26276
26454
|
}
|
|
26277
26455
|
|
|
@@ -26545,6 +26723,12 @@ declare namespace Models {
|
|
|
26545
26723
|
"migrationDetected"?: boolean;
|
|
26546
26724
|
}
|
|
26547
26725
|
|
|
26726
|
+
export interface KnowledgeOperationSource {
|
|
26727
|
+
"id"?: string;
|
|
26728
|
+
"type"?: string;
|
|
26729
|
+
"selfUri"?: string;
|
|
26730
|
+
}
|
|
26731
|
+
|
|
26548
26732
|
export interface KnowledgeParseImportResult {
|
|
26549
26733
|
"success": number;
|
|
26550
26734
|
"failure": number;
|
|
@@ -26609,6 +26793,8 @@ declare namespace Models {
|
|
|
26609
26793
|
"labels"?: Array<Models.LabelResponse>;
|
|
26610
26794
|
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
26611
26795
|
"externalId"?: string;
|
|
26796
|
+
"source"?: Models.AddressableEntityRef;
|
|
26797
|
+
"readonly"?: boolean;
|
|
26612
26798
|
"variations"?: Array<Models.DocumentVariationAnswer>;
|
|
26613
26799
|
"answer"?: string;
|
|
26614
26800
|
"selfUri"?: string;
|
|
@@ -26824,10 +27010,15 @@ declare namespace Models {
|
|
|
26824
27010
|
"dateModified"?: string;
|
|
26825
27011
|
"isOverdue"?: boolean;
|
|
26826
27012
|
"percentageScore"?: number;
|
|
27013
|
+
"assessmentPercentageScore"?: number;
|
|
26827
27014
|
"isRule"?: boolean;
|
|
26828
27015
|
"isManual"?: boolean;
|
|
26829
27016
|
"isPassed"?: boolean;
|
|
26830
27017
|
"isLatest"?: boolean;
|
|
27018
|
+
"assessmentCompletionPercentage"?: number;
|
|
27019
|
+
"completionPercentage"?: number;
|
|
27020
|
+
"steps"?: Array<Models.LearningAssignmentStep>;
|
|
27021
|
+
"nextStep"?: Models.LearningAssignmentStep;
|
|
26831
27022
|
"selfUri"?: string;
|
|
26832
27023
|
"state"?: string;
|
|
26833
27024
|
"dateRecommendedForCompletion"?: string;
|
|
@@ -27065,6 +27256,8 @@ declare namespace Models {
|
|
|
27065
27256
|
"externalId"?: string;
|
|
27066
27257
|
"source"?: string;
|
|
27067
27258
|
"rule"?: Models.LearningModuleRule;
|
|
27259
|
+
"enforceContentOrder"?: boolean;
|
|
27260
|
+
"reviewAssessmentResults"?: Models.ReviewAssessmentResults;
|
|
27068
27261
|
"selfUri"?: string;
|
|
27069
27262
|
"isArchived"?: boolean;
|
|
27070
27263
|
"isPublished"?: boolean;
|
|
@@ -27123,6 +27316,101 @@ declare namespace Models {
|
|
|
27123
27316
|
"selfUri"?: string;
|
|
27124
27317
|
}
|
|
27125
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
|
+
|
|
27126
27414
|
export interface LearningModulePublishRequest {
|
|
27127
27415
|
"termsAndConditionsAccepted"?: boolean;
|
|
27128
27416
|
}
|
|
@@ -27152,6 +27440,8 @@ declare namespace Models {
|
|
|
27152
27440
|
"lengthInMinutes"?: number;
|
|
27153
27441
|
"excludedFromCatalog"?: boolean;
|
|
27154
27442
|
"externalId"?: string;
|
|
27443
|
+
"enforceContentOrder"?: boolean;
|
|
27444
|
+
"reviewAssessmentResults"?: Models.ReviewAssessmentResults;
|
|
27155
27445
|
}
|
|
27156
27446
|
|
|
27157
27447
|
export interface LearningModuleRule {
|
|
@@ -27200,6 +27490,27 @@ declare namespace Models {
|
|
|
27200
27490
|
"wfmScheduleActivities"?: Array<Models.LearningSlotWfmScheduleActivity>;
|
|
27201
27491
|
}
|
|
27202
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
|
+
|
|
27203
27514
|
export interface LearningShareableContentObject {
|
|
27204
27515
|
"id": string;
|
|
27205
27516
|
"lessonStatus"?: string;
|
|
@@ -27893,9 +28204,9 @@ declare namespace Models {
|
|
|
27893
28204
|
"settings"?: Models.ManagementUnitSettingsResponse;
|
|
27894
28205
|
"metadata"?: Models.WfmVersionedEntityMetadata;
|
|
27895
28206
|
"division"?: Models.DivisionReference;
|
|
28207
|
+
"modifiedBy"?: Models.UserReference;
|
|
27896
28208
|
"version"?: number;
|
|
27897
28209
|
"dateModified"?: string;
|
|
27898
|
-
"modifiedBy"?: Models.UserReference;
|
|
27899
28210
|
"selfUri"?: string;
|
|
27900
28211
|
}
|
|
27901
28212
|
|
|
@@ -28680,32 +28991,6 @@ declare namespace Models {
|
|
|
28680
28991
|
"id": string;
|
|
28681
28992
|
}
|
|
28682
28993
|
|
|
28683
|
-
export interface MessagingSticker {
|
|
28684
|
-
"id"?: string;
|
|
28685
|
-
"name"?: string;
|
|
28686
|
-
"providerStickerId": number;
|
|
28687
|
-
"providerPackageId"?: number;
|
|
28688
|
-
"packageName"?: string;
|
|
28689
|
-
"messengerType": string;
|
|
28690
|
-
"stickerType": string;
|
|
28691
|
-
"providerVersion"?: number;
|
|
28692
|
-
"uriLocation"?: string;
|
|
28693
|
-
"selfUri"?: string;
|
|
28694
|
-
}
|
|
28695
|
-
|
|
28696
|
-
export interface MessagingStickerEntityListing {
|
|
28697
|
-
"entities"?: Array<Models.MessagingSticker>;
|
|
28698
|
-
"pageSize"?: number;
|
|
28699
|
-
"pageNumber"?: number;
|
|
28700
|
-
"total"?: number;
|
|
28701
|
-
"previousUri"?: string;
|
|
28702
|
-
"lastUri"?: string;
|
|
28703
|
-
"firstUri"?: string;
|
|
28704
|
-
"selfUri"?: string;
|
|
28705
|
-
"nextUri"?: string;
|
|
28706
|
-
"pageCount"?: number;
|
|
28707
|
-
}
|
|
28708
|
-
|
|
28709
28994
|
export interface MessagingTemplate {
|
|
28710
28995
|
"whatsApp"?: Models.WhatsAppDefinition;
|
|
28711
28996
|
}
|
|
@@ -29891,6 +30176,25 @@ declare namespace Models {
|
|
|
29891
30176
|
"direction": string;
|
|
29892
30177
|
}
|
|
29893
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
|
+
|
|
29894
30198
|
export interface Operation {
|
|
29895
30199
|
"id"?: string;
|
|
29896
30200
|
"complete"?: boolean;
|
|
@@ -29924,6 +30228,7 @@ declare namespace Models {
|
|
|
29924
30228
|
"createdBy"?: Models.UserReference;
|
|
29925
30229
|
"dateCreated"?: string;
|
|
29926
30230
|
"dateModified"?: string;
|
|
30231
|
+
"source"?: Models.KnowledgeOperationSource;
|
|
29927
30232
|
"selfUri"?: string;
|
|
29928
30233
|
}
|
|
29929
30234
|
|
|
@@ -29947,6 +30252,11 @@ declare namespace Models {
|
|
|
29947
30252
|
"timestamp"?: number;
|
|
29948
30253
|
}
|
|
29949
30254
|
|
|
30255
|
+
export interface OperatorPosition {
|
|
30256
|
+
"voiceSecondsPosition"?: number;
|
|
30257
|
+
"digitalWordsPosition"?: number;
|
|
30258
|
+
}
|
|
30259
|
+
|
|
29950
30260
|
export interface OptInSettings {
|
|
29951
30261
|
"keyword": Array<string>;
|
|
29952
30262
|
"response": Models.ComplianceResponse;
|
|
@@ -35227,6 +35537,10 @@ declare namespace Models {
|
|
|
35227
35537
|
"to"?: string;
|
|
35228
35538
|
"timestamp"?: string;
|
|
35229
35539
|
"id"?: string;
|
|
35540
|
+
"purpose"?: string;
|
|
35541
|
+
"participantId"?: string;
|
|
35542
|
+
"queue"?: Models.AddressableEntityRef;
|
|
35543
|
+
"workflow"?: Models.AddressableEntityRef;
|
|
35230
35544
|
"messageText"?: string;
|
|
35231
35545
|
"messageMediaAttachments"?: Array<Models.MessageMediaAttachment>;
|
|
35232
35546
|
"messageStickerAttachments"?: Array<Models.MessageStickerAttachment>;
|
|
@@ -35980,6 +36294,8 @@ declare namespace Models {
|
|
|
35980
36294
|
}
|
|
35981
36295
|
|
|
35982
36296
|
export interface ReviewAssessmentResults {
|
|
36297
|
+
"byAssignees"?: boolean;
|
|
36298
|
+
"byViewers"?: boolean;
|
|
35983
36299
|
}
|
|
35984
36300
|
|
|
35985
36301
|
export interface Ring {
|
|
@@ -37878,6 +38194,19 @@ declare namespace Models {
|
|
|
37878
38194
|
"useWaterfallRule"?: boolean;
|
|
37879
38195
|
}
|
|
37880
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
|
+
|
|
37881
38210
|
export interface StaffingGroupListing {
|
|
37882
38211
|
"entities"?: Array<Models.StaffingGroupResponse>;
|
|
37883
38212
|
}
|
|
@@ -38822,6 +39151,11 @@ declare namespace Models {
|
|
|
38822
39151
|
"value"?: string;
|
|
38823
39152
|
}
|
|
38824
39153
|
|
|
39154
|
+
export interface Term {
|
|
39155
|
+
"word": string;
|
|
39156
|
+
"participantType": string;
|
|
39157
|
+
}
|
|
39158
|
+
|
|
38825
39159
|
export interface TermAttribute {
|
|
38826
39160
|
"id"?: string;
|
|
38827
39161
|
"name"?: string;
|
|
@@ -41677,10 +42011,12 @@ declare namespace Models {
|
|
|
41677
42011
|
|
|
41678
42012
|
export interface UtilizationRequest {
|
|
41679
42013
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
42014
|
+
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationRequest; };
|
|
41680
42015
|
}
|
|
41681
42016
|
|
|
41682
42017
|
export interface UtilizationResponse {
|
|
41683
42018
|
"utilization"?: { [key: string]: Models.MediaUtilization; };
|
|
42019
|
+
"labelUtilizations"?: { [key: string]: Models.LabelUtilizationResponse; };
|
|
41684
42020
|
}
|
|
41685
42021
|
|
|
41686
42022
|
export interface UtilizationTag {
|
|
@@ -41706,113 +42042,22 @@ declare namespace Models {
|
|
|
41706
42042
|
"utteranceText"?: string;
|
|
41707
42043
|
}
|
|
41708
42044
|
|
|
41709
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationButtonComponent {
|
|
41710
|
-
"title"?: string;
|
|
41711
|
-
"actions"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentActions;
|
|
41712
|
-
}
|
|
41713
|
-
|
|
41714
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentActions {
|
|
41715
|
-
"url"?: string;
|
|
41716
|
-
"urlTarget"?: string;
|
|
41717
|
-
"textback"?: string;
|
|
41718
|
-
}
|
|
41719
|
-
|
|
41720
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentAttachment {
|
|
41721
|
-
"id"?: string;
|
|
41722
|
-
"mediaType"?: string;
|
|
41723
|
-
"url"?: string;
|
|
41724
|
-
"mime"?: string;
|
|
41725
|
-
"text"?: string;
|
|
41726
|
-
"sha256"?: string;
|
|
41727
|
-
"filename"?: string;
|
|
41728
|
-
}
|
|
41729
|
-
|
|
41730
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentButtonResponse {
|
|
41731
|
-
"type"?: string;
|
|
41732
|
-
"text"?: string;
|
|
41733
|
-
"payload"?: string;
|
|
41734
|
-
}
|
|
41735
|
-
|
|
41736
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentGeneric {
|
|
41737
|
-
"title"?: string;
|
|
41738
|
-
"description"?: string;
|
|
41739
|
-
"image"?: string;
|
|
41740
|
-
"video"?: string;
|
|
41741
|
-
"actions"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentActions;
|
|
41742
|
-
"components"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationButtonComponent>;
|
|
41743
|
-
}
|
|
41744
|
-
|
|
41745
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentLocation {
|
|
41746
|
-
"url"?: string;
|
|
41747
|
-
"address"?: string;
|
|
41748
|
-
"text"?: string;
|
|
41749
|
-
"latitude"?: number;
|
|
41750
|
-
"longitude"?: number;
|
|
41751
|
-
}
|
|
41752
|
-
|
|
41753
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentNotificationTemplate {
|
|
41754
|
-
"id"?: string;
|
|
41755
|
-
"language"?: string;
|
|
41756
|
-
"header"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateHeader;
|
|
41757
|
-
"body"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateBody;
|
|
41758
|
-
"footer"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateFooter;
|
|
41759
|
-
}
|
|
41760
|
-
|
|
41761
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentQuickReply {
|
|
41762
|
-
"text"?: string;
|
|
41763
|
-
"payload"?: string;
|
|
41764
|
-
"image"?: string;
|
|
41765
|
-
"action"?: string;
|
|
41766
|
-
}
|
|
41767
|
-
|
|
41768
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationContentStory {
|
|
41769
|
-
"type"?: string;
|
|
41770
|
-
"url"?: string;
|
|
41771
|
-
"replyToId"?: string;
|
|
41772
|
-
}
|
|
41773
|
-
|
|
41774
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationEventCoBrowse {
|
|
41775
|
-
"type"?: string;
|
|
41776
|
-
"sessionId"?: string;
|
|
41777
|
-
"sessionJoinToken"?: string;
|
|
41778
|
-
}
|
|
41779
|
-
|
|
41780
42045
|
export interface V2ConversationMessageTypingEventForUserTopicConversationEventTyping {
|
|
41781
42046
|
"type"?: string;
|
|
41782
42047
|
"duration"?: number;
|
|
41783
42048
|
}
|
|
41784
42049
|
|
|
41785
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationMessageContent {
|
|
41786
|
-
"contentType"?: string;
|
|
41787
|
-
"location"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentLocation;
|
|
41788
|
-
"story"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentStory;
|
|
41789
|
-
"attachment"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentAttachment;
|
|
41790
|
-
"quickReply"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentQuickReply;
|
|
41791
|
-
"template"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentNotificationTemplate;
|
|
41792
|
-
"buttonResponse"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentButtonResponse;
|
|
41793
|
-
"generic"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentGeneric;
|
|
41794
|
-
}
|
|
41795
|
-
|
|
41796
42050
|
export interface V2ConversationMessageTypingEventForUserTopicConversationMessageEvent {
|
|
41797
42051
|
"eventType"?: string;
|
|
41798
|
-
"coBrowse"?: Models.V2ConversationMessageTypingEventForUserTopicConversationEventCoBrowse;
|
|
41799
42052
|
"typing"?: Models.V2ConversationMessageTypingEventForUserTopicConversationEventTyping;
|
|
41800
42053
|
}
|
|
41801
42054
|
|
|
41802
42055
|
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingChannel {
|
|
41803
42056
|
"id"?: string;
|
|
41804
42057
|
"platform"?: string;
|
|
41805
|
-
"messageId"?: string;
|
|
41806
42058
|
"to"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingToRecipient;
|
|
41807
42059
|
"from"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingFromRecipient;
|
|
41808
42060
|
"time"?: string;
|
|
41809
|
-
"dateModified"?: string;
|
|
41810
|
-
"dateDeleted"?: string;
|
|
41811
|
-
"metadata"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingChannelMetadata;
|
|
41812
|
-
}
|
|
41813
|
-
|
|
41814
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingChannelMetadata {
|
|
41815
|
-
"customAttributes"?: { [key: string]: string; };
|
|
41816
42061
|
}
|
|
41817
42062
|
|
|
41818
42063
|
export interface V2ConversationMessageTypingEventForUserTopicConversationMessagingFromRecipient {
|
|
@@ -41838,44 +42083,10 @@ declare namespace Models {
|
|
|
41838
42083
|
}
|
|
41839
42084
|
|
|
41840
42085
|
export interface V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage {
|
|
41841
|
-
"id"?: string;
|
|
41842
42086
|
"channel"?: Models.V2ConversationMessageTypingEventForUserTopicConversationMessagingChannel;
|
|
41843
42087
|
"type"?: string;
|
|
41844
|
-
"text"?: string;
|
|
41845
|
-
"content"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationMessageContent>;
|
|
41846
42088
|
"events"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationMessageEvent>;
|
|
41847
|
-
"status"?: string;
|
|
41848
|
-
"reasons"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationReason>;
|
|
41849
|
-
"originatingEntity"?: string;
|
|
41850
|
-
"isFinalReceipt"?: boolean;
|
|
41851
42089
|
"direction"?: string;
|
|
41852
|
-
"metadata"?: { [key: string]: string; };
|
|
41853
|
-
}
|
|
41854
|
-
|
|
41855
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateBody {
|
|
41856
|
-
"text"?: string;
|
|
41857
|
-
"parameters"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter>;
|
|
41858
|
-
}
|
|
41859
|
-
|
|
41860
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateFooter {
|
|
41861
|
-
"text"?: string;
|
|
41862
|
-
}
|
|
41863
|
-
|
|
41864
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateHeader {
|
|
41865
|
-
"type"?: string;
|
|
41866
|
-
"text"?: string;
|
|
41867
|
-
"media"?: Models.V2ConversationMessageTypingEventForUserTopicConversationContentAttachment;
|
|
41868
|
-
"parameters"?: Array<Models.V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter>;
|
|
41869
|
-
}
|
|
41870
|
-
|
|
41871
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter {
|
|
41872
|
-
"name"?: string;
|
|
41873
|
-
"text"?: string;
|
|
41874
|
-
}
|
|
41875
|
-
|
|
41876
|
-
export interface V2ConversationMessageTypingEventForUserTopicConversationReason {
|
|
41877
|
-
"code"?: string;
|
|
41878
|
-
"message"?: string;
|
|
41879
42090
|
}
|
|
41880
42091
|
|
|
41881
42092
|
export interface V2ConversationMessageTypingEventForUserTopicConversationRecipientAdditionalIdentifier {
|
|
@@ -41888,113 +42099,22 @@ declare namespace Models {
|
|
|
41888
42099
|
"normalizedMessage"?: Models.V2ConversationMessageTypingEventForUserTopicConversationNormalizedMessage;
|
|
41889
42100
|
}
|
|
41890
42101
|
|
|
41891
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationButtonComponent {
|
|
41892
|
-
"title"?: string;
|
|
41893
|
-
"actions"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions;
|
|
41894
|
-
}
|
|
41895
|
-
|
|
41896
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions {
|
|
41897
|
-
"url"?: string;
|
|
41898
|
-
"urlTarget"?: string;
|
|
41899
|
-
"textback"?: string;
|
|
41900
|
-
}
|
|
41901
|
-
|
|
41902
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment {
|
|
41903
|
-
"id"?: string;
|
|
41904
|
-
"mediaType"?: string;
|
|
41905
|
-
"url"?: string;
|
|
41906
|
-
"mime"?: string;
|
|
41907
|
-
"text"?: string;
|
|
41908
|
-
"sha256"?: string;
|
|
41909
|
-
"filename"?: string;
|
|
41910
|
-
}
|
|
41911
|
-
|
|
41912
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentButtonResponse {
|
|
41913
|
-
"type"?: string;
|
|
41914
|
-
"text"?: string;
|
|
41915
|
-
"payload"?: string;
|
|
41916
|
-
}
|
|
41917
|
-
|
|
41918
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentGeneric {
|
|
41919
|
-
"title"?: string;
|
|
41920
|
-
"description"?: string;
|
|
41921
|
-
"image"?: string;
|
|
41922
|
-
"video"?: string;
|
|
41923
|
-
"actions"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentActions;
|
|
41924
|
-
"components"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationButtonComponent>;
|
|
41925
|
-
}
|
|
41926
|
-
|
|
41927
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentLocation {
|
|
41928
|
-
"url"?: string;
|
|
41929
|
-
"address"?: string;
|
|
41930
|
-
"text"?: string;
|
|
41931
|
-
"latitude"?: number;
|
|
41932
|
-
"longitude"?: number;
|
|
41933
|
-
}
|
|
41934
|
-
|
|
41935
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentNotificationTemplate {
|
|
41936
|
-
"id"?: string;
|
|
41937
|
-
"language"?: string;
|
|
41938
|
-
"header"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateHeader;
|
|
41939
|
-
"body"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateBody;
|
|
41940
|
-
"footer"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateFooter;
|
|
41941
|
-
}
|
|
41942
|
-
|
|
41943
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentQuickReply {
|
|
41944
|
-
"text"?: string;
|
|
41945
|
-
"payload"?: string;
|
|
41946
|
-
"image"?: string;
|
|
41947
|
-
"action"?: string;
|
|
41948
|
-
}
|
|
41949
|
-
|
|
41950
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationContentStory {
|
|
41951
|
-
"type"?: string;
|
|
41952
|
-
"url"?: string;
|
|
41953
|
-
"replyToId"?: string;
|
|
41954
|
-
}
|
|
41955
|
-
|
|
41956
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationEventCoBrowse {
|
|
41957
|
-
"type"?: string;
|
|
41958
|
-
"sessionId"?: string;
|
|
41959
|
-
"sessionJoinToken"?: string;
|
|
41960
|
-
}
|
|
41961
|
-
|
|
41962
42102
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationEventTyping {
|
|
41963
42103
|
"type"?: string;
|
|
41964
42104
|
"duration"?: number;
|
|
41965
42105
|
}
|
|
41966
42106
|
|
|
41967
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessageContent {
|
|
41968
|
-
"contentType"?: string;
|
|
41969
|
-
"location"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentLocation;
|
|
41970
|
-
"story"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentStory;
|
|
41971
|
-
"attachment"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment;
|
|
41972
|
-
"quickReply"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentQuickReply;
|
|
41973
|
-
"template"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentNotificationTemplate;
|
|
41974
|
-
"buttonResponse"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentButtonResponse;
|
|
41975
|
-
"generic"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentGeneric;
|
|
41976
|
-
}
|
|
41977
|
-
|
|
41978
42107
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessageEvent {
|
|
41979
42108
|
"eventType"?: string;
|
|
41980
|
-
"coBrowse"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationEventCoBrowse;
|
|
41981
42109
|
"typing"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationEventTyping;
|
|
41982
42110
|
}
|
|
41983
42111
|
|
|
41984
42112
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannel {
|
|
41985
42113
|
"id"?: string;
|
|
41986
42114
|
"platform"?: string;
|
|
41987
|
-
"messageId"?: string;
|
|
41988
42115
|
"to"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingToRecipient;
|
|
41989
42116
|
"from"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingFromRecipient;
|
|
41990
42117
|
"time"?: string;
|
|
41991
|
-
"dateModified"?: string;
|
|
41992
|
-
"dateDeleted"?: string;
|
|
41993
|
-
"metadata"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannelMetadata;
|
|
41994
|
-
}
|
|
41995
|
-
|
|
41996
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannelMetadata {
|
|
41997
|
-
"customAttributes"?: { [key: string]: string; };
|
|
41998
42118
|
}
|
|
41999
42119
|
|
|
42000
42120
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingFromRecipient {
|
|
@@ -42020,44 +42140,10 @@ declare namespace Models {
|
|
|
42020
42140
|
}
|
|
42021
42141
|
|
|
42022
42142
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNormalizedMessage {
|
|
42023
|
-
"id"?: string;
|
|
42024
42143
|
"channel"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessagingChannel;
|
|
42025
42144
|
"type"?: string;
|
|
42026
|
-
"text"?: string;
|
|
42027
|
-
"content"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessageContent>;
|
|
42028
42145
|
"events"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationMessageEvent>;
|
|
42029
|
-
"status"?: string;
|
|
42030
|
-
"reasons"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationReason>;
|
|
42031
|
-
"originatingEntity"?: string;
|
|
42032
|
-
"isFinalReceipt"?: boolean;
|
|
42033
42146
|
"direction"?: string;
|
|
42034
|
-
"metadata"?: { [key: string]: string; };
|
|
42035
|
-
}
|
|
42036
|
-
|
|
42037
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateBody {
|
|
42038
|
-
"text"?: string;
|
|
42039
|
-
"parameters"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter>;
|
|
42040
|
-
}
|
|
42041
|
-
|
|
42042
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateFooter {
|
|
42043
|
-
"text"?: string;
|
|
42044
|
-
}
|
|
42045
|
-
|
|
42046
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateHeader {
|
|
42047
|
-
"type"?: string;
|
|
42048
|
-
"text"?: string;
|
|
42049
|
-
"media"?: Models.V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment;
|
|
42050
|
-
"parameters"?: Array<Models.V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter>;
|
|
42051
|
-
}
|
|
42052
|
-
|
|
42053
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter {
|
|
42054
|
-
"name"?: string;
|
|
42055
|
-
"text"?: string;
|
|
42056
|
-
}
|
|
42057
|
-
|
|
42058
|
-
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationReason {
|
|
42059
|
-
"code"?: string;
|
|
42060
|
-
"message"?: string;
|
|
42061
42147
|
}
|
|
42062
42148
|
|
|
42063
42149
|
export interface V2ConversationMessageTypingEventForWorkflowTopicConversationRecipientAdditionalIdentifier {
|
|
@@ -42580,6 +42666,21 @@ declare namespace Models {
|
|
|
42580
42666
|
"surveyTypes"?: Array<string>;
|
|
42581
42667
|
"surveyResponseStatuses"?: Array<string>;
|
|
42582
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;
|
|
42583
42684
|
"isScreenRecorded"?: boolean;
|
|
42584
42685
|
"screenMonitorUserIds"?: Array<string>;
|
|
42585
42686
|
}
|
|
@@ -45786,6 +45887,7 @@ declare namespace Models {
|
|
|
45786
45887
|
"defaultQueueId"?: Models.WorkitemsAttributeChangeString;
|
|
45787
45888
|
"schemaId"?: Models.WorkitemsAttributeChangeString;
|
|
45788
45889
|
"schemaVersion"?: Models.WorkitemsAttributeChangeString;
|
|
45890
|
+
"serviceLevelTarget"?: Models.WorkitemsAttributeChangeInteger;
|
|
45789
45891
|
"dateModified"?: Models.WorkitemsAttributeChangeInstant;
|
|
45790
45892
|
"modifiedBy"?: Models.WorkitemsAttributeChangeString;
|
|
45791
45893
|
}
|