purecloud-platform-client-v2 126.1.0 → 130.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 +305 -79
- package/dist/web-amd/purecloud-platform-client-v2.js +305 -79
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +305 -79
- package/dist/web-cjs/purecloud-platform-client-v2.js +305 -79
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +411 -215
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- 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/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +5 -3
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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 +121 -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/IntegrationsApi.js +30 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- 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 +1 -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/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/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/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +14 -10
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +8 -4
- package/src/purecloud-platform-client-v2/api/SCIMApi.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/SpeechTextAnalyticsApi.js +21 -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/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +21 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +28 -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 +2 -2
- 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
|
@@ -800,6 +800,7 @@ declare namespace CoachingApi {
|
|
|
800
800
|
"relationships"?: Array<string>;
|
|
801
801
|
"completionInterval"?: string;
|
|
802
802
|
"overdue"?: string;
|
|
803
|
+
"intervalCondition"?: string;
|
|
803
804
|
}
|
|
804
805
|
export interface getCoachingAppointmentsMeOptions {
|
|
805
806
|
"interval"?: string;
|
|
@@ -811,6 +812,7 @@ declare namespace CoachingApi {
|
|
|
811
812
|
"relationships"?: Array<string>;
|
|
812
813
|
"completionInterval"?: string;
|
|
813
814
|
"overdue"?: string;
|
|
815
|
+
"intervalCondition"?: string;
|
|
814
816
|
}
|
|
815
817
|
export interface getCoachingNotificationOptions {
|
|
816
818
|
"expand"?: Array<string>;
|
|
@@ -1439,6 +1441,7 @@ declare class GamificationApi {
|
|
|
1439
1441
|
getGamificationMetricdefinitions(): Promise<Models.GetMetricDefinitionsResponse>;
|
|
1440
1442
|
getGamificationMetrics(opts?: GamificationApi.getGamificationMetricsOptions): Promise<Models.GetMetricsResponse>;
|
|
1441
1443
|
getGamificationProfile(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1444
|
+
getGamificationProfileMembers(performanceProfileId: string): Promise<Models.MemberListing>;
|
|
1442
1445
|
getGamificationProfileMetric(profileId: string, metricId: string, opts?: GamificationApi.getGamificationProfileMetricOptions): Promise<Models.Metric>;
|
|
1443
1446
|
getGamificationProfileMetrics(profileId: string, opts?: GamificationApi.getGamificationProfileMetricsOptions): Promise<Models.GetMetricResponse>;
|
|
1444
1447
|
getGamificationProfileMetricsObjectivedetails(profileId: string, opts?: GamificationApi.getGamificationProfileMetricsObjectivedetailsOptions): Promise<Models.GetMetricsResponse>;
|
|
@@ -1465,14 +1468,17 @@ declare class GamificationApi {
|
|
|
1465
1468
|
getGamificationStatus(): Promise<Models.GamificationStatus>;
|
|
1466
1469
|
getGamificationTemplate(templateId: string): Promise<Models.ObjectiveTemplate>;
|
|
1467
1470
|
getGamificationTemplates(): Promise<Models.GetTemplatesResponse>;
|
|
1468
|
-
postGamificationMetrics(body: Models.
|
|
1471
|
+
postGamificationMetrics(body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1469
1472
|
postGamificationProfileActivate(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1470
1473
|
postGamificationProfileDeactivate(performanceProfileId: string): Promise<Models.PerformanceProfile>;
|
|
1471
|
-
|
|
1474
|
+
postGamificationProfileMembers(performanceProfileId: string, body: Models.AssignUsers): Promise<Models.Assignment>;
|
|
1475
|
+
postGamificationProfileMembersValidate(performanceProfileId: string, body: Models.ValidateAssignUsers): Promise<Models.AssignmentValidation>;
|
|
1476
|
+
postGamificationProfileMetricLink(sourceProfileId: string, sourceMetricId: string, body: Models.TargetPerformanceProfile): Promise<Models.Metric>;
|
|
1477
|
+
postGamificationProfileMetrics(profileId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1472
1478
|
postGamificationProfiles(body: Models.CreatePerformanceProfile): Promise<Models.GetProfilesResponse>;
|
|
1473
|
-
putGamificationMetric(metricId: string, body: Models.
|
|
1479
|
+
putGamificationMetric(metricId: string, body: Models.CreateMetric, opts?: GamificationApi.putGamificationMetricOptions): Promise<Models.Metric>;
|
|
1474
1480
|
putGamificationProfile(performanceProfileId: string, opts?: GamificationApi.putGamificationProfileOptions): Promise<Models.PerformanceProfile>;
|
|
1475
|
-
putGamificationProfileMetric(profileId: string, metricId: string, body: Models.
|
|
1481
|
+
putGamificationProfileMetric(profileId: string, metricId: string, body: Models.CreateMetric): Promise<Models.Metric>;
|
|
1476
1482
|
putGamificationStatus(status: Models.GamificationStatus): Promise<Models.GamificationStatus>;
|
|
1477
1483
|
}
|
|
1478
1484
|
|
|
@@ -1719,6 +1725,7 @@ declare class IntegrationsApi {
|
|
|
1719
1725
|
getIntegrationsBotconnectorIntegrationIdBots(integrationId: string): Promise<Models.BotList>;
|
|
1720
1726
|
getIntegrationsBotconnectorIntegrationIdBotsSummaries(integrationId: string, opts?: IntegrationsApi.getIntegrationsBotconnectorIntegrationIdBotsSummariesOptions): Promise<Models.BotConnectorBotSummaryEntityListing>;
|
|
1721
1727
|
getIntegrationsClientapps(opts?: IntegrationsApi.getIntegrationsClientappsOptions): Promise<Models.ClientAppEntityListing>;
|
|
1728
|
+
getIntegrationsClientappsUnifiedcommunications(opts?: IntegrationsApi.getIntegrationsClientappsUnifiedcommunicationsOptions): Promise<Models.UCIntegrationListing>;
|
|
1722
1729
|
getIntegrationsCredential(credentialId: string): Promise<Models.Credential>;
|
|
1723
1730
|
getIntegrationsCredentials(opts?: IntegrationsApi.getIntegrationsCredentialsOptions): Promise<Models.CredentialInfoListing>;
|
|
1724
1731
|
getIntegrationsCredentialsTypes(): Promise<Models.CredentialTypeListing>;
|
|
@@ -1834,6 +1841,14 @@ declare namespace IntegrationsApi {
|
|
|
1834
1841
|
"nextPage"?: string;
|
|
1835
1842
|
"previousPage"?: string;
|
|
1836
1843
|
}
|
|
1844
|
+
export interface getIntegrationsClientappsUnifiedcommunicationsOptions {
|
|
1845
|
+
"pageSize"?: number;
|
|
1846
|
+
"pageNumber"?: number;
|
|
1847
|
+
"sortBy"?: string;
|
|
1848
|
+
"expand"?: Array<string>;
|
|
1849
|
+
"nextPage"?: string;
|
|
1850
|
+
"previousPage"?: string;
|
|
1851
|
+
}
|
|
1837
1852
|
export interface getIntegrationsCredentialsOptions {
|
|
1838
1853
|
"pageNumber"?: number;
|
|
1839
1854
|
"pageSize"?: number;
|
|
@@ -3128,7 +3143,7 @@ declare class RecordingApi {
|
|
|
3128
3143
|
getRecordingCrossplatformMediaretentionpolicies(opts?: RecordingApi.getRecordingCrossplatformMediaretentionpoliciesOptions): Promise<Models.PolicyEntityListing>;
|
|
3129
3144
|
getRecordingCrossplatformMediaretentionpolicy(policyId: string): Promise<Models.CrossPlatformPolicy>;
|
|
3130
3145
|
getRecordingJob(jobId: string): Promise<Models.RecordingJob>;
|
|
3131
|
-
getRecordingJobFailedrecordings(jobId: string, opts?: RecordingApi.getRecordingJobFailedrecordingsOptions): Promise<Models.
|
|
3146
|
+
getRecordingJobFailedrecordings(jobId: string, opts?: RecordingApi.getRecordingJobFailedrecordingsOptions): Promise<Models.FailedRecordingEntityListing>;
|
|
3132
3147
|
getRecordingJobs(opts?: RecordingApi.getRecordingJobsOptions): Promise<Models.RecordingJobEntityListing>;
|
|
3133
3148
|
getRecordingLocalkeysSetting(settingsId: string): Promise<Models.LocalEncryptionConfiguration>;
|
|
3134
3149
|
getRecordingLocalkeysSettings(): Promise<Models.LocalEncryptionConfigurationListing>;
|
|
@@ -3212,6 +3227,8 @@ declare namespace RecordingApi {
|
|
|
3212
3227
|
export interface getRecordingJobFailedrecordingsOptions {
|
|
3213
3228
|
"pageSize"?: number;
|
|
3214
3229
|
"pageNumber"?: number;
|
|
3230
|
+
"includeTotal"?: boolean;
|
|
3231
|
+
"cursor"?: string;
|
|
3215
3232
|
}
|
|
3216
3233
|
export interface getRecordingJobsOptions {
|
|
3217
3234
|
"pageSize"?: number;
|
|
@@ -3220,6 +3237,8 @@ declare namespace RecordingApi {
|
|
|
3220
3237
|
"state"?: string;
|
|
3221
3238
|
"showOnlyMyJobs"?: boolean;
|
|
3222
3239
|
"jobType"?: string;
|
|
3240
|
+
"includeTotal"?: boolean;
|
|
3241
|
+
"cursor"?: string;
|
|
3223
3242
|
}
|
|
3224
3243
|
export interface getRecordingMediaretentionpoliciesOptions {
|
|
3225
3244
|
"pageSize"?: number;
|
|
@@ -3521,10 +3540,14 @@ declare namespace RoutingApi {
|
|
|
3521
3540
|
}
|
|
3522
3541
|
export interface getRoutingSmsPhonenumbersOptions {
|
|
3523
3542
|
"phoneNumber"?: string;
|
|
3524
|
-
"phoneNumberType"?: string
|
|
3525
|
-
"phoneNumberStatus"?: string
|
|
3543
|
+
"phoneNumberType"?: Array<string>;
|
|
3544
|
+
"phoneNumberStatus"?: Array<string>;
|
|
3545
|
+
"countryCode"?: Array<string>;
|
|
3526
3546
|
"pageSize"?: number;
|
|
3527
3547
|
"pageNumber"?: number;
|
|
3548
|
+
"sortBy"?: string;
|
|
3549
|
+
"sortOrder"?: string;
|
|
3550
|
+
"language"?: string;
|
|
3528
3551
|
}
|
|
3529
3552
|
export interface getRoutingWrapupcodesOptions {
|
|
3530
3553
|
"pageSize"?: number;
|
|
@@ -3840,6 +3863,7 @@ declare class SpeechTextAnalyticsApi {
|
|
|
3840
3863
|
getSpeechandtextanalyticsProgramsMappings(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsMappingsOptions): Promise<Models.ProgramsMappingsEntityListing>;
|
|
3841
3864
|
getSpeechandtextanalyticsProgramsPublishjob(jobId: string): Promise<Models.ProgramJob>;
|
|
3842
3865
|
getSpeechandtextanalyticsProgramsUnpublished(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsProgramsUnpublishedOptions): Promise<Models.UnpublishedProgramsEntityListing>;
|
|
3866
|
+
getSpeechandtextanalyticsSentimentDialects(): Promise<Models.EntityListing>;
|
|
3843
3867
|
getSpeechandtextanalyticsSentimentfeedback(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsSentimentfeedbackOptions): Promise<Models.SentimentFeedbackEntityListing>;
|
|
3844
3868
|
getSpeechandtextanalyticsSettings(): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
|
|
3845
3869
|
getSpeechandtextanalyticsTopic(topicId: string): Promise<Models.Topic>;
|
|
@@ -4003,6 +4027,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
4003
4027
|
getTelephonyProvidersEdgesEdgegroupEdgetrunkbase(edgegroupId: string, edgetrunkbaseId: string): Promise<Models.EdgeTrunkBase>;
|
|
4004
4028
|
getTelephonyProvidersEdgesEdgegroups(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesEdgegroupsOptions): Promise<Models.EdgeGroupEntityListing>;
|
|
4005
4029
|
getTelephonyProvidersEdgesEdgeversionreport(): Promise<Models.EdgeVersionReport>;
|
|
4030
|
+
getTelephonyProvidersEdgesExpired(): Promise<Models.ExpiredEdgeListing>;
|
|
4006
4031
|
getTelephonyProvidersEdgesExtension(extensionId: string): Promise<Models.Extension>;
|
|
4007
4032
|
getTelephonyProvidersEdgesExtensionpool(extensionPoolId: string): Promise<Models.ExtensionPool>;
|
|
4008
4033
|
getTelephonyProvidersEdgesExtensionpools(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesExtensionpoolsOptions): Promise<Models.ExtensionPoolEntityListing>;
|
|
@@ -4297,12 +4322,19 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
4297
4322
|
}
|
|
4298
4323
|
|
|
4299
4324
|
declare class TextbotsApi {
|
|
4325
|
+
getTextbotsBotsSearch(opts?: TextbotsApi.getTextbotsBotsSearchOptions): Promise<Models.BotSearchResponseEntityListing>;
|
|
4300
4326
|
postTextbotsBotflowsSessionTurns(sessionId: string, turnRequest: Models.TextBotFlowTurnRequest): Promise<Models.TextBotFlowTurnResponse>;
|
|
4301
4327
|
postTextbotsBotflowsSessions(launchRequest: Models.TextBotFlowLaunchRequest): Promise<Models.TextBotFlowLaunchResponse>;
|
|
4302
4328
|
postTextbotsBotsExecute(postTextRequest: Models.PostTextRequest): Promise<Models.PostTextResponse>;
|
|
4303
4329
|
}
|
|
4304
4330
|
|
|
4305
4331
|
declare namespace TextbotsApi {
|
|
4332
|
+
export interface getTextbotsBotsSearchOptions {
|
|
4333
|
+
"botType"?: Array<string>;
|
|
4334
|
+
"botName"?: string;
|
|
4335
|
+
"botId"?: Array<string>;
|
|
4336
|
+
"pageSize"?: number;
|
|
4337
|
+
}
|
|
4306
4338
|
}
|
|
4307
4339
|
|
|
4308
4340
|
declare class TokensApi {
|
|
@@ -5378,6 +5410,13 @@ declare namespace Models {
|
|
|
5378
5410
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
5379
5411
|
}
|
|
5380
5412
|
|
|
5413
|
+
export interface ActivityCodeReference {
|
|
5414
|
+
"id": string;
|
|
5415
|
+
"name"?: string;
|
|
5416
|
+
"secondaryPresences"?: Array<Models.SecondaryPresence>;
|
|
5417
|
+
"selfUri"?: string;
|
|
5418
|
+
}
|
|
5419
|
+
|
|
5381
5420
|
export interface AcwDetailEventTopicAfterCallWorkEvent {
|
|
5382
5421
|
"eventTime"?: number;
|
|
5383
5422
|
"conversationId"?: string;
|
|
@@ -5687,12 +5726,15 @@ declare namespace Models {
|
|
|
5687
5726
|
export interface AnalyticsConversation {
|
|
5688
5727
|
"conversationEnd"?: string;
|
|
5689
5728
|
"conversationId"?: string;
|
|
5729
|
+
"conversationInitiator"?: string;
|
|
5690
5730
|
"conversationStart"?: string;
|
|
5691
5731
|
"divisionIds"?: Array<string>;
|
|
5692
5732
|
"externalTag"?: string;
|
|
5733
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
5693
5734
|
"mediaStatsMinConversationMos"?: number;
|
|
5694
5735
|
"mediaStatsMinConversationRFactor"?: number;
|
|
5695
5736
|
"originatingDirection"?: string;
|
|
5737
|
+
"selfServed"?: boolean;
|
|
5696
5738
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
5697
5739
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
5698
5740
|
"resolutions"?: Array<Models.AnalyticsResolution>;
|
|
@@ -5742,12 +5784,15 @@ declare namespace Models {
|
|
|
5742
5784
|
export interface AnalyticsConversationWithoutAttributes {
|
|
5743
5785
|
"conversationEnd"?: string;
|
|
5744
5786
|
"conversationId"?: string;
|
|
5787
|
+
"conversationInitiator"?: string;
|
|
5745
5788
|
"conversationStart"?: string;
|
|
5746
5789
|
"divisionIds"?: Array<string>;
|
|
5747
5790
|
"externalTag"?: string;
|
|
5791
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
5748
5792
|
"mediaStatsMinConversationMos"?: number;
|
|
5749
5793
|
"mediaStatsMinConversationRFactor"?: number;
|
|
5750
5794
|
"originatingDirection"?: string;
|
|
5795
|
+
"selfServed"?: boolean;
|
|
5751
5796
|
"evaluations"?: Array<Models.AnalyticsEvaluation>;
|
|
5752
5797
|
"surveys"?: Array<Models.AnalyticsSurvey>;
|
|
5753
5798
|
"resolutions"?: Array<Models.AnalyticsResolution>;
|
|
@@ -5905,6 +5950,7 @@ declare namespace Models {
|
|
|
5905
5950
|
"dnis"?: string;
|
|
5906
5951
|
"edgeId"?: string;
|
|
5907
5952
|
"eligibleAgentCounts"?: Array<number>;
|
|
5953
|
+
"extendedDeliveryStatus"?: string;
|
|
5908
5954
|
"flowInType"?: string;
|
|
5909
5955
|
"flowOutType"?: string;
|
|
5910
5956
|
"journeyActionId"?: string;
|
|
@@ -6102,7 +6148,6 @@ declare namespace Models {
|
|
|
6102
6148
|
}
|
|
6103
6149
|
|
|
6104
6150
|
export interface ArchitectFlowNotificationErrorMessageParams {
|
|
6105
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6106
6151
|
}
|
|
6107
6152
|
|
|
6108
6153
|
export interface ArchitectFlowNotificationFlowNotification {
|
|
@@ -6158,7 +6203,6 @@ declare namespace Models {
|
|
|
6158
6203
|
}
|
|
6159
6204
|
|
|
6160
6205
|
export interface ArchitectFlowOutcomeNotificationErrorMessageParams {
|
|
6161
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6162
6206
|
}
|
|
6163
6207
|
|
|
6164
6208
|
export interface ArchitectFlowOutcomeNotificationFlowOutcomeNotification {
|
|
@@ -6206,7 +6250,6 @@ declare namespace Models {
|
|
|
6206
6250
|
}
|
|
6207
6251
|
|
|
6208
6252
|
export interface ArchitectPromptNotificationErrorMessageParams {
|
|
6209
|
-
"additionalProperties"?: { [key: string]: string; };
|
|
6210
6253
|
}
|
|
6211
6254
|
|
|
6212
6255
|
export interface ArchitectPromptNotificationHomeOrganization {
|
|
@@ -6352,6 +6395,11 @@ declare namespace Models {
|
|
|
6352
6395
|
"isPassed"?: boolean;
|
|
6353
6396
|
}
|
|
6354
6397
|
|
|
6398
|
+
export interface AssignUsers {
|
|
6399
|
+
"membersToAssign": Array<string>;
|
|
6400
|
+
"membersToRemove": Array<string>;
|
|
6401
|
+
}
|
|
6402
|
+
|
|
6355
6403
|
export interface AssignedSegment {
|
|
6356
6404
|
"id"?: string;
|
|
6357
6405
|
"selfUri"?: string;
|
|
@@ -6365,6 +6413,24 @@ declare namespace Models {
|
|
|
6365
6413
|
"endTime"?: string;
|
|
6366
6414
|
}
|
|
6367
6415
|
|
|
6416
|
+
export interface Assignment {
|
|
6417
|
+
"assignedMembers"?: Array<Models.UserReference>;
|
|
6418
|
+
"removedMembers"?: Array<Models.UserReference>;
|
|
6419
|
+
"assignmentErrors"?: Array<Models.AssignmentError>;
|
|
6420
|
+
}
|
|
6421
|
+
|
|
6422
|
+
export interface AssignmentError {
|
|
6423
|
+
"user"?: Models.UserReference;
|
|
6424
|
+
"message"?: string;
|
|
6425
|
+
}
|
|
6426
|
+
|
|
6427
|
+
export interface AssignmentValidation {
|
|
6428
|
+
"membersNotAssigned"?: Array<Models.UserReference>;
|
|
6429
|
+
"membersAlreadyAssigned"?: Array<Models.UserReference>;
|
|
6430
|
+
"membersAlreadyAssignedToOther"?: Array<Models.OtherProfileAssignment>;
|
|
6431
|
+
"invalidMemberAssignments"?: Array<Models.InvalidAssignment>;
|
|
6432
|
+
}
|
|
6433
|
+
|
|
6368
6434
|
export interface AssociatedValueField {
|
|
6369
6435
|
"dataType": string;
|
|
6370
6436
|
"name": string;
|
|
@@ -7009,6 +7075,18 @@ declare namespace Models {
|
|
|
7009
7075
|
"chatBots": Array<Models.BotConnectorBot>;
|
|
7010
7076
|
}
|
|
7011
7077
|
|
|
7078
|
+
export interface BotSearchResponse {
|
|
7079
|
+
"id": string;
|
|
7080
|
+
"name": string;
|
|
7081
|
+
"botType": string;
|
|
7082
|
+
"description"?: string;
|
|
7083
|
+
"selfUri"?: string;
|
|
7084
|
+
}
|
|
7085
|
+
|
|
7086
|
+
export interface BotSearchResponseEntityListing {
|
|
7087
|
+
"entities"?: Array<Models.BotSearchResponse>;
|
|
7088
|
+
}
|
|
7089
|
+
|
|
7012
7090
|
export interface BotSlot {
|
|
7013
7091
|
"name": string;
|
|
7014
7092
|
"type": string;
|
|
@@ -8796,6 +8874,9 @@ declare namespace Models {
|
|
|
8796
8874
|
"conversations"?: Array<Models.ConversationReference>;
|
|
8797
8875
|
"documents"?: Array<Models.DocumentReference>;
|
|
8798
8876
|
"isOverdue"?: boolean;
|
|
8877
|
+
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
8878
|
+
"dateCompleted"?: string;
|
|
8879
|
+
"externalLinks"?: Array<string>;
|
|
8799
8880
|
"selfUri"?: string;
|
|
8800
8881
|
}
|
|
8801
8882
|
|
|
@@ -8970,6 +9051,10 @@ declare namespace Models {
|
|
|
8970
9051
|
"afterCallWorkRequired"?: boolean;
|
|
8971
9052
|
}
|
|
8972
9053
|
|
|
9054
|
+
export interface ColumnStatus {
|
|
9055
|
+
"contactable"?: boolean;
|
|
9056
|
+
}
|
|
9057
|
+
|
|
8973
9058
|
export interface CommandStatus {
|
|
8974
9059
|
"id"?: string;
|
|
8975
9060
|
"name"?: string;
|
|
@@ -9045,6 +9130,7 @@ declare namespace Models {
|
|
|
9045
9130
|
"kpiTotalOff"?: number;
|
|
9046
9131
|
"interactionCountOn"?: number;
|
|
9047
9132
|
"interactionCountOff"?: number;
|
|
9133
|
+
"kpiResults"?: Array<Models.KpiResult>;
|
|
9048
9134
|
"selfUri"?: string;
|
|
9049
9135
|
}
|
|
9050
9136
|
|
|
@@ -9306,10 +9392,14 @@ declare namespace Models {
|
|
|
9306
9392
|
"numeric"?: boolean;
|
|
9307
9393
|
}
|
|
9308
9394
|
|
|
9395
|
+
export interface ContactableStatus {
|
|
9396
|
+
"contactable"?: boolean;
|
|
9397
|
+
"columnStatus"?: { [key: string]: Models.ColumnStatus; };
|
|
9398
|
+
}
|
|
9399
|
+
|
|
9309
9400
|
export interface ContactlistDownloadReadyExportUri {
|
|
9310
9401
|
"uri"?: string;
|
|
9311
9402
|
"exportTimestamp"?: string;
|
|
9312
|
-
"additionalProperties"?: object;
|
|
9313
9403
|
}
|
|
9314
9404
|
|
|
9315
9405
|
export interface ContactlistImportStatusImportStatus {
|
|
@@ -9318,7 +9408,6 @@ declare namespace Models {
|
|
|
9318
9408
|
"completedRecords"?: number;
|
|
9319
9409
|
"percentageComplete"?: number;
|
|
9320
9410
|
"failureReason"?: string;
|
|
9321
|
-
"additionalProperties"?: object;
|
|
9322
9411
|
}
|
|
9323
9412
|
|
|
9324
9413
|
export interface ContentActions {
|
|
@@ -9611,6 +9700,11 @@ declare namespace Models {
|
|
|
9611
9700
|
"range"?: Models.AggregationRange;
|
|
9612
9701
|
}
|
|
9613
9702
|
|
|
9703
|
+
export interface ConversationAppSettings {
|
|
9704
|
+
"showAgentTypingIndicator"?: boolean;
|
|
9705
|
+
"showUserTypingIndicator"?: boolean;
|
|
9706
|
+
}
|
|
9707
|
+
|
|
9614
9708
|
export interface ConversationAssociation {
|
|
9615
9709
|
"externalContactId"?: string;
|
|
9616
9710
|
"conversationId": string;
|
|
@@ -9773,7 +9867,6 @@ declare namespace Models {
|
|
|
9773
9867
|
"tags"?: Array<string>;
|
|
9774
9868
|
"durationSeconds"?: number;
|
|
9775
9869
|
"endTime"?: string;
|
|
9776
|
-
"additionalProperties"?: object;
|
|
9777
9870
|
}
|
|
9778
9871
|
|
|
9779
9872
|
export interface ConversationCallbackEventTopicCallbackConversation {
|
|
@@ -9850,7 +9943,6 @@ declare namespace Models {
|
|
|
9850
9943
|
"contactListId"?: string;
|
|
9851
9944
|
"campaignId"?: string;
|
|
9852
9945
|
"phoneNumberColumns"?: Array<Models.ConversationCallbackEventTopicPhoneNumberColumn>;
|
|
9853
|
-
"additionalProperties"?: object;
|
|
9854
9946
|
}
|
|
9855
9947
|
|
|
9856
9948
|
export interface ConversationCallbackEventTopicErrorBody {
|
|
@@ -9895,7 +9987,6 @@ declare namespace Models {
|
|
|
9895
9987
|
export interface ConversationCallbackEventTopicPhoneNumberColumn {
|
|
9896
9988
|
"columnName"?: string;
|
|
9897
9989
|
"type"?: string;
|
|
9898
|
-
"additionalProperties"?: object;
|
|
9899
9990
|
}
|
|
9900
9991
|
|
|
9901
9992
|
export interface ConversationCallbackEventTopicScoredAgent {
|
|
@@ -9919,7 +10010,6 @@ declare namespace Models {
|
|
|
9919
10010
|
"tags"?: Array<string>;
|
|
9920
10011
|
"durationSeconds"?: number;
|
|
9921
10012
|
"endTime"?: string;
|
|
9922
|
-
"additionalProperties"?: object;
|
|
9923
10013
|
}
|
|
9924
10014
|
|
|
9925
10015
|
export interface ConversationChannel {
|
|
@@ -10066,7 +10156,6 @@ declare namespace Models {
|
|
|
10066
10156
|
"tags"?: Array<string>;
|
|
10067
10157
|
"durationSeconds"?: number;
|
|
10068
10158
|
"endTime"?: string;
|
|
10069
|
-
"additionalProperties"?: object;
|
|
10070
10159
|
}
|
|
10071
10160
|
|
|
10072
10161
|
export interface ConversationCobrowseEventTopicCobrowseConversation {
|
|
@@ -10188,7 +10277,6 @@ declare namespace Models {
|
|
|
10188
10277
|
"tags"?: Array<string>;
|
|
10189
10278
|
"durationSeconds"?: number;
|
|
10190
10279
|
"endTime"?: string;
|
|
10191
|
-
"additionalProperties"?: object;
|
|
10192
10280
|
}
|
|
10193
10281
|
|
|
10194
10282
|
export interface ConversationContentActions {
|
|
@@ -10289,7 +10377,6 @@ declare namespace Models {
|
|
|
10289
10377
|
"contentUri"?: string;
|
|
10290
10378
|
"contentType"?: string;
|
|
10291
10379
|
"contentLength"?: number;
|
|
10292
|
-
"additionalProperties"?: object;
|
|
10293
10380
|
}
|
|
10294
10381
|
|
|
10295
10382
|
export interface ConversationEmailEventTopicConversationRoutingData {
|
|
@@ -10412,7 +10499,6 @@ declare namespace Models {
|
|
|
10412
10499
|
"tags"?: Array<string>;
|
|
10413
10500
|
"durationSeconds"?: number;
|
|
10414
10501
|
"endTime"?: string;
|
|
10415
|
-
"additionalProperties"?: object;
|
|
10416
10502
|
}
|
|
10417
10503
|
|
|
10418
10504
|
export interface ConversationEntityListing {
|
|
@@ -10440,7 +10526,6 @@ declare namespace Models {
|
|
|
10440
10526
|
"addressNormalized"?: string;
|
|
10441
10527
|
"addressRaw"?: string;
|
|
10442
10528
|
"addressDisplayable"?: string;
|
|
10443
|
-
"additionalProperties"?: object;
|
|
10444
10529
|
}
|
|
10445
10530
|
|
|
10446
10531
|
export interface ConversationEventTopicAfterCallWork {
|
|
@@ -10455,7 +10540,6 @@ declare namespace Models {
|
|
|
10455
10540
|
"contentUri"?: string;
|
|
10456
10541
|
"contentType"?: string;
|
|
10457
10542
|
"contentLength"?: number;
|
|
10458
|
-
"additionalProperties"?: object;
|
|
10459
10543
|
}
|
|
10460
10544
|
|
|
10461
10545
|
export interface ConversationEventTopicCall {
|
|
@@ -10485,7 +10569,6 @@ declare namespace Models {
|
|
|
10485
10569
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10486
10570
|
"afterCallWorkRequired"?: boolean;
|
|
10487
10571
|
"agentAssistantId"?: string;
|
|
10488
|
-
"additionalProperties"?: object;
|
|
10489
10572
|
}
|
|
10490
10573
|
|
|
10491
10574
|
export interface ConversationEventTopicCallback {
|
|
@@ -10514,7 +10597,6 @@ declare namespace Models {
|
|
|
10514
10597
|
"afterCallWorkRequired"?: boolean;
|
|
10515
10598
|
"callerId"?: string;
|
|
10516
10599
|
"callerIdName"?: string;
|
|
10517
|
-
"additionalProperties"?: object;
|
|
10518
10600
|
}
|
|
10519
10601
|
|
|
10520
10602
|
export interface ConversationEventTopicChat {
|
|
@@ -10534,7 +10616,6 @@ declare namespace Models {
|
|
|
10534
10616
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10535
10617
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10536
10618
|
"afterCallWorkRequired"?: boolean;
|
|
10537
|
-
"additionalProperties"?: object;
|
|
10538
10619
|
}
|
|
10539
10620
|
|
|
10540
10621
|
export interface ConversationEventTopicCobrowse {
|
|
@@ -10556,7 +10637,6 @@ declare namespace Models {
|
|
|
10556
10637
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10557
10638
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10558
10639
|
"afterCallWorkRequired"?: boolean;
|
|
10559
|
-
"additionalProperties"?: object;
|
|
10560
10640
|
}
|
|
10561
10641
|
|
|
10562
10642
|
export interface ConversationEventTopicConversation {
|
|
@@ -10582,7 +10662,6 @@ declare namespace Models {
|
|
|
10582
10662
|
"contactListId"?: string;
|
|
10583
10663
|
"campaignId"?: string;
|
|
10584
10664
|
"phoneNumberColumns"?: Array<Models.ConversationEventTopicPhoneNumberColumn>;
|
|
10585
|
-
"additionalProperties"?: object;
|
|
10586
10665
|
}
|
|
10587
10666
|
|
|
10588
10667
|
export interface ConversationEventTopicDisconnectReason {
|
|
@@ -10613,7 +10692,6 @@ declare namespace Models {
|
|
|
10613
10692
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10614
10693
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10615
10694
|
"afterCallWorkRequired"?: boolean;
|
|
10616
|
-
"additionalProperties"?: object;
|
|
10617
10695
|
}
|
|
10618
10696
|
|
|
10619
10697
|
export interface ConversationEventTopicErrorDetails {
|
|
@@ -10624,7 +10702,6 @@ declare namespace Models {
|
|
|
10624
10702
|
"messageParams"?: { [key: string]: string; };
|
|
10625
10703
|
"contextId"?: string;
|
|
10626
10704
|
"uri"?: string;
|
|
10627
|
-
"additionalProperties"?: object;
|
|
10628
10705
|
}
|
|
10629
10706
|
|
|
10630
10707
|
export interface ConversationEventTopicFaxStatus {
|
|
@@ -10688,7 +10765,6 @@ declare namespace Models {
|
|
|
10688
10765
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10689
10766
|
"afterCallWorkRequired"?: boolean;
|
|
10690
10767
|
"agentAssistantId"?: string;
|
|
10691
|
-
"additionalProperties"?: object;
|
|
10692
10768
|
}
|
|
10693
10769
|
|
|
10694
10770
|
export interface ConversationEventTopicMessageDetails {
|
|
@@ -10750,13 +10826,11 @@ declare namespace Models {
|
|
|
10750
10826
|
"screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
|
|
10751
10827
|
"socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
|
|
10752
10828
|
"videos"?: Array<Models.ConversationEventTopicVideo>;
|
|
10753
|
-
"additionalProperties"?: object;
|
|
10754
10829
|
}
|
|
10755
10830
|
|
|
10756
10831
|
export interface ConversationEventTopicPhoneNumberColumn {
|
|
10757
10832
|
"columnName"?: string;
|
|
10758
10833
|
"type"?: string;
|
|
10759
|
-
"additionalProperties"?: object;
|
|
10760
10834
|
}
|
|
10761
10835
|
|
|
10762
10836
|
export interface ConversationEventTopicScoredAgent {
|
|
@@ -10779,7 +10853,6 @@ declare namespace Models {
|
|
|
10779
10853
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10780
10854
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10781
10855
|
"afterCallWorkRequired"?: boolean;
|
|
10782
|
-
"additionalProperties"?: object;
|
|
10783
10856
|
}
|
|
10784
10857
|
|
|
10785
10858
|
export interface ConversationEventTopicSocialExpression {
|
|
@@ -10801,7 +10874,6 @@ declare namespace Models {
|
|
|
10801
10874
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10802
10875
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10803
10876
|
"afterCallWorkRequired"?: boolean;
|
|
10804
|
-
"additionalProperties"?: object;
|
|
10805
10877
|
}
|
|
10806
10878
|
|
|
10807
10879
|
export interface ConversationEventTopicUriReference {
|
|
@@ -10827,7 +10899,6 @@ declare namespace Models {
|
|
|
10827
10899
|
"wrapup"?: Models.ConversationEventTopicWrapup;
|
|
10828
10900
|
"afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
|
|
10829
10901
|
"afterCallWorkRequired"?: boolean;
|
|
10830
|
-
"additionalProperties"?: object;
|
|
10831
10902
|
}
|
|
10832
10903
|
|
|
10833
10904
|
export interface ConversationEventTopicVoicemail {
|
|
@@ -10841,7 +10912,6 @@ declare namespace Models {
|
|
|
10841
10912
|
"tags"?: Array<string>;
|
|
10842
10913
|
"durationSeconds"?: number;
|
|
10843
10914
|
"endTime"?: string;
|
|
10844
|
-
"additionalProperties"?: object;
|
|
10845
10915
|
}
|
|
10846
10916
|
|
|
10847
10917
|
export interface ConversationMessageContent {
|
|
@@ -11000,7 +11070,6 @@ declare namespace Models {
|
|
|
11000
11070
|
"tags"?: Array<string>;
|
|
11001
11071
|
"durationSeconds"?: number;
|
|
11002
11072
|
"endTime"?: string;
|
|
11003
|
-
"additionalProperties"?: object;
|
|
11004
11073
|
}
|
|
11005
11074
|
|
|
11006
11075
|
export interface ConversationMessagingChannel {
|
|
@@ -11042,6 +11111,7 @@ declare namespace Models {
|
|
|
11042
11111
|
"sentimentScore"?: number;
|
|
11043
11112
|
"sentimentTrend"?: number;
|
|
11044
11113
|
"sentimentTrendClass"?: string;
|
|
11114
|
+
"participantMetrics"?: Models.ParticipantMetrics;
|
|
11045
11115
|
}
|
|
11046
11116
|
|
|
11047
11117
|
export interface ConversationNormalizedMessage {
|
|
@@ -11242,7 +11312,6 @@ declare namespace Models {
|
|
|
11242
11312
|
"tags"?: Array<string>;
|
|
11243
11313
|
"durationSeconds"?: number;
|
|
11244
11314
|
"endTime"?: string;
|
|
11245
|
-
"additionalProperties"?: object;
|
|
11246
11315
|
}
|
|
11247
11316
|
|
|
11248
11317
|
export interface ConversationSocialExpressionEventTopicConversationRoutingData {
|
|
@@ -11363,7 +11432,6 @@ declare namespace Models {
|
|
|
11363
11432
|
"tags"?: Array<string>;
|
|
11364
11433
|
"durationSeconds"?: number;
|
|
11365
11434
|
"endTime"?: string;
|
|
11366
|
-
"additionalProperties"?: object;
|
|
11367
11435
|
}
|
|
11368
11436
|
|
|
11369
11437
|
export interface ConversationTagsUpdate {
|
|
@@ -11511,7 +11579,6 @@ declare namespace Models {
|
|
|
11511
11579
|
"tags"?: Array<string>;
|
|
11512
11580
|
"durationSeconds"?: number;
|
|
11513
11581
|
"endTime"?: string;
|
|
11514
|
-
"additionalProperties"?: object;
|
|
11515
11582
|
}
|
|
11516
11583
|
|
|
11517
11584
|
export interface CopyAttachmentsRequest {
|
|
@@ -11672,8 +11739,10 @@ declare namespace Models {
|
|
|
11672
11739
|
"lengthInMinutes": number;
|
|
11673
11740
|
"facilitatorId"?: string;
|
|
11674
11741
|
"attendeeIds": Array<string>;
|
|
11675
|
-
"conversationIds"
|
|
11676
|
-
"documentIds"
|
|
11742
|
+
"conversationIds"?: Array<string>;
|
|
11743
|
+
"documentIds"?: Array<string>;
|
|
11744
|
+
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
11745
|
+
"externalLinks"?: Array<string>;
|
|
11677
11746
|
}
|
|
11678
11747
|
|
|
11679
11748
|
export interface CreateEmailRequest {
|
|
@@ -11719,6 +11788,24 @@ declare namespace Models {
|
|
|
11719
11788
|
"shiftTrading"?: Models.ShiftTradeSettings;
|
|
11720
11789
|
}
|
|
11721
11790
|
|
|
11791
|
+
export interface CreateMetric {
|
|
11792
|
+
"metricDefinitionId"?: string;
|
|
11793
|
+
"externalMetricDefinitionId"?: string;
|
|
11794
|
+
"objective"?: Models.CreateObjective;
|
|
11795
|
+
"performanceProfileId"?: string;
|
|
11796
|
+
"name": string;
|
|
11797
|
+
}
|
|
11798
|
+
|
|
11799
|
+
export interface CreateObjective {
|
|
11800
|
+
"id"?: string;
|
|
11801
|
+
"templateId"?: string;
|
|
11802
|
+
"zones"?: Array<Models.ObjectiveZone>;
|
|
11803
|
+
"enabled"?: boolean;
|
|
11804
|
+
"topicIds"?: Array<string>;
|
|
11805
|
+
"topicIdsFilterType"?: string;
|
|
11806
|
+
"dateStart"?: string;
|
|
11807
|
+
}
|
|
11808
|
+
|
|
11722
11809
|
export interface CreateOutboundMessagingConversationRequest {
|
|
11723
11810
|
"queueId": string;
|
|
11724
11811
|
"toAddress": string;
|
|
@@ -11776,6 +11863,7 @@ declare namespace Models {
|
|
|
11776
11863
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
11777
11864
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
11778
11865
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
11866
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
11779
11867
|
"autoAnswerOnly"?: boolean;
|
|
11780
11868
|
"enableTranscription"?: boolean;
|
|
11781
11869
|
"enableManualAssignment"?: boolean;
|
|
@@ -12423,6 +12511,8 @@ declare namespace Models {
|
|
|
12423
12511
|
"templateId"?: string;
|
|
12424
12512
|
"zones"?: Array<Models.ObjectiveZone>;
|
|
12425
12513
|
"enabled"?: boolean;
|
|
12514
|
+
"topics"?: Array<Models.AddressableEntityRef>;
|
|
12515
|
+
"topicIdsFilterType"?: string;
|
|
12426
12516
|
}
|
|
12427
12517
|
|
|
12428
12518
|
export interface DeletableUserReference {
|
|
@@ -12637,24 +12727,22 @@ declare namespace Models {
|
|
|
12637
12727
|
}
|
|
12638
12728
|
|
|
12639
12729
|
export interface DialerAttemptLimitsConfigChangeAttemptLimits {
|
|
12640
|
-
"id"?: string;
|
|
12641
|
-
"name"?: string;
|
|
12642
|
-
"dateCreated"?: string;
|
|
12643
|
-
"dateModified"?: string;
|
|
12644
|
-
"version"?: number;
|
|
12645
12730
|
"maxAttemptsPerContact"?: number;
|
|
12646
12731
|
"maxAttemptsPerNumber"?: number;
|
|
12647
12732
|
"timeZoneId"?: string;
|
|
12648
12733
|
"resetPeriod"?: string;
|
|
12649
12734
|
"recallEntries"?: { [key: string]: Models.DialerAttemptLimitsConfigChangeRecallEntry; };
|
|
12650
12735
|
"breadthFirstRecalls"?: boolean;
|
|
12651
|
-
"
|
|
12736
|
+
"id"?: string;
|
|
12737
|
+
"name"?: string;
|
|
12738
|
+
"dateCreated"?: string;
|
|
12739
|
+
"dateModified"?: string;
|
|
12740
|
+
"version"?: number;
|
|
12652
12741
|
}
|
|
12653
12742
|
|
|
12654
12743
|
export interface DialerAttemptLimitsConfigChangeRecallEntry {
|
|
12655
12744
|
"nbrAttempts"?: number;
|
|
12656
12745
|
"minutesBetweenAttempts"?: number;
|
|
12657
|
-
"additionalProperties"?: object;
|
|
12658
12746
|
}
|
|
12659
12747
|
|
|
12660
12748
|
export interface DialerAuditRequest {
|
|
@@ -12667,32 +12755,24 @@ declare namespace Models {
|
|
|
12667
12755
|
export interface DialerCallabletimesetConfigChangeCallableTime {
|
|
12668
12756
|
"timeSlots"?: Array<Models.DialerCallabletimesetConfigChangeTimeSlot>;
|
|
12669
12757
|
"timeZoneId"?: string;
|
|
12670
|
-
"additionalProperties"?: object;
|
|
12671
12758
|
}
|
|
12672
12759
|
|
|
12673
12760
|
export interface DialerCallabletimesetConfigChangeCallableTimeSet {
|
|
12761
|
+
"callableTimes"?: Array<Models.DialerCallabletimesetConfigChangeCallableTime>;
|
|
12674
12762
|
"id"?: string;
|
|
12675
12763
|
"name"?: string;
|
|
12676
12764
|
"dateCreated"?: string;
|
|
12677
12765
|
"dateModified"?: string;
|
|
12678
12766
|
"version"?: number;
|
|
12679
|
-
"callableTimes"?: Array<Models.DialerCallabletimesetConfigChangeCallableTime>;
|
|
12680
|
-
"additionalProperties"?: object;
|
|
12681
12767
|
}
|
|
12682
12768
|
|
|
12683
12769
|
export interface DialerCallabletimesetConfigChangeTimeSlot {
|
|
12684
12770
|
"startTime"?: string;
|
|
12685
12771
|
"stopTime"?: string;
|
|
12686
12772
|
"day"?: number;
|
|
12687
|
-
"additionalProperties"?: object;
|
|
12688
12773
|
}
|
|
12689
12774
|
|
|
12690
12775
|
export interface DialerCampaignConfigChangeCampaign {
|
|
12691
|
-
"id"?: string;
|
|
12692
|
-
"name"?: string;
|
|
12693
|
-
"dateCreated"?: string;
|
|
12694
|
-
"dateModified"?: string;
|
|
12695
|
-
"version"?: number;
|
|
12696
12776
|
"contactList"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12697
12777
|
"queue"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12698
12778
|
"dialingMode"?: string;
|
|
@@ -12721,26 +12801,27 @@ declare namespace Models {
|
|
|
12721
12801
|
"contactListFilters"?: Array<Models.DialerCampaignConfigChangeUriReference>;
|
|
12722
12802
|
"division"?: Models.DialerCampaignConfigChangeUriReference;
|
|
12723
12803
|
"agentOwnedColumn"?: string;
|
|
12724
|
-
"
|
|
12804
|
+
"id"?: string;
|
|
12805
|
+
"name"?: string;
|
|
12806
|
+
"dateCreated"?: string;
|
|
12807
|
+
"dateModified"?: string;
|
|
12808
|
+
"version"?: number;
|
|
12725
12809
|
}
|
|
12726
12810
|
|
|
12727
12811
|
export interface DialerCampaignConfigChangeContactSort {
|
|
12728
12812
|
"fieldName"?: string;
|
|
12729
12813
|
"direction"?: string;
|
|
12730
12814
|
"numeric"?: boolean;
|
|
12731
|
-
"additionalProperties"?: object;
|
|
12732
12815
|
}
|
|
12733
12816
|
|
|
12734
12817
|
export interface DialerCampaignConfigChangePhoneColumn {
|
|
12735
12818
|
"columnName"?: string;
|
|
12736
12819
|
"type"?: string;
|
|
12737
|
-
"additionalProperties"?: object;
|
|
12738
12820
|
}
|
|
12739
12821
|
|
|
12740
12822
|
export interface DialerCampaignConfigChangeRestErrorDetail {
|
|
12741
12823
|
"error"?: string;
|
|
12742
12824
|
"details"?: string;
|
|
12743
|
-
"additionalProperties"?: object;
|
|
12744
12825
|
}
|
|
12745
12826
|
|
|
12746
12827
|
export interface DialerCampaignConfigChangeUriReference {
|
|
@@ -12754,7 +12835,6 @@ declare namespace Models {
|
|
|
12754
12835
|
"numberOfContactsMessaged"?: number;
|
|
12755
12836
|
"totalNumberOfContacts"?: number;
|
|
12756
12837
|
"percentage"?: number;
|
|
12757
|
-
"additionalProperties"?: object;
|
|
12758
12838
|
}
|
|
12759
12839
|
|
|
12760
12840
|
export interface DialerCampaignProgressEventUriReference {
|
|
@@ -12763,17 +12843,16 @@ declare namespace Models {
|
|
|
12763
12843
|
}
|
|
12764
12844
|
|
|
12765
12845
|
export interface DialerCampaignRuleConfigChangeCampaignRule {
|
|
12766
|
-
"id"?: string;
|
|
12767
|
-
"name"?: string;
|
|
12768
|
-
"dateCreated"?: string;
|
|
12769
|
-
"dateModified"?: string;
|
|
12770
|
-
"version"?: number;
|
|
12771
12846
|
"campaignRuleEntities"?: Models.DialerCampaignRuleConfigChangeCampaignRuleEntities;
|
|
12772
12847
|
"campaignRuleConditions"?: Array<Models.DialerCampaignRuleConfigChangeCampaignRuleCondition>;
|
|
12773
12848
|
"campaignRuleActions"?: Array<Models.DialerCampaignRuleConfigChangeCampaignRuleAction>;
|
|
12774
12849
|
"matchAnyConditions"?: boolean;
|
|
12775
12850
|
"enabled"?: boolean;
|
|
12776
|
-
"
|
|
12851
|
+
"id"?: string;
|
|
12852
|
+
"name"?: string;
|
|
12853
|
+
"dateCreated"?: string;
|
|
12854
|
+
"dateModified"?: string;
|
|
12855
|
+
"version"?: number;
|
|
12777
12856
|
}
|
|
12778
12857
|
|
|
12779
12858
|
export interface DialerCampaignRuleConfigChangeCampaignRuleAction {
|
|
@@ -12781,21 +12860,18 @@ declare namespace Models {
|
|
|
12781
12860
|
"parameters"?: { [key: string]: string; };
|
|
12782
12861
|
"actionType"?: string;
|
|
12783
12862
|
"campaignRuleActionEntities"?: Models.DialerCampaignRuleConfigChangeCampaignRuleActionEntities;
|
|
12784
|
-
"additionalProperties"?: object;
|
|
12785
12863
|
}
|
|
12786
12864
|
|
|
12787
12865
|
export interface DialerCampaignRuleConfigChangeCampaignRuleActionEntities {
|
|
12866
|
+
"useTriggeringEntity"?: boolean;
|
|
12788
12867
|
"campaigns"?: Array<Models.DialerCampaignRuleConfigChangeUriReference>;
|
|
12789
12868
|
"sequences"?: Array<Models.DialerCampaignRuleConfigChangeUriReference>;
|
|
12790
|
-
"useTriggeringEntity"?: boolean;
|
|
12791
|
-
"additionalProperties"?: object;
|
|
12792
12869
|
}
|
|
12793
12870
|
|
|
12794
12871
|
export interface DialerCampaignRuleConfigChangeCampaignRuleCondition {
|
|
12795
12872
|
"id"?: string;
|
|
12796
12873
|
"parameters"?: { [key: string]: string; };
|
|
12797
12874
|
"conditionType"?: string;
|
|
12798
|
-
"additionalProperties"?: object;
|
|
12799
12875
|
}
|
|
12800
12876
|
|
|
12801
12877
|
export interface DialerCampaignRuleConfigChangeCampaignRuleEntities {
|
|
@@ -12809,21 +12885,19 @@ declare namespace Models {
|
|
|
12809
12885
|
}
|
|
12810
12886
|
|
|
12811
12887
|
export interface DialerCampaignScheduleConfigChangeCampaignSchedule {
|
|
12888
|
+
"intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
|
|
12889
|
+
"timeZone"?: string;
|
|
12890
|
+
"campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
|
|
12812
12891
|
"id"?: string;
|
|
12813
12892
|
"name"?: string;
|
|
12814
12893
|
"dateCreated"?: string;
|
|
12815
12894
|
"dateModified"?: string;
|
|
12816
12895
|
"version"?: number;
|
|
12817
|
-
"intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
|
|
12818
|
-
"timeZone"?: string;
|
|
12819
|
-
"campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
|
|
12820
|
-
"additionalProperties"?: object;
|
|
12821
12896
|
}
|
|
12822
12897
|
|
|
12823
12898
|
export interface DialerCampaignScheduleConfigChangeScheduleInterval {
|
|
12824
12899
|
"start"?: string;
|
|
12825
12900
|
"end"?: string;
|
|
12826
|
-
"additionalProperties"?: object;
|
|
12827
12901
|
}
|
|
12828
12902
|
|
|
12829
12903
|
export interface DialerCampaignScheduleConfigChangeUriReference {
|
|
@@ -12851,11 +12925,6 @@ declare namespace Models {
|
|
|
12851
12925
|
}
|
|
12852
12926
|
|
|
12853
12927
|
export interface DialerContactlistConfigChangeContactList {
|
|
12854
|
-
"id"?: string;
|
|
12855
|
-
"name"?: string;
|
|
12856
|
-
"dateCreated"?: string;
|
|
12857
|
-
"dateModified"?: string;
|
|
12858
|
-
"version"?: number;
|
|
12859
12928
|
"columnNames"?: Array<string>;
|
|
12860
12929
|
"phoneColumns"?: Array<Models.DialerContactlistConfigChangeContactPhoneNumberColumn>;
|
|
12861
12930
|
"emailColumns"?: Array<Models.DialerContactlistConfigChangeEmailColumn>;
|
|
@@ -12867,20 +12936,22 @@ declare namespace Models {
|
|
|
12867
12936
|
"automaticTimeZoneMapping"?: boolean;
|
|
12868
12937
|
"zipCodeColumnName"?: string;
|
|
12869
12938
|
"division"?: Models.DialerContactlistConfigChangeUriReference;
|
|
12870
|
-
"
|
|
12939
|
+
"id"?: string;
|
|
12940
|
+
"name"?: string;
|
|
12941
|
+
"dateCreated"?: string;
|
|
12942
|
+
"dateModified"?: string;
|
|
12943
|
+
"version"?: number;
|
|
12871
12944
|
}
|
|
12872
12945
|
|
|
12873
12946
|
export interface DialerContactlistConfigChangeContactPhoneNumberColumn {
|
|
12874
12947
|
"columnName"?: string;
|
|
12875
12948
|
"type"?: string;
|
|
12876
12949
|
"callableTimeColumn"?: string;
|
|
12877
|
-
"additionalProperties"?: object;
|
|
12878
12950
|
}
|
|
12879
12951
|
|
|
12880
12952
|
export interface DialerContactlistConfigChangeEmailColumn {
|
|
12881
12953
|
"columnName"?: string;
|
|
12882
12954
|
"type"?: string;
|
|
12883
|
-
"additionalProperties"?: object;
|
|
12884
12955
|
}
|
|
12885
12956
|
|
|
12886
12957
|
export interface DialerContactlistConfigChangeImportStatus {
|
|
@@ -12889,7 +12960,6 @@ declare namespace Models {
|
|
|
12889
12960
|
"completedRecords"?: number;
|
|
12890
12961
|
"percentageComplete"?: number;
|
|
12891
12962
|
"failureReason"?: string;
|
|
12892
|
-
"additionalProperties"?: object;
|
|
12893
12963
|
}
|
|
12894
12964
|
|
|
12895
12965
|
export interface DialerContactlistConfigChangeUriReference {
|
|
@@ -12898,22 +12968,20 @@ declare namespace Models {
|
|
|
12898
12968
|
}
|
|
12899
12969
|
|
|
12900
12970
|
export interface DialerContactlistfilterConfigChangeContactListFilter {
|
|
12971
|
+
"contactList"?: Models.DialerContactlistfilterConfigChangeUriReference;
|
|
12972
|
+
"contactListColumns"?: Array<string>;
|
|
12973
|
+
"clauses"?: Array<Models.DialerContactlistfilterConfigChangeFilterClause>;
|
|
12974
|
+
"filterType"?: string;
|
|
12901
12975
|
"id"?: string;
|
|
12902
12976
|
"name"?: string;
|
|
12903
12977
|
"dateCreated"?: string;
|
|
12904
12978
|
"dateModified"?: string;
|
|
12905
12979
|
"version"?: number;
|
|
12906
|
-
"contactList"?: Models.DialerContactlistfilterConfigChangeUriReference;
|
|
12907
|
-
"contactListColumns"?: Array<string>;
|
|
12908
|
-
"clauses"?: Array<Models.DialerContactlistfilterConfigChangeFilterClause>;
|
|
12909
|
-
"filterType"?: string;
|
|
12910
|
-
"additionalProperties"?: object;
|
|
12911
12980
|
}
|
|
12912
12981
|
|
|
12913
12982
|
export interface DialerContactlistfilterConfigChangeFilterClause {
|
|
12914
12983
|
"filterType"?: string;
|
|
12915
12984
|
"predicates"?: Array<Models.DialerContactlistfilterConfigChangeFilterPredicate>;
|
|
12916
|
-
"additionalProperties"?: object;
|
|
12917
12985
|
}
|
|
12918
12986
|
|
|
12919
12987
|
export interface DialerContactlistfilterConfigChangeFilterPredicate {
|
|
@@ -12923,7 +12991,6 @@ declare namespace Models {
|
|
|
12923
12991
|
"value"?: string;
|
|
12924
12992
|
"range"?: Models.DialerContactlistfilterConfigChangeRange;
|
|
12925
12993
|
"inverted"?: boolean;
|
|
12926
|
-
"additionalProperties"?: object;
|
|
12927
12994
|
}
|
|
12928
12995
|
|
|
12929
12996
|
export interface DialerContactlistfilterConfigChangeRange {
|
|
@@ -12932,7 +12999,6 @@ declare namespace Models {
|
|
|
12932
12999
|
"minInclusive"?: boolean;
|
|
12933
13000
|
"maxInclusive"?: boolean;
|
|
12934
13001
|
"inSet"?: Array<string>;
|
|
12935
|
-
"additionalProperties"?: object;
|
|
12936
13002
|
}
|
|
12937
13003
|
|
|
12938
13004
|
export interface DialerContactlistfilterConfigChangeUriReference {
|
|
@@ -12941,11 +13007,6 @@ declare namespace Models {
|
|
|
12941
13007
|
}
|
|
12942
13008
|
|
|
12943
13009
|
export interface DialerDnclistConfigChangeDncList {
|
|
12944
|
-
"id"?: string;
|
|
12945
|
-
"name"?: string;
|
|
12946
|
-
"dateCreated"?: string;
|
|
12947
|
-
"dateModified"?: string;
|
|
12948
|
-
"version"?: number;
|
|
12949
13010
|
"importStatus"?: Models.DialerDnclistConfigChangeImportStatus;
|
|
12950
13011
|
"size"?: number;
|
|
12951
13012
|
"dncSourceType"?: string;
|
|
@@ -12954,7 +13015,11 @@ declare namespace Models {
|
|
|
12954
13015
|
"licenseId"?: string;
|
|
12955
13016
|
"contactMethod"?: string;
|
|
12956
13017
|
"division"?: Models.DialerDnclistConfigChangeUriReference;
|
|
12957
|
-
"
|
|
13018
|
+
"id"?: string;
|
|
13019
|
+
"name"?: string;
|
|
13020
|
+
"dateCreated"?: string;
|
|
13021
|
+
"dateModified"?: string;
|
|
13022
|
+
"version"?: number;
|
|
12958
13023
|
}
|
|
12959
13024
|
|
|
12960
13025
|
export interface DialerDnclistConfigChangeImportStatus {
|
|
@@ -12963,7 +13028,6 @@ declare namespace Models {
|
|
|
12963
13028
|
"completedRecords"?: number;
|
|
12964
13029
|
"percentageComplete"?: number;
|
|
12965
13030
|
"failureReason"?: string;
|
|
12966
|
-
"additionalProperties"?: object;
|
|
12967
13031
|
}
|
|
12968
13032
|
|
|
12969
13033
|
export interface DialerDnclistConfigChangeUriReference {
|
|
@@ -12990,9 +13054,9 @@ declare namespace Models {
|
|
|
12990
13054
|
}
|
|
12991
13055
|
|
|
12992
13056
|
export interface DialerOutboundSettingsConfigChangeAtzmTimeSlotWithTimeZone {
|
|
13057
|
+
"timeZoneId"?: string;
|
|
12993
13058
|
"earliestCallableTime"?: string;
|
|
12994
13059
|
"latestCallableTime"?: string;
|
|
12995
|
-
"timeZoneId"?: string;
|
|
12996
13060
|
}
|
|
12997
13061
|
|
|
12998
13062
|
export interface DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings {
|
|
@@ -13005,16 +13069,16 @@ declare namespace Models {
|
|
|
13005
13069
|
}
|
|
13006
13070
|
|
|
13007
13071
|
export interface DialerOutboundSettingsConfigChangeOutboundSettings {
|
|
13008
|
-
"id"?: string;
|
|
13009
|
-
"name"?: string;
|
|
13010
|
-
"dateCreated"?: string;
|
|
13011
|
-
"dateModified"?: string;
|
|
13012
|
-
"version"?: number;
|
|
13013
13072
|
"maxCallsPerAgent"?: number;
|
|
13014
13073
|
"maxLineUtilization"?: number;
|
|
13015
13074
|
"abandonSeconds"?: number;
|
|
13016
13075
|
"complianceAbandonRateDenominator"?: string;
|
|
13017
13076
|
"automaticTimeZoneMapping"?: Models.DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings;
|
|
13077
|
+
"id"?: string;
|
|
13078
|
+
"name"?: string;
|
|
13079
|
+
"dateCreated"?: string;
|
|
13080
|
+
"dateModified"?: string;
|
|
13081
|
+
"version"?: number;
|
|
13018
13082
|
}
|
|
13019
13083
|
|
|
13020
13084
|
export interface DialerPreview {
|
|
@@ -13029,18 +13093,16 @@ declare namespace Models {
|
|
|
13029
13093
|
"data"?: string;
|
|
13030
13094
|
"name"?: string;
|
|
13031
13095
|
"reactionType"?: string;
|
|
13032
|
-
"additionalProperties"?: object;
|
|
13033
13096
|
}
|
|
13034
13097
|
|
|
13035
13098
|
export interface DialerResponsesetConfigChangeResponseSet {
|
|
13099
|
+
"responses"?: { [key: string]: Models.DialerResponsesetConfigChangeReaction; };
|
|
13100
|
+
"beepDetectionEnabled"?: boolean;
|
|
13036
13101
|
"id"?: string;
|
|
13037
13102
|
"name"?: string;
|
|
13038
13103
|
"dateCreated"?: string;
|
|
13039
13104
|
"dateModified"?: string;
|
|
13040
13105
|
"version"?: number;
|
|
13041
|
-
"responses"?: { [key: string]: Models.DialerResponsesetConfigChangeReaction; };
|
|
13042
|
-
"beepDetectionEnabled"?: boolean;
|
|
13043
|
-
"additionalProperties"?: object;
|
|
13044
13106
|
}
|
|
13045
13107
|
|
|
13046
13108
|
export interface DialerRule {
|
|
@@ -13057,10 +13119,10 @@ declare namespace Models {
|
|
|
13057
13119
|
"actionTypeName"?: string;
|
|
13058
13120
|
"updateOption"?: string;
|
|
13059
13121
|
"properties"?: { [key: string]: string; };
|
|
13060
|
-
"additionalProperties"?: object;
|
|
13061
13122
|
}
|
|
13062
13123
|
|
|
13063
13124
|
export interface DialerRulesetConfigChangeCondition {
|
|
13125
|
+
"dataAction"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13064
13126
|
"type"?: string;
|
|
13065
13127
|
"inverted"?: boolean;
|
|
13066
13128
|
"attributeName"?: string;
|
|
@@ -13076,14 +13138,11 @@ declare namespace Models {
|
|
|
13076
13138
|
"agentWrapupField"?: string;
|
|
13077
13139
|
"contactColumnToDataActionFieldMappings"?: Array<Models.DialerRulesetConfigChangeContactColumnToDataActionFieldMapping>;
|
|
13078
13140
|
"predicates"?: Array<Models.DialerRulesetConfigChangeDataActionConditionPredicate>;
|
|
13079
|
-
"dataAction"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13080
|
-
"additionalProperties"?: object;
|
|
13081
13141
|
}
|
|
13082
13142
|
|
|
13083
13143
|
export interface DialerRulesetConfigChangeContactColumnToDataActionFieldMapping {
|
|
13084
13144
|
"contactColumnName"?: string;
|
|
13085
13145
|
"dataActionField"?: string;
|
|
13086
|
-
"additionalProperties"?: object;
|
|
13087
13146
|
}
|
|
13088
13147
|
|
|
13089
13148
|
export interface DialerRulesetConfigChangeDataActionConditionPredicate {
|
|
@@ -13092,29 +13151,26 @@ declare namespace Models {
|
|
|
13092
13151
|
"comparisonValue"?: string;
|
|
13093
13152
|
"outputFieldMissingResolution"?: boolean;
|
|
13094
13153
|
"inverted"?: boolean;
|
|
13095
|
-
"additionalProperties"?: object;
|
|
13096
13154
|
}
|
|
13097
13155
|
|
|
13098
13156
|
export interface DialerRulesetConfigChangeRule {
|
|
13157
|
+
"conditions"?: Array<Models.DialerRulesetConfigChangeCondition>;
|
|
13099
13158
|
"id"?: string;
|
|
13100
13159
|
"name"?: string;
|
|
13101
13160
|
"order"?: number;
|
|
13102
13161
|
"category"?: string;
|
|
13103
13162
|
"actions"?: Array<Models.DialerRulesetConfigChangeAction>;
|
|
13104
|
-
"conditions"?: Array<Models.DialerRulesetConfigChangeCondition>;
|
|
13105
|
-
"additionalProperties"?: object;
|
|
13106
13163
|
}
|
|
13107
13164
|
|
|
13108
13165
|
export interface DialerRulesetConfigChangeRuleSet {
|
|
13166
|
+
"contactList"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13167
|
+
"queue"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13168
|
+
"rules"?: Array<Models.DialerRulesetConfigChangeRule>;
|
|
13109
13169
|
"id"?: string;
|
|
13110
13170
|
"name"?: string;
|
|
13111
13171
|
"dateCreated"?: string;
|
|
13112
13172
|
"dateModified"?: string;
|
|
13113
13173
|
"version"?: number;
|
|
13114
|
-
"contactList"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13115
|
-
"queue"?: Models.DialerRulesetConfigChangeUriReference;
|
|
13116
|
-
"rules"?: Array<Models.DialerRulesetConfigChangeRule>;
|
|
13117
|
-
"additionalProperties"?: object;
|
|
13118
13174
|
}
|
|
13119
13175
|
|
|
13120
13176
|
export interface DialerRulesetConfigChangeUriReference {
|
|
@@ -13123,17 +13179,16 @@ declare namespace Models {
|
|
|
13123
13179
|
}
|
|
13124
13180
|
|
|
13125
13181
|
export interface DialerSequenceConfigChangeCampaignSequence {
|
|
13126
|
-
"id"?: string;
|
|
13127
|
-
"name"?: string;
|
|
13128
|
-
"dateCreated"?: string;
|
|
13129
|
-
"dateModified"?: string;
|
|
13130
|
-
"version"?: number;
|
|
13131
13182
|
"campaigns"?: Array<Models.DialerSequenceConfigChangeUriReference>;
|
|
13132
13183
|
"currentCampaign"?: number;
|
|
13133
13184
|
"status"?: string;
|
|
13134
13185
|
"stopMessage"?: string;
|
|
13135
13186
|
"repeat"?: boolean;
|
|
13136
|
-
"
|
|
13187
|
+
"id"?: string;
|
|
13188
|
+
"name"?: string;
|
|
13189
|
+
"dateCreated"?: string;
|
|
13190
|
+
"dateModified"?: string;
|
|
13191
|
+
"version"?: number;
|
|
13137
13192
|
}
|
|
13138
13193
|
|
|
13139
13194
|
export interface DialerSequenceConfigChangeUriReference {
|
|
@@ -13144,19 +13199,17 @@ declare namespace Models {
|
|
|
13144
13199
|
export interface DialerSequenceScheduleConfigChangeScheduleInterval {
|
|
13145
13200
|
"start"?: string;
|
|
13146
13201
|
"end"?: string;
|
|
13147
|
-
"additionalProperties"?: object;
|
|
13148
13202
|
}
|
|
13149
13203
|
|
|
13150
13204
|
export interface DialerSequenceScheduleConfigChangeSequenceSchedule {
|
|
13205
|
+
"intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
|
|
13206
|
+
"timeZone"?: string;
|
|
13207
|
+
"sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
|
|
13151
13208
|
"id"?: string;
|
|
13152
13209
|
"name"?: string;
|
|
13153
13210
|
"dateCreated"?: string;
|
|
13154
13211
|
"dateModified"?: string;
|
|
13155
13212
|
"version"?: number;
|
|
13156
|
-
"intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
|
|
13157
|
-
"timeZone"?: string;
|
|
13158
|
-
"sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
|
|
13159
|
-
"additionalProperties"?: object;
|
|
13160
13213
|
}
|
|
13161
13214
|
|
|
13162
13215
|
export interface DialerSequenceScheduleConfigChangeUriReference {
|
|
@@ -13353,7 +13406,6 @@ declare namespace Models {
|
|
|
13353
13406
|
export interface DnclistDownloadReadyExportUri {
|
|
13354
13407
|
"uri"?: string;
|
|
13355
13408
|
"exportTimestamp"?: string;
|
|
13356
|
-
"additionalProperties"?: object;
|
|
13357
13409
|
}
|
|
13358
13410
|
|
|
13359
13411
|
export interface DnclistImportStatusImportStatus {
|
|
@@ -13362,7 +13414,6 @@ declare namespace Models {
|
|
|
13362
13414
|
"completedRecords"?: number;
|
|
13363
13415
|
"percentageComplete"?: number;
|
|
13364
13416
|
"failureReason"?: string;
|
|
13365
|
-
"additionalProperties"?: object;
|
|
13366
13417
|
}
|
|
13367
13418
|
|
|
13368
13419
|
export interface Document {
|
|
@@ -13935,16 +13986,27 @@ declare namespace Models {
|
|
|
13935
13986
|
|
|
13936
13987
|
export interface DraftRequest {
|
|
13937
13988
|
"intents"?: Array<Models.DraftIntents>;
|
|
13938
|
-
"topic"?: Array<Models.DraftTopics>;
|
|
13939
13989
|
}
|
|
13940
13990
|
|
|
13941
|
-
export interface
|
|
13991
|
+
export interface DraftTopicRequest {
|
|
13942
13992
|
"id": string;
|
|
13943
13993
|
"name": string;
|
|
13944
13994
|
"phrases": Array<string>;
|
|
13945
13995
|
"selfUri"?: string;
|
|
13946
13996
|
}
|
|
13947
13997
|
|
|
13998
|
+
export interface DraftTopics {
|
|
13999
|
+
"id": string;
|
|
14000
|
+
"name"?: string;
|
|
14001
|
+
"miner"?: Models.Miner;
|
|
14002
|
+
"conversationCount"?: number;
|
|
14003
|
+
"conversationPercent"?: number;
|
|
14004
|
+
"utteranceCount"?: number;
|
|
14005
|
+
"phraseCount"?: number;
|
|
14006
|
+
"phrases": Array<string>;
|
|
14007
|
+
"selfUri"?: string;
|
|
14008
|
+
}
|
|
14009
|
+
|
|
13948
14010
|
export interface DraftValidationResult {
|
|
13949
14011
|
"valid"?: boolean;
|
|
13950
14012
|
"errors"?: Array<Models.ErrorBody>;
|
|
@@ -14070,6 +14132,11 @@ declare namespace Models {
|
|
|
14070
14132
|
"pageCount"?: number;
|
|
14071
14133
|
}
|
|
14072
14134
|
|
|
14135
|
+
export interface EdgeIdNamePair {
|
|
14136
|
+
"id"?: string;
|
|
14137
|
+
"name"?: string;
|
|
14138
|
+
}
|
|
14139
|
+
|
|
14073
14140
|
export interface EdgeInterface {
|
|
14074
14141
|
"type"?: string;
|
|
14075
14142
|
"ipAddress"?: string;
|
|
@@ -14998,6 +15065,10 @@ declare namespace Models {
|
|
|
14998
15065
|
"threshold"?: number;
|
|
14999
15066
|
}
|
|
15000
15067
|
|
|
15068
|
+
export interface ExpiredEdgeListing {
|
|
15069
|
+
"entities"?: Array<Models.EdgeIdNamePair>;
|
|
15070
|
+
}
|
|
15071
|
+
|
|
15001
15072
|
export interface ExportScriptRequest {
|
|
15002
15073
|
"fileName"?: string;
|
|
15003
15074
|
"versionId"?: string;
|
|
@@ -15279,7 +15350,7 @@ declare namespace Models {
|
|
|
15279
15350
|
"errorCode"?: string;
|
|
15280
15351
|
}
|
|
15281
15352
|
|
|
15282
|
-
export interface
|
|
15353
|
+
export interface FailedRecordingEntityListing {
|
|
15283
15354
|
"entities"?: Array<Models.RecordingJobFailedRecording>;
|
|
15284
15355
|
"pageSize"?: number;
|
|
15285
15356
|
"pageNumber"?: number;
|
|
@@ -15536,8 +15607,10 @@ declare namespace Models {
|
|
|
15536
15607
|
"name": string;
|
|
15537
15608
|
"division"?: Models.WritableDivision;
|
|
15538
15609
|
"type"?: string;
|
|
15610
|
+
"description"?: string;
|
|
15539
15611
|
"inputSchema"?: Models.JsonSchemaDocument;
|
|
15540
15612
|
"outputSchema"?: Models.JsonSchemaDocument;
|
|
15613
|
+
"supportedLanguages"?: Array<Models.SupportedLanguage>;
|
|
15541
15614
|
"publishedVersion"?: Models.FlowVersion;
|
|
15542
15615
|
"debugVersion"?: Models.FlowVersion;
|
|
15543
15616
|
"selfUri"?: string;
|
|
@@ -16447,10 +16520,10 @@ declare namespace Models {
|
|
|
16447
16520
|
"system"?: boolean;
|
|
16448
16521
|
"started"?: string;
|
|
16449
16522
|
"completed"?: string;
|
|
16450
|
-
"entities"?: Array<Models.HistoryEntry>;
|
|
16451
16523
|
"pageSize"?: number;
|
|
16452
|
-
"total"?: number;
|
|
16453
16524
|
"pageNumber"?: number;
|
|
16525
|
+
"total"?: number;
|
|
16526
|
+
"entities"?: Array<Models.HistoryEntry>;
|
|
16454
16527
|
"pageCount"?: number;
|
|
16455
16528
|
}
|
|
16456
16529
|
|
|
@@ -16897,6 +16970,11 @@ declare namespace Models {
|
|
|
16897
16970
|
"intervalLengthMinutes"?: number;
|
|
16898
16971
|
}
|
|
16899
16972
|
|
|
16973
|
+
export interface InvalidAssignment {
|
|
16974
|
+
"user"?: Models.UserReference;
|
|
16975
|
+
"message"?: string;
|
|
16976
|
+
}
|
|
16977
|
+
|
|
16900
16978
|
export interface IpAddressAuthentication {
|
|
16901
16979
|
"networkWhitelist"?: Array<string>;
|
|
16902
16980
|
}
|
|
@@ -17123,8 +17201,8 @@ declare namespace Models {
|
|
|
17123
17201
|
"createdDate"?: string;
|
|
17124
17202
|
"customerId"?: string;
|
|
17125
17203
|
"customerIdType"?: string;
|
|
17126
|
-
"eventType"?: string;
|
|
17127
17204
|
"session"?: Models.JourneyOutcomeEventsNotificationSession;
|
|
17205
|
+
"eventType"?: string;
|
|
17128
17206
|
"outcomeAchievedEvent"?: Models.JourneyOutcomeEventsNotificationOutcomeAchievedMessage;
|
|
17129
17207
|
"outcomeAttributionEventMessage"?: Models.JourneyOutcomeEventsNotificationOutcomeAttributionMessage;
|
|
17130
17208
|
}
|
|
@@ -17330,8 +17408,8 @@ declare namespace Models {
|
|
|
17330
17408
|
"createdDate"?: string;
|
|
17331
17409
|
"customerId"?: string;
|
|
17332
17410
|
"customerIdType"?: string;
|
|
17333
|
-
"eventType"?: string;
|
|
17334
17411
|
"session"?: Models.JourneyWebActionEventsNotificationSession;
|
|
17412
|
+
"eventType"?: string;
|
|
17335
17413
|
"webActionEvent"?: Models.JourneyWebActionEventsNotificationWebActionMessage;
|
|
17336
17414
|
"blockedWebActionOfferEvent"?: Models.JourneyWebActionEventsNotificationBlockedWebActionOfferMessage;
|
|
17337
17415
|
}
|
|
@@ -17503,8 +17581,8 @@ declare namespace Models {
|
|
|
17503
17581
|
"createdDate"?: string;
|
|
17504
17582
|
"customerId"?: string;
|
|
17505
17583
|
"customerIdType"?: string;
|
|
17506
|
-
"eventType"?: string;
|
|
17507
17584
|
"session"?: Models.JourneyWebEventsNotificationSession;
|
|
17585
|
+
"eventType"?: string;
|
|
17508
17586
|
"webEvent"?: Models.JourneyWebEventsNotificationWebMessage;
|
|
17509
17587
|
"webActionEvent"?: Models.JourneyWebEventsNotificationWebActionMessage;
|
|
17510
17588
|
"outcomeAchievedEvent"?: Models.JourneyWebEventsNotificationOutcomeAchievedMessage;
|
|
@@ -17670,6 +17748,11 @@ declare namespace Models {
|
|
|
17670
17748
|
"displayName"?: string;
|
|
17671
17749
|
}
|
|
17672
17750
|
|
|
17751
|
+
export interface Knowledge {
|
|
17752
|
+
"enabled"?: boolean;
|
|
17753
|
+
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
17754
|
+
}
|
|
17755
|
+
|
|
17673
17756
|
export interface KnowledgeBase {
|
|
17674
17757
|
"id"?: string;
|
|
17675
17758
|
"name"?: string;
|
|
@@ -17817,6 +17900,14 @@ declare namespace Models {
|
|
|
17817
17900
|
"selfUri"?: string;
|
|
17818
17901
|
}
|
|
17819
17902
|
|
|
17903
|
+
export interface KpiResult {
|
|
17904
|
+
"kpiTotalOn"?: number;
|
|
17905
|
+
"kpiTotalOff"?: number;
|
|
17906
|
+
"interactionCountOn"?: number;
|
|
17907
|
+
"interactionCountOff"?: number;
|
|
17908
|
+
"mediaType"?: string;
|
|
17909
|
+
}
|
|
17910
|
+
|
|
17820
17911
|
export interface Language {
|
|
17821
17912
|
"id"?: string;
|
|
17822
17913
|
"name": string;
|
|
@@ -18446,6 +18537,10 @@ declare namespace Models {
|
|
|
18446
18537
|
"values"?: Array<string>;
|
|
18447
18538
|
}
|
|
18448
18539
|
|
|
18540
|
+
export interface ListWrapperSecondaryPresence {
|
|
18541
|
+
"values"?: Array<Models.SecondaryPresence>;
|
|
18542
|
+
}
|
|
18543
|
+
|
|
18449
18544
|
export interface ListWrapperShiftStartVariance {
|
|
18450
18545
|
"values"?: Array<Models.ShiftStartVariance>;
|
|
18451
18546
|
}
|
|
@@ -18816,6 +18911,11 @@ declare namespace Models {
|
|
|
18816
18911
|
"includeNonAcd"?: boolean;
|
|
18817
18912
|
}
|
|
18818
18913
|
|
|
18914
|
+
export interface Member {
|
|
18915
|
+
"id": string;
|
|
18916
|
+
"selfUri"?: string;
|
|
18917
|
+
}
|
|
18918
|
+
|
|
18819
18919
|
export interface MemberEntity {
|
|
18820
18920
|
"id"?: string;
|
|
18821
18921
|
}
|
|
@@ -18823,12 +18923,16 @@ declare namespace Models {
|
|
|
18823
18923
|
export interface MemberGroup {
|
|
18824
18924
|
"id"?: string;
|
|
18825
18925
|
"name"?: string;
|
|
18826
|
-
"division"?: Models.
|
|
18926
|
+
"division"?: Models.WritableDivision;
|
|
18827
18927
|
"type"?: string;
|
|
18828
18928
|
"memberCount"?: number;
|
|
18829
18929
|
"selfUri"?: string;
|
|
18830
18930
|
}
|
|
18831
18931
|
|
|
18932
|
+
export interface MemberListing {
|
|
18933
|
+
"entities"?: Array<Models.Member>;
|
|
18934
|
+
}
|
|
18935
|
+
|
|
18832
18936
|
export interface MergeOperation {
|
|
18833
18937
|
"sourceContact"?: Models.AddressableEntityRef;
|
|
18834
18938
|
"targetContact"?: Models.AddressableEntityRef;
|
|
@@ -19161,11 +19265,24 @@ declare namespace Models {
|
|
|
19161
19265
|
"parameters"?: Array<Models.TemplateParameter>;
|
|
19162
19266
|
}
|
|
19163
19267
|
|
|
19268
|
+
export interface MessengerApps {
|
|
19269
|
+
"conversations"?: Models.ConversationAppSettings;
|
|
19270
|
+
"knowledge"?: Models.Knowledge;
|
|
19271
|
+
}
|
|
19272
|
+
|
|
19273
|
+
export interface MessengerPositionSettings {
|
|
19274
|
+
"alignment"?: string;
|
|
19275
|
+
"sideSpace"?: number;
|
|
19276
|
+
"bottomSpace"?: number;
|
|
19277
|
+
}
|
|
19278
|
+
|
|
19164
19279
|
export interface MessengerSettings {
|
|
19165
19280
|
"enabled"?: boolean;
|
|
19166
19281
|
"styles"?: Models.MessengerStyles;
|
|
19167
19282
|
"launcherButton"?: Models.LauncherButtonSettings;
|
|
19168
19283
|
"fileUpload"?: Models.FileUploadSettings;
|
|
19284
|
+
"apps"?: Models.MessengerApps;
|
|
19285
|
+
"position"?: Models.MessengerPositionSettings;
|
|
19169
19286
|
}
|
|
19170
19287
|
|
|
19171
19288
|
export interface MessengerStyles {
|
|
@@ -19522,6 +19639,7 @@ declare namespace Models {
|
|
|
19522
19639
|
"domain"?: Models.AddressableEntityRef;
|
|
19523
19640
|
"version"?: Models.NluDomainVersion;
|
|
19524
19641
|
"intents"?: Array<Models.Intent>;
|
|
19642
|
+
"engineVersion"?: string;
|
|
19525
19643
|
}
|
|
19526
19644
|
|
|
19527
19645
|
export interface NluQualityReportSummary {
|
|
@@ -19751,6 +19869,8 @@ declare namespace Models {
|
|
|
19751
19869
|
"templateId"?: string;
|
|
19752
19870
|
"zones"?: Array<Models.ObjectiveZone>;
|
|
19753
19871
|
"enabled"?: boolean;
|
|
19872
|
+
"topics"?: Array<Models.AddressableEntityRef>;
|
|
19873
|
+
"topicIdsFilterType"?: string;
|
|
19754
19874
|
"dateStart"?: string;
|
|
19755
19875
|
}
|
|
19756
19876
|
|
|
@@ -20116,9 +20236,17 @@ declare namespace Models {
|
|
|
20116
20236
|
export interface OrphanUpdateRequest {
|
|
20117
20237
|
"archiveDate"?: string;
|
|
20118
20238
|
"deleteDate"?: string;
|
|
20239
|
+
"exportDate"?: string;
|
|
20240
|
+
"integrationId"?: string;
|
|
20119
20241
|
"conversationId"?: string;
|
|
20120
20242
|
}
|
|
20121
20243
|
|
|
20244
|
+
export interface OtherProfileAssignment {
|
|
20245
|
+
"id"?: string;
|
|
20246
|
+
"currentProfile"?: Models.DomainEntityRef;
|
|
20247
|
+
"selfUri"?: string;
|
|
20248
|
+
}
|
|
20249
|
+
|
|
20122
20250
|
export interface OutOfOffice {
|
|
20123
20251
|
"id"?: string;
|
|
20124
20252
|
"name"?: string;
|
|
@@ -20166,7 +20294,6 @@ declare namespace Models {
|
|
|
20166
20294
|
"fieldName"?: string;
|
|
20167
20295
|
"direction"?: string;
|
|
20168
20296
|
"numeric"?: boolean;
|
|
20169
|
-
"additionalProperties"?: object;
|
|
20170
20297
|
}
|
|
20171
20298
|
|
|
20172
20299
|
export interface OutboundMessagingMessagingCampaignConfigChangeEmailConfig {
|
|
@@ -20188,12 +20315,6 @@ declare namespace Models {
|
|
|
20188
20315
|
}
|
|
20189
20316
|
|
|
20190
20317
|
export interface OutboundMessagingMessagingCampaignConfigChangeMessagingCampaign {
|
|
20191
|
-
"id"?: string;
|
|
20192
|
-
"division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20193
|
-
"name"?: string;
|
|
20194
|
-
"dateCreated"?: string;
|
|
20195
|
-
"dateModified"?: string;
|
|
20196
|
-
"version"?: number;
|
|
20197
20318
|
"campaignStatus"?: string;
|
|
20198
20319
|
"callableTimeSet"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20199
20320
|
"contactList"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
@@ -20205,6 +20326,12 @@ declare namespace Models {
|
|
|
20205
20326
|
"smsConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeSmsConfig;
|
|
20206
20327
|
"emailConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeEmailConfig;
|
|
20207
20328
|
"errors"?: Array<Models.OutboundMessagingMessagingCampaignConfigChangeErrorDetail>;
|
|
20329
|
+
"id"?: string;
|
|
20330
|
+
"division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
|
|
20331
|
+
"name"?: string;
|
|
20332
|
+
"dateCreated"?: string;
|
|
20333
|
+
"dateModified"?: string;
|
|
20334
|
+
"version"?: number;
|
|
20208
20335
|
}
|
|
20209
20336
|
|
|
20210
20337
|
export interface OutboundMessagingMessagingCampaignConfigChangeReplyToEmailAddress {
|
|
@@ -20238,7 +20365,6 @@ declare namespace Models {
|
|
|
20238
20365
|
"numberOfContactsMessaged"?: number;
|
|
20239
20366
|
"totalNumberOfContacts"?: number;
|
|
20240
20367
|
"percentage"?: number;
|
|
20241
|
-
"additionalProperties"?: object;
|
|
20242
20368
|
}
|
|
20243
20369
|
|
|
20244
20370
|
export interface OutboundMessagingMessagingCampaignProgressEventUriReference {
|
|
@@ -20530,6 +20656,14 @@ declare namespace Models {
|
|
|
20530
20656
|
}
|
|
20531
20657
|
|
|
20532
20658
|
export interface ParticipantMetrics {
|
|
20659
|
+
"agentDurationPercentage"?: number;
|
|
20660
|
+
"customerDurationPercentage"?: number;
|
|
20661
|
+
"silenceDurationPercentage"?: number;
|
|
20662
|
+
"ivrDurationPercentage"?: number;
|
|
20663
|
+
"acdDurationPercentage"?: number;
|
|
20664
|
+
"overtalkDurationPercentage"?: number;
|
|
20665
|
+
"otherDurationPercentage"?: number;
|
|
20666
|
+
"overtalkCount"?: number;
|
|
20533
20667
|
}
|
|
20534
20668
|
|
|
20535
20669
|
export interface PatchAction {
|
|
@@ -21160,6 +21294,9 @@ declare namespace Models {
|
|
|
21160
21294
|
"estimatedWaitTimeSeconds": number;
|
|
21161
21295
|
}
|
|
21162
21296
|
|
|
21297
|
+
export interface PredictiveRouting {
|
|
21298
|
+
}
|
|
21299
|
+
|
|
21163
21300
|
export interface Predictor {
|
|
21164
21301
|
"id"?: string;
|
|
21165
21302
|
"queues": Array<Models.AddressableEntityRef>;
|
|
@@ -21592,6 +21729,7 @@ declare namespace Models {
|
|
|
21592
21729
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
21593
21730
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
21594
21731
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
21732
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
21595
21733
|
"autoAnswerOnly"?: boolean;
|
|
21596
21734
|
"enableTranscription"?: boolean;
|
|
21597
21735
|
"enableManualAssignment"?: boolean;
|
|
@@ -21742,7 +21880,6 @@ declare namespace Models {
|
|
|
21742
21880
|
"tags"?: Array<string>;
|
|
21743
21881
|
"durationSeconds"?: number;
|
|
21744
21882
|
"endTime"?: string;
|
|
21745
|
-
"additionalProperties"?: object;
|
|
21746
21883
|
}
|
|
21747
21884
|
|
|
21748
21885
|
export interface QueueConversationCallbackEventTopicCallbackConversation {
|
|
@@ -21819,7 +21956,6 @@ declare namespace Models {
|
|
|
21819
21956
|
"contactListId"?: string;
|
|
21820
21957
|
"campaignId"?: string;
|
|
21821
21958
|
"phoneNumberColumns"?: Array<Models.QueueConversationCallbackEventTopicPhoneNumberColumn>;
|
|
21822
|
-
"additionalProperties"?: object;
|
|
21823
21959
|
}
|
|
21824
21960
|
|
|
21825
21961
|
export interface QueueConversationCallbackEventTopicErrorBody {
|
|
@@ -21864,7 +22000,6 @@ declare namespace Models {
|
|
|
21864
22000
|
export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
|
|
21865
22001
|
"columnName"?: string;
|
|
21866
22002
|
"type"?: string;
|
|
21867
|
-
"additionalProperties"?: object;
|
|
21868
22003
|
}
|
|
21869
22004
|
|
|
21870
22005
|
export interface QueueConversationCallbackEventTopicScoredAgent {
|
|
@@ -21888,7 +22023,6 @@ declare namespace Models {
|
|
|
21888
22023
|
"tags"?: Array<string>;
|
|
21889
22024
|
"durationSeconds"?: number;
|
|
21890
22025
|
"endTime"?: string;
|
|
21891
|
-
"additionalProperties"?: object;
|
|
21892
22026
|
}
|
|
21893
22027
|
|
|
21894
22028
|
export interface QueueConversationChatEventTopicChatConversation {
|
|
@@ -22007,7 +22141,6 @@ declare namespace Models {
|
|
|
22007
22141
|
"tags"?: Array<string>;
|
|
22008
22142
|
"durationSeconds"?: number;
|
|
22009
22143
|
"endTime"?: string;
|
|
22010
|
-
"additionalProperties"?: object;
|
|
22011
22144
|
}
|
|
22012
22145
|
|
|
22013
22146
|
export interface QueueConversationCobrowseEventTopicCobrowseConversation {
|
|
@@ -22129,7 +22262,6 @@ declare namespace Models {
|
|
|
22129
22262
|
"tags"?: Array<string>;
|
|
22130
22263
|
"durationSeconds"?: number;
|
|
22131
22264
|
"endTime"?: string;
|
|
22132
|
-
"additionalProperties"?: object;
|
|
22133
22265
|
}
|
|
22134
22266
|
|
|
22135
22267
|
export interface QueueConversationEmailEventTopicAttachment {
|
|
@@ -22138,7 +22270,6 @@ declare namespace Models {
|
|
|
22138
22270
|
"contentUri"?: string;
|
|
22139
22271
|
"contentType"?: string;
|
|
22140
22272
|
"contentLength"?: number;
|
|
22141
|
-
"additionalProperties"?: object;
|
|
22142
22273
|
}
|
|
22143
22274
|
|
|
22144
22275
|
export interface QueueConversationEmailEventTopicConversationRoutingData {
|
|
@@ -22261,7 +22392,6 @@ declare namespace Models {
|
|
|
22261
22392
|
"tags"?: Array<string>;
|
|
22262
22393
|
"durationSeconds"?: number;
|
|
22263
22394
|
"endTime"?: string;
|
|
22264
|
-
"additionalProperties"?: object;
|
|
22265
22395
|
}
|
|
22266
22396
|
|
|
22267
22397
|
export interface QueueConversationEventTopicAddress {
|
|
@@ -22270,7 +22400,6 @@ declare namespace Models {
|
|
|
22270
22400
|
"addressNormalized"?: string;
|
|
22271
22401
|
"addressRaw"?: string;
|
|
22272
22402
|
"addressDisplayable"?: string;
|
|
22273
|
-
"additionalProperties"?: object;
|
|
22274
22403
|
}
|
|
22275
22404
|
|
|
22276
22405
|
export interface QueueConversationEventTopicAfterCallWork {
|
|
@@ -22285,7 +22414,6 @@ declare namespace Models {
|
|
|
22285
22414
|
"contentUri"?: string;
|
|
22286
22415
|
"contentType"?: string;
|
|
22287
22416
|
"contentLength"?: number;
|
|
22288
|
-
"additionalProperties"?: object;
|
|
22289
22417
|
}
|
|
22290
22418
|
|
|
22291
22419
|
export interface QueueConversationEventTopicCall {
|
|
@@ -22315,7 +22443,6 @@ declare namespace Models {
|
|
|
22315
22443
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22316
22444
|
"afterCallWorkRequired"?: boolean;
|
|
22317
22445
|
"agentAssistantId"?: string;
|
|
22318
|
-
"additionalProperties"?: object;
|
|
22319
22446
|
}
|
|
22320
22447
|
|
|
22321
22448
|
export interface QueueConversationEventTopicCallback {
|
|
@@ -22344,7 +22471,6 @@ declare namespace Models {
|
|
|
22344
22471
|
"afterCallWorkRequired"?: boolean;
|
|
22345
22472
|
"callerId"?: string;
|
|
22346
22473
|
"callerIdName"?: string;
|
|
22347
|
-
"additionalProperties"?: object;
|
|
22348
22474
|
}
|
|
22349
22475
|
|
|
22350
22476
|
export interface QueueConversationEventTopicChat {
|
|
@@ -22364,7 +22490,6 @@ declare namespace Models {
|
|
|
22364
22490
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22365
22491
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22366
22492
|
"afterCallWorkRequired"?: boolean;
|
|
22367
|
-
"additionalProperties"?: object;
|
|
22368
22493
|
}
|
|
22369
22494
|
|
|
22370
22495
|
export interface QueueConversationEventTopicCobrowse {
|
|
@@ -22386,7 +22511,6 @@ declare namespace Models {
|
|
|
22386
22511
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22387
22512
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22388
22513
|
"afterCallWorkRequired"?: boolean;
|
|
22389
|
-
"additionalProperties"?: object;
|
|
22390
22514
|
}
|
|
22391
22515
|
|
|
22392
22516
|
export interface QueueConversationEventTopicConversation {
|
|
@@ -22412,7 +22536,6 @@ declare namespace Models {
|
|
|
22412
22536
|
"contactListId"?: string;
|
|
22413
22537
|
"campaignId"?: string;
|
|
22414
22538
|
"phoneNumberColumns"?: Array<Models.QueueConversationEventTopicPhoneNumberColumn>;
|
|
22415
|
-
"additionalProperties"?: object;
|
|
22416
22539
|
}
|
|
22417
22540
|
|
|
22418
22541
|
export interface QueueConversationEventTopicDisconnectReason {
|
|
@@ -22443,7 +22566,6 @@ declare namespace Models {
|
|
|
22443
22566
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22444
22567
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22445
22568
|
"afterCallWorkRequired"?: boolean;
|
|
22446
|
-
"additionalProperties"?: object;
|
|
22447
22569
|
}
|
|
22448
22570
|
|
|
22449
22571
|
export interface QueueConversationEventTopicErrorDetails {
|
|
@@ -22454,7 +22576,6 @@ declare namespace Models {
|
|
|
22454
22576
|
"messageParams"?: { [key: string]: string; };
|
|
22455
22577
|
"contextId"?: string;
|
|
22456
22578
|
"uri"?: string;
|
|
22457
|
-
"additionalProperties"?: object;
|
|
22458
22579
|
}
|
|
22459
22580
|
|
|
22460
22581
|
export interface QueueConversationEventTopicFaxStatus {
|
|
@@ -22518,7 +22639,6 @@ declare namespace Models {
|
|
|
22518
22639
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22519
22640
|
"afterCallWorkRequired"?: boolean;
|
|
22520
22641
|
"agentAssistantId"?: string;
|
|
22521
|
-
"additionalProperties"?: object;
|
|
22522
22642
|
}
|
|
22523
22643
|
|
|
22524
22644
|
export interface QueueConversationEventTopicMessageDetails {
|
|
@@ -22580,13 +22700,11 @@ declare namespace Models {
|
|
|
22580
22700
|
"screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
|
|
22581
22701
|
"socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
|
|
22582
22702
|
"videos"?: Array<Models.QueueConversationEventTopicVideo>;
|
|
22583
|
-
"additionalProperties"?: object;
|
|
22584
22703
|
}
|
|
22585
22704
|
|
|
22586
22705
|
export interface QueueConversationEventTopicPhoneNumberColumn {
|
|
22587
22706
|
"columnName"?: string;
|
|
22588
22707
|
"type"?: string;
|
|
22589
|
-
"additionalProperties"?: object;
|
|
22590
22708
|
}
|
|
22591
22709
|
|
|
22592
22710
|
export interface QueueConversationEventTopicScoredAgent {
|
|
@@ -22609,7 +22727,6 @@ declare namespace Models {
|
|
|
22609
22727
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22610
22728
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22611
22729
|
"afterCallWorkRequired"?: boolean;
|
|
22612
|
-
"additionalProperties"?: object;
|
|
22613
22730
|
}
|
|
22614
22731
|
|
|
22615
22732
|
export interface QueueConversationEventTopicSocialExpression {
|
|
@@ -22631,7 +22748,6 @@ declare namespace Models {
|
|
|
22631
22748
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22632
22749
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22633
22750
|
"afterCallWorkRequired"?: boolean;
|
|
22634
|
-
"additionalProperties"?: object;
|
|
22635
22751
|
}
|
|
22636
22752
|
|
|
22637
22753
|
export interface QueueConversationEventTopicUriReference {
|
|
@@ -22657,7 +22773,6 @@ declare namespace Models {
|
|
|
22657
22773
|
"wrapup"?: Models.QueueConversationEventTopicWrapup;
|
|
22658
22774
|
"afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
|
|
22659
22775
|
"afterCallWorkRequired"?: boolean;
|
|
22660
|
-
"additionalProperties"?: object;
|
|
22661
22776
|
}
|
|
22662
22777
|
|
|
22663
22778
|
export interface QueueConversationEventTopicVoicemail {
|
|
@@ -22671,7 +22786,6 @@ declare namespace Models {
|
|
|
22671
22786
|
"tags"?: Array<string>;
|
|
22672
22787
|
"durationSeconds"?: number;
|
|
22673
22788
|
"endTime"?: string;
|
|
22674
|
-
"additionalProperties"?: object;
|
|
22675
22789
|
}
|
|
22676
22790
|
|
|
22677
22791
|
export interface QueueConversationMessageEventTopicConversationRoutingData {
|
|
@@ -22814,7 +22928,6 @@ declare namespace Models {
|
|
|
22814
22928
|
"tags"?: Array<string>;
|
|
22815
22929
|
"durationSeconds"?: number;
|
|
22816
22930
|
"endTime"?: string;
|
|
22817
|
-
"additionalProperties"?: object;
|
|
22818
22931
|
}
|
|
22819
22932
|
|
|
22820
22933
|
export interface QueueConversationScreenShareEventTopicConversationRoutingData {
|
|
@@ -22934,7 +23047,6 @@ declare namespace Models {
|
|
|
22934
23047
|
"tags"?: Array<string>;
|
|
22935
23048
|
"durationSeconds"?: number;
|
|
22936
23049
|
"endTime"?: string;
|
|
22937
|
-
"additionalProperties"?: object;
|
|
22938
23050
|
}
|
|
22939
23051
|
|
|
22940
23052
|
export interface QueueConversationSocialExpressionEventTopicAddress {
|
|
@@ -22943,7 +23055,6 @@ declare namespace Models {
|
|
|
22943
23055
|
"addressNormalized"?: string;
|
|
22944
23056
|
"addressRaw"?: string;
|
|
22945
23057
|
"addressDisplayable"?: string;
|
|
22946
|
-
"additionalProperties"?: object;
|
|
22947
23058
|
}
|
|
22948
23059
|
|
|
22949
23060
|
export interface QueueConversationSocialExpressionEventTopicAfterCallWork {
|
|
@@ -22958,7 +23069,6 @@ declare namespace Models {
|
|
|
22958
23069
|
"contentUri"?: string;
|
|
22959
23070
|
"contentType"?: string;
|
|
22960
23071
|
"contentLength"?: number;
|
|
22961
|
-
"additionalProperties"?: object;
|
|
22962
23072
|
}
|
|
22963
23073
|
|
|
22964
23074
|
export interface QueueConversationSocialExpressionEventTopicCall {
|
|
@@ -22988,7 +23098,6 @@ declare namespace Models {
|
|
|
22988
23098
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
22989
23099
|
"afterCallWorkRequired"?: boolean;
|
|
22990
23100
|
"agentAssistantId"?: string;
|
|
22991
|
-
"additionalProperties"?: object;
|
|
22992
23101
|
}
|
|
22993
23102
|
|
|
22994
23103
|
export interface QueueConversationSocialExpressionEventTopicCallback {
|
|
@@ -23017,7 +23126,6 @@ declare namespace Models {
|
|
|
23017
23126
|
"afterCallWorkRequired"?: boolean;
|
|
23018
23127
|
"callerId"?: string;
|
|
23019
23128
|
"callerIdName"?: string;
|
|
23020
|
-
"additionalProperties"?: object;
|
|
23021
23129
|
}
|
|
23022
23130
|
|
|
23023
23131
|
export interface QueueConversationSocialExpressionEventTopicChat {
|
|
@@ -23037,7 +23145,6 @@ declare namespace Models {
|
|
|
23037
23145
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23038
23146
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23039
23147
|
"afterCallWorkRequired"?: boolean;
|
|
23040
|
-
"additionalProperties"?: object;
|
|
23041
23148
|
}
|
|
23042
23149
|
|
|
23043
23150
|
export interface QueueConversationSocialExpressionEventTopicCobrowse {
|
|
@@ -23059,7 +23166,6 @@ declare namespace Models {
|
|
|
23059
23166
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23060
23167
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23061
23168
|
"afterCallWorkRequired"?: boolean;
|
|
23062
|
-
"additionalProperties"?: object;
|
|
23063
23169
|
}
|
|
23064
23170
|
|
|
23065
23171
|
export interface QueueConversationSocialExpressionEventTopicConversation {
|
|
@@ -23085,7 +23191,6 @@ declare namespace Models {
|
|
|
23085
23191
|
"contactListId"?: string;
|
|
23086
23192
|
"campaignId"?: string;
|
|
23087
23193
|
"phoneNumberColumns"?: Array<Models.QueueConversationSocialExpressionEventTopicPhoneNumberColumn>;
|
|
23088
|
-
"additionalProperties"?: object;
|
|
23089
23194
|
}
|
|
23090
23195
|
|
|
23091
23196
|
export interface QueueConversationSocialExpressionEventTopicDisconnectReason {
|
|
@@ -23116,7 +23221,6 @@ declare namespace Models {
|
|
|
23116
23221
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23117
23222
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23118
23223
|
"afterCallWorkRequired"?: boolean;
|
|
23119
|
-
"additionalProperties"?: object;
|
|
23120
23224
|
}
|
|
23121
23225
|
|
|
23122
23226
|
export interface QueueConversationSocialExpressionEventTopicErrorDetails {
|
|
@@ -23127,7 +23231,6 @@ declare namespace Models {
|
|
|
23127
23231
|
"messageParams"?: { [key: string]: string; };
|
|
23128
23232
|
"contextId"?: string;
|
|
23129
23233
|
"uri"?: string;
|
|
23130
|
-
"additionalProperties"?: object;
|
|
23131
23234
|
}
|
|
23132
23235
|
|
|
23133
23236
|
export interface QueueConversationSocialExpressionEventTopicFaxStatus {
|
|
@@ -23191,7 +23294,6 @@ declare namespace Models {
|
|
|
23191
23294
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23192
23295
|
"afterCallWorkRequired"?: boolean;
|
|
23193
23296
|
"agentAssistantId"?: string;
|
|
23194
|
-
"additionalProperties"?: object;
|
|
23195
23297
|
}
|
|
23196
23298
|
|
|
23197
23299
|
export interface QueueConversationSocialExpressionEventTopicMessageDetails {
|
|
@@ -23253,13 +23355,11 @@ declare namespace Models {
|
|
|
23253
23355
|
"screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
|
|
23254
23356
|
"socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
|
|
23255
23357
|
"videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
|
|
23256
|
-
"additionalProperties"?: object;
|
|
23257
23358
|
}
|
|
23258
23359
|
|
|
23259
23360
|
export interface QueueConversationSocialExpressionEventTopicPhoneNumberColumn {
|
|
23260
23361
|
"columnName"?: string;
|
|
23261
23362
|
"type"?: string;
|
|
23262
|
-
"additionalProperties"?: object;
|
|
23263
23363
|
}
|
|
23264
23364
|
|
|
23265
23365
|
export interface QueueConversationSocialExpressionEventTopicScoredAgent {
|
|
@@ -23282,7 +23382,6 @@ declare namespace Models {
|
|
|
23282
23382
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23283
23383
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23284
23384
|
"afterCallWorkRequired"?: boolean;
|
|
23285
|
-
"additionalProperties"?: object;
|
|
23286
23385
|
}
|
|
23287
23386
|
|
|
23288
23387
|
export interface QueueConversationSocialExpressionEventTopicSocialExpression {
|
|
@@ -23304,7 +23403,6 @@ declare namespace Models {
|
|
|
23304
23403
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23305
23404
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23306
23405
|
"afterCallWorkRequired"?: boolean;
|
|
23307
|
-
"additionalProperties"?: object;
|
|
23308
23406
|
}
|
|
23309
23407
|
|
|
23310
23408
|
export interface QueueConversationSocialExpressionEventTopicUriReference {
|
|
@@ -23330,7 +23428,6 @@ declare namespace Models {
|
|
|
23330
23428
|
"wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
|
|
23331
23429
|
"afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
|
|
23332
23430
|
"afterCallWorkRequired"?: boolean;
|
|
23333
|
-
"additionalProperties"?: object;
|
|
23334
23431
|
}
|
|
23335
23432
|
|
|
23336
23433
|
export interface QueueConversationSocialExpressionEventTopicVoicemail {
|
|
@@ -23344,7 +23441,6 @@ declare namespace Models {
|
|
|
23344
23441
|
"tags"?: Array<string>;
|
|
23345
23442
|
"durationSeconds"?: number;
|
|
23346
23443
|
"endTime"?: string;
|
|
23347
|
-
"additionalProperties"?: object;
|
|
23348
23444
|
}
|
|
23349
23445
|
|
|
23350
23446
|
export interface QueueConversationVideoEventTopicAddress {
|
|
@@ -23353,7 +23449,6 @@ declare namespace Models {
|
|
|
23353
23449
|
"addressNormalized"?: string;
|
|
23354
23450
|
"addressRaw"?: string;
|
|
23355
23451
|
"addressDisplayable"?: string;
|
|
23356
|
-
"additionalProperties"?: object;
|
|
23357
23452
|
}
|
|
23358
23453
|
|
|
23359
23454
|
export interface QueueConversationVideoEventTopicAfterCallWork {
|
|
@@ -23368,7 +23463,6 @@ declare namespace Models {
|
|
|
23368
23463
|
"contentUri"?: string;
|
|
23369
23464
|
"contentType"?: string;
|
|
23370
23465
|
"contentLength"?: number;
|
|
23371
|
-
"additionalProperties"?: object;
|
|
23372
23466
|
}
|
|
23373
23467
|
|
|
23374
23468
|
export interface QueueConversationVideoEventTopicCall {
|
|
@@ -23398,7 +23492,6 @@ declare namespace Models {
|
|
|
23398
23492
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23399
23493
|
"afterCallWorkRequired"?: boolean;
|
|
23400
23494
|
"agentAssistantId"?: string;
|
|
23401
|
-
"additionalProperties"?: object;
|
|
23402
23495
|
}
|
|
23403
23496
|
|
|
23404
23497
|
export interface QueueConversationVideoEventTopicCallback {
|
|
@@ -23427,7 +23520,6 @@ declare namespace Models {
|
|
|
23427
23520
|
"afterCallWorkRequired"?: boolean;
|
|
23428
23521
|
"callerId"?: string;
|
|
23429
23522
|
"callerIdName"?: string;
|
|
23430
|
-
"additionalProperties"?: object;
|
|
23431
23523
|
}
|
|
23432
23524
|
|
|
23433
23525
|
export interface QueueConversationVideoEventTopicChat {
|
|
@@ -23447,7 +23539,6 @@ declare namespace Models {
|
|
|
23447
23539
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23448
23540
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23449
23541
|
"afterCallWorkRequired"?: boolean;
|
|
23450
|
-
"additionalProperties"?: object;
|
|
23451
23542
|
}
|
|
23452
23543
|
|
|
23453
23544
|
export interface QueueConversationVideoEventTopicCobrowse {
|
|
@@ -23469,7 +23560,6 @@ declare namespace Models {
|
|
|
23469
23560
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23470
23561
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23471
23562
|
"afterCallWorkRequired"?: boolean;
|
|
23472
|
-
"additionalProperties"?: object;
|
|
23473
23563
|
}
|
|
23474
23564
|
|
|
23475
23565
|
export interface QueueConversationVideoEventTopicConversation {
|
|
@@ -23495,7 +23585,6 @@ declare namespace Models {
|
|
|
23495
23585
|
"contactListId"?: string;
|
|
23496
23586
|
"campaignId"?: string;
|
|
23497
23587
|
"phoneNumberColumns"?: Array<Models.QueueConversationVideoEventTopicPhoneNumberColumn>;
|
|
23498
|
-
"additionalProperties"?: object;
|
|
23499
23588
|
}
|
|
23500
23589
|
|
|
23501
23590
|
export interface QueueConversationVideoEventTopicDisconnectReason {
|
|
@@ -23526,7 +23615,6 @@ declare namespace Models {
|
|
|
23526
23615
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23527
23616
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23528
23617
|
"afterCallWorkRequired"?: boolean;
|
|
23529
|
-
"additionalProperties"?: object;
|
|
23530
23618
|
}
|
|
23531
23619
|
|
|
23532
23620
|
export interface QueueConversationVideoEventTopicErrorDetails {
|
|
@@ -23537,7 +23625,6 @@ declare namespace Models {
|
|
|
23537
23625
|
"messageParams"?: { [key: string]: string; };
|
|
23538
23626
|
"contextId"?: string;
|
|
23539
23627
|
"uri"?: string;
|
|
23540
|
-
"additionalProperties"?: object;
|
|
23541
23628
|
}
|
|
23542
23629
|
|
|
23543
23630
|
export interface QueueConversationVideoEventTopicFaxStatus {
|
|
@@ -23601,7 +23688,6 @@ declare namespace Models {
|
|
|
23601
23688
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23602
23689
|
"afterCallWorkRequired"?: boolean;
|
|
23603
23690
|
"agentAssistantId"?: string;
|
|
23604
|
-
"additionalProperties"?: object;
|
|
23605
23691
|
}
|
|
23606
23692
|
|
|
23607
23693
|
export interface QueueConversationVideoEventTopicMessageDetails {
|
|
@@ -23663,13 +23749,11 @@ declare namespace Models {
|
|
|
23663
23749
|
"screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
|
|
23664
23750
|
"socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
|
|
23665
23751
|
"videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
|
|
23666
|
-
"additionalProperties"?: object;
|
|
23667
23752
|
}
|
|
23668
23753
|
|
|
23669
23754
|
export interface QueueConversationVideoEventTopicPhoneNumberColumn {
|
|
23670
23755
|
"columnName"?: string;
|
|
23671
23756
|
"type"?: string;
|
|
23672
|
-
"additionalProperties"?: object;
|
|
23673
23757
|
}
|
|
23674
23758
|
|
|
23675
23759
|
export interface QueueConversationVideoEventTopicScoredAgent {
|
|
@@ -23692,7 +23776,6 @@ declare namespace Models {
|
|
|
23692
23776
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23693
23777
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23694
23778
|
"afterCallWorkRequired"?: boolean;
|
|
23695
|
-
"additionalProperties"?: object;
|
|
23696
23779
|
}
|
|
23697
23780
|
|
|
23698
23781
|
export interface QueueConversationVideoEventTopicSocialExpression {
|
|
@@ -23714,7 +23797,6 @@ declare namespace Models {
|
|
|
23714
23797
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23715
23798
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23716
23799
|
"afterCallWorkRequired"?: boolean;
|
|
23717
|
-
"additionalProperties"?: object;
|
|
23718
23800
|
}
|
|
23719
23801
|
|
|
23720
23802
|
export interface QueueConversationVideoEventTopicUriReference {
|
|
@@ -23740,7 +23822,6 @@ declare namespace Models {
|
|
|
23740
23822
|
"wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
|
|
23741
23823
|
"afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
|
|
23742
23824
|
"afterCallWorkRequired"?: boolean;
|
|
23743
|
-
"additionalProperties"?: object;
|
|
23744
23825
|
}
|
|
23745
23826
|
|
|
23746
23827
|
export interface QueueConversationVideoEventTopicVoicemail {
|
|
@@ -23754,7 +23835,6 @@ declare namespace Models {
|
|
|
23754
23835
|
"tags"?: Array<string>;
|
|
23755
23836
|
"durationSeconds"?: number;
|
|
23756
23837
|
"endTime"?: string;
|
|
23757
|
-
"additionalProperties"?: object;
|
|
23758
23838
|
}
|
|
23759
23839
|
|
|
23760
23840
|
export interface QueueEmailAddress {
|
|
@@ -23864,6 +23944,7 @@ declare namespace Models {
|
|
|
23864
23944
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
23865
23945
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
23866
23946
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
23947
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
23867
23948
|
"autoAnswerOnly"?: boolean;
|
|
23868
23949
|
"enableTranscription"?: boolean;
|
|
23869
23950
|
"enableManualAssignment"?: boolean;
|
|
@@ -24016,6 +24097,12 @@ declare namespace Models {
|
|
|
24016
24097
|
"textback"?: string;
|
|
24017
24098
|
}
|
|
24018
24099
|
|
|
24100
|
+
export interface RecordingContentStory {
|
|
24101
|
+
"type"?: string;
|
|
24102
|
+
"url"?: string;
|
|
24103
|
+
"replyToId"?: string;
|
|
24104
|
+
}
|
|
24105
|
+
|
|
24019
24106
|
export interface RecordingEmailMessage {
|
|
24020
24107
|
"htmlBody"?: string;
|
|
24021
24108
|
"textBody"?: string;
|
|
@@ -24100,6 +24187,7 @@ declare namespace Models {
|
|
|
24100
24187
|
"messageStickerAttachments"?: Array<Models.MessageStickerAttachment>;
|
|
24101
24188
|
"quickReplies"?: Array<Models.QuickReply>;
|
|
24102
24189
|
"buttonResponse"?: Models.ButtonResponse;
|
|
24190
|
+
"story"?: Models.RecordingContentStory;
|
|
24103
24191
|
}
|
|
24104
24192
|
|
|
24105
24193
|
export interface RecordingMetadata {
|
|
@@ -24492,6 +24580,11 @@ declare namespace Models {
|
|
|
24492
24580
|
"value"?: string;
|
|
24493
24581
|
}
|
|
24494
24582
|
|
|
24583
|
+
export interface RequestScoredAgent {
|
|
24584
|
+
"id"?: string;
|
|
24585
|
+
"score"?: number;
|
|
24586
|
+
}
|
|
24587
|
+
|
|
24495
24588
|
export interface ReschedulingManagementUnitResponse {
|
|
24496
24589
|
"managementUnit"?: Models.ManagementUnitReference;
|
|
24497
24590
|
"applied"?: boolean;
|
|
@@ -24714,12 +24807,14 @@ declare namespace Models {
|
|
|
24714
24807
|
"priority"?: number;
|
|
24715
24808
|
"skillIds"?: Array<string>;
|
|
24716
24809
|
"languageId"?: string;
|
|
24810
|
+
"requestScoredAgents"?: Array<Models.RequestScoredAgent>;
|
|
24717
24811
|
}
|
|
24718
24812
|
|
|
24719
24813
|
export interface RoutingConversationAttributesResponse {
|
|
24720
24814
|
"priority"?: number;
|
|
24721
24815
|
"skills"?: Array<Models.RoutingSkill>;
|
|
24722
24816
|
"language"?: Models.Language;
|
|
24817
|
+
"scoredAgents"?: Array<Models.ScoredAgent>;
|
|
24723
24818
|
}
|
|
24724
24819
|
|
|
24725
24820
|
export interface RoutingData {
|
|
@@ -25328,7 +25423,7 @@ declare namespace Models {
|
|
|
25328
25423
|
}
|
|
25329
25424
|
|
|
25330
25425
|
export interface ScoredAgent {
|
|
25331
|
-
"agent"?: Models.
|
|
25426
|
+
"agent"?: Models.DomainEntityRef;
|
|
25332
25427
|
"score"?: number;
|
|
25333
25428
|
}
|
|
25334
25429
|
|
|
@@ -25484,6 +25579,11 @@ declare namespace Models {
|
|
|
25484
25579
|
"sortBy"?: string;
|
|
25485
25580
|
}
|
|
25486
25581
|
|
|
25582
|
+
export interface SecondaryPresence {
|
|
25583
|
+
"id": string;
|
|
25584
|
+
"selfUri"?: string;
|
|
25585
|
+
}
|
|
25586
|
+
|
|
25487
25587
|
export interface Section {
|
|
25488
25588
|
"fieldList"?: Array<Models.FieldList>;
|
|
25489
25589
|
"instructionText"?: string;
|
|
@@ -26083,6 +26183,10 @@ declare namespace Models {
|
|
|
26083
26183
|
"addressId"?: Models.SmsAddress;
|
|
26084
26184
|
"shortCodeBillingType"?: string;
|
|
26085
26185
|
"provisioningStatus"?: Models.SmsProvisioningStatus;
|
|
26186
|
+
"country"?: string;
|
|
26187
|
+
"supportsSms"?: boolean;
|
|
26188
|
+
"supportsMms"?: boolean;
|
|
26189
|
+
"supportsVoice"?: boolean;
|
|
26086
26190
|
"selfUri"?: string;
|
|
26087
26191
|
}
|
|
26088
26192
|
|
|
@@ -26403,6 +26507,10 @@ declare namespace Models {
|
|
|
26403
26507
|
"query": Array<Models.SuggestSearchCriteria>;
|
|
26404
26508
|
}
|
|
26405
26509
|
|
|
26510
|
+
export interface SupportCenterSettings {
|
|
26511
|
+
"enabled"?: boolean;
|
|
26512
|
+
}
|
|
26513
|
+
|
|
26406
26514
|
export interface SupportedContentReference {
|
|
26407
26515
|
"id": string;
|
|
26408
26516
|
"name"?: string;
|
|
@@ -26683,6 +26791,10 @@ declare namespace Models {
|
|
|
26683
26791
|
"pageCount"?: number;
|
|
26684
26792
|
}
|
|
26685
26793
|
|
|
26794
|
+
export interface TargetPerformanceProfile {
|
|
26795
|
+
"targetPerformanceProfileId": string;
|
|
26796
|
+
}
|
|
26797
|
+
|
|
26686
26798
|
export interface Team {
|
|
26687
26799
|
"id"?: string;
|
|
26688
26800
|
"name": string;
|
|
@@ -27821,6 +27933,38 @@ declare namespace Models {
|
|
|
27821
27933
|
"selfUri"?: string;
|
|
27822
27934
|
}
|
|
27823
27935
|
|
|
27936
|
+
export interface UCI10n {
|
|
27937
|
+
"name"?: string;
|
|
27938
|
+
}
|
|
27939
|
+
|
|
27940
|
+
export interface UCIcon {
|
|
27941
|
+
"vector": string;
|
|
27942
|
+
}
|
|
27943
|
+
|
|
27944
|
+
export interface UCIntegration {
|
|
27945
|
+
"id"?: string;
|
|
27946
|
+
"name"?: string;
|
|
27947
|
+
"ucIntegrationKey": string;
|
|
27948
|
+
"integrationPresenceSource": string;
|
|
27949
|
+
"pbxPermission": string;
|
|
27950
|
+
"icon": Models.UCIcon;
|
|
27951
|
+
"i10n": { [key: string]: Models.UCI10n; };
|
|
27952
|
+
"selfUri"?: string;
|
|
27953
|
+
}
|
|
27954
|
+
|
|
27955
|
+
export interface UCIntegrationListing {
|
|
27956
|
+
"entities"?: Array<Models.UCIntegration>;
|
|
27957
|
+
"pageSize"?: number;
|
|
27958
|
+
"pageNumber"?: number;
|
|
27959
|
+
"total"?: number;
|
|
27960
|
+
"firstUri"?: string;
|
|
27961
|
+
"selfUri"?: string;
|
|
27962
|
+
"nextUri"?: string;
|
|
27963
|
+
"previousUri"?: string;
|
|
27964
|
+
"lastUri"?: string;
|
|
27965
|
+
"pageCount"?: number;
|
|
27966
|
+
}
|
|
27967
|
+
|
|
27824
27968
|
export interface UnpublishedProgramsEntityListing {
|
|
27825
27969
|
"entities"?: Array<Models.Program>;
|
|
27826
27970
|
"pageSize"?: number;
|
|
@@ -27875,6 +28019,8 @@ declare namespace Models {
|
|
|
27875
28019
|
"conversationIds"?: Array<string>;
|
|
27876
28020
|
"documentIds"?: Array<string>;
|
|
27877
28021
|
"status"?: string;
|
|
28022
|
+
"wfmSchedule"?: Models.WfmScheduleReference;
|
|
28023
|
+
"externalLinks"?: Array<string>;
|
|
27878
28024
|
}
|
|
27879
28025
|
|
|
27880
28026
|
export interface UpdateDraftInput {
|
|
@@ -28508,6 +28654,7 @@ declare namespace Models {
|
|
|
28508
28654
|
"emailInQueueFlow"?: Models.DomainEntityRef;
|
|
28509
28655
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
28510
28656
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
28657
|
+
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
28511
28658
|
"enableTranscription"?: boolean;
|
|
28512
28659
|
"enableManualAssignment"?: boolean;
|
|
28513
28660
|
"callingPartyName"?: string;
|
|
@@ -28615,7 +28762,6 @@ declare namespace Models {
|
|
|
28615
28762
|
export interface UserRoutingStatusUserParam {
|
|
28616
28763
|
"key"?: string;
|
|
28617
28764
|
"value"?: string;
|
|
28618
|
-
"additionalProperties"?: object;
|
|
28619
28765
|
}
|
|
28620
28766
|
|
|
28621
28767
|
export interface UserRoutingStatusUserRoutingStatus {
|
|
@@ -28645,6 +28791,7 @@ declare namespace Models {
|
|
|
28645
28791
|
"id"?: string;
|
|
28646
28792
|
"name"?: string;
|
|
28647
28793
|
"user"?: Models.UserReference;
|
|
28794
|
+
"businessUnit"?: Models.BusinessUnit;
|
|
28648
28795
|
"managementUnit"?: Models.ManagementUnit;
|
|
28649
28796
|
"team"?: Models.Team;
|
|
28650
28797
|
"scheduledActivityCategory"?: string;
|
|
@@ -28840,6 +28987,10 @@ declare namespace Models {
|
|
|
28840
28987
|
"response"?: Models.SubscriberResponse;
|
|
28841
28988
|
}
|
|
28842
28989
|
|
|
28990
|
+
export interface ValidateAssignUsers {
|
|
28991
|
+
"membersToAssign": Array<string>;
|
|
28992
|
+
}
|
|
28993
|
+
|
|
28843
28994
|
export interface ValidateWorkPlanMessages {
|
|
28844
28995
|
"violationMessages"?: Array<Models.WorkPlanConfigurationViolationMessage>;
|
|
28845
28996
|
"constraintConflictMessage"?: Models.ConstraintConflictMessage;
|
|
@@ -28862,8 +29013,7 @@ declare namespace Models {
|
|
|
28862
29013
|
|
|
28863
29014
|
export interface ValidationServiceRequest {
|
|
28864
29015
|
"dateImportEnded": string;
|
|
28865
|
-
"
|
|
28866
|
-
"uploadKey"?: string;
|
|
29016
|
+
"uploadKey": string;
|
|
28867
29017
|
}
|
|
28868
29018
|
|
|
28869
29019
|
export interface ValueWrapperDate {
|
|
@@ -29044,6 +29194,7 @@ declare namespace Models {
|
|
|
29044
29194
|
"journeyUrlContainsAllConditions"?: Array<string>;
|
|
29045
29195
|
"journeyUrlNotContainsAllConditions"?: Array<string>;
|
|
29046
29196
|
"flowMilestoneIds"?: Array<string>;
|
|
29197
|
+
"isAssessmentPassed"?: boolean;
|
|
29047
29198
|
}
|
|
29048
29199
|
|
|
29049
29200
|
export interface VisibilityCondition {
|
|
@@ -29397,6 +29548,7 @@ declare namespace Models {
|
|
|
29397
29548
|
"languages"?: Array<string>;
|
|
29398
29549
|
"defaultLanguage"?: string;
|
|
29399
29550
|
"messenger"?: Models.MessengerSettings;
|
|
29551
|
+
"supportCenter"?: Models.SupportCenterSettings;
|
|
29400
29552
|
"cobrowse"?: Models.CobrowseSettings;
|
|
29401
29553
|
"journeyEvents"?: Models.JourneyEventsSettings;
|
|
29402
29554
|
"authenticationSettings"?: Models.AuthenticationSettings;
|
|
@@ -29480,6 +29632,17 @@ declare namespace Models {
|
|
|
29480
29632
|
"generic"?: Models.WebMessagingGeneric;
|
|
29481
29633
|
}
|
|
29482
29634
|
|
|
29635
|
+
export interface WebMessagingEvent {
|
|
29636
|
+
"eventType": string;
|
|
29637
|
+
"coBrowse"?: Models.WebMessagingEventCoBrowse;
|
|
29638
|
+
}
|
|
29639
|
+
|
|
29640
|
+
export interface WebMessagingEventCoBrowse {
|
|
29641
|
+
"type": string;
|
|
29642
|
+
"sessionId"?: string;
|
|
29643
|
+
"sessionJoinToken"?: string;
|
|
29644
|
+
}
|
|
29645
|
+
|
|
29483
29646
|
export interface WebMessagingGeneric {
|
|
29484
29647
|
"title"?: string;
|
|
29485
29648
|
"description"?: string;
|
|
@@ -29494,6 +29657,7 @@ declare namespace Models {
|
|
|
29494
29657
|
"type"?: string;
|
|
29495
29658
|
"text"?: string;
|
|
29496
29659
|
"content"?: Array<Models.WebMessagingContent>;
|
|
29660
|
+
"events"?: Array<Models.WebMessagingEvent>;
|
|
29497
29661
|
"direction"?: string;
|
|
29498
29662
|
"originatingEntity"?: string;
|
|
29499
29663
|
}
|
|
@@ -30358,10 +30522,19 @@ declare namespace Models {
|
|
|
30358
30522
|
"markedAsRead"?: boolean;
|
|
30359
30523
|
}
|
|
30360
30524
|
|
|
30525
|
+
export interface WfmUserScheduleAdherenceUpdatedMuTopicActivityCodeReference {
|
|
30526
|
+
"id"?: string;
|
|
30527
|
+
"secondaryPresences"?: Array<Models.WfmUserScheduleAdherenceUpdatedMuTopicSecondaryPresenceReference>;
|
|
30528
|
+
}
|
|
30529
|
+
|
|
30361
30530
|
export interface WfmUserScheduleAdherenceUpdatedMuTopicQueueReference {
|
|
30362
30531
|
"id"?: string;
|
|
30363
30532
|
}
|
|
30364
30533
|
|
|
30534
|
+
export interface WfmUserScheduleAdherenceUpdatedMuTopicSecondaryPresenceReference {
|
|
30535
|
+
"id"?: string;
|
|
30536
|
+
}
|
|
30537
|
+
|
|
30365
30538
|
export interface WfmUserScheduleAdherenceUpdatedMuTopicUriReference {
|
|
30366
30539
|
"id"?: string;
|
|
30367
30540
|
"name"?: string;
|
|
@@ -30376,6 +30549,7 @@ declare namespace Models {
|
|
|
30376
30549
|
"managementUnitId"?: string;
|
|
30377
30550
|
"team"?: Models.WfmUserScheduleAdherenceUpdatedMuTopicUriReference;
|
|
30378
30551
|
"scheduledActivityCategory"?: string;
|
|
30552
|
+
"scheduledActivityCode"?: Models.WfmUserScheduleAdherenceUpdatedMuTopicActivityCodeReference;
|
|
30379
30553
|
"systemPresence"?: string;
|
|
30380
30554
|
"organizationSecondaryPresenceId"?: string;
|
|
30381
30555
|
"routingStatus"?: string;
|
|
@@ -30390,10 +30564,19 @@ declare namespace Models {
|
|
|
30390
30564
|
"removedFromManagementUnit"?: boolean;
|
|
30391
30565
|
}
|
|
30392
30566
|
|
|
30567
|
+
export interface WfmUserScheduleAdherenceUpdatedTeamTopicActivityCodeReference {
|
|
30568
|
+
"id"?: string;
|
|
30569
|
+
"secondaryPresences"?: Array<Models.WfmUserScheduleAdherenceUpdatedTeamTopicSecondaryPresenceReference>;
|
|
30570
|
+
}
|
|
30571
|
+
|
|
30393
30572
|
export interface WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference {
|
|
30394
30573
|
"id"?: string;
|
|
30395
30574
|
}
|
|
30396
30575
|
|
|
30576
|
+
export interface WfmUserScheduleAdherenceUpdatedTeamTopicSecondaryPresenceReference {
|
|
30577
|
+
"id"?: string;
|
|
30578
|
+
}
|
|
30579
|
+
|
|
30397
30580
|
export interface WfmUserScheduleAdherenceUpdatedTeamTopicUriReference {
|
|
30398
30581
|
"id"?: string;
|
|
30399
30582
|
"name"?: string;
|
|
@@ -30408,6 +30591,7 @@ declare namespace Models {
|
|
|
30408
30591
|
"managementUnitId"?: string;
|
|
30409
30592
|
"team"?: Models.WfmUserScheduleAdherenceUpdatedTeamTopicUriReference;
|
|
30410
30593
|
"scheduledActivityCategory"?: string;
|
|
30594
|
+
"scheduledActivityCode"?: Models.WfmUserScheduleAdherenceUpdatedTeamTopicActivityCodeReference;
|
|
30411
30595
|
"systemPresence"?: string;
|
|
30412
30596
|
"organizationSecondaryPresenceId"?: string;
|
|
30413
30597
|
"routingStatus"?: string;
|
|
@@ -30422,10 +30606,19 @@ declare namespace Models {
|
|
|
30422
30606
|
"removedFromManagementUnit"?: boolean;
|
|
30423
30607
|
}
|
|
30424
30608
|
|
|
30609
|
+
export interface WfmUserScheduleAdherenceUpdatedTopicActivityCodeReference {
|
|
30610
|
+
"id"?: string;
|
|
30611
|
+
"secondaryPresences"?: Array<Models.WfmUserScheduleAdherenceUpdatedTopicSecondaryPresenceReference>;
|
|
30612
|
+
}
|
|
30613
|
+
|
|
30425
30614
|
export interface WfmUserScheduleAdherenceUpdatedTopicQueueReference {
|
|
30426
30615
|
"id"?: string;
|
|
30427
30616
|
}
|
|
30428
30617
|
|
|
30618
|
+
export interface WfmUserScheduleAdherenceUpdatedTopicSecondaryPresenceReference {
|
|
30619
|
+
"id"?: string;
|
|
30620
|
+
}
|
|
30621
|
+
|
|
30429
30622
|
export interface WfmUserScheduleAdherenceUpdatedTopicUriReference {
|
|
30430
30623
|
"id"?: string;
|
|
30431
30624
|
"name"?: string;
|
|
@@ -30440,6 +30633,7 @@ declare namespace Models {
|
|
|
30440
30633
|
"managementUnitId"?: string;
|
|
30441
30634
|
"team"?: Models.WfmUserScheduleAdherenceUpdatedTopicUriReference;
|
|
30442
30635
|
"scheduledActivityCategory"?: string;
|
|
30636
|
+
"scheduledActivityCode"?: Models.WfmUserScheduleAdherenceUpdatedTopicActivityCodeReference;
|
|
30443
30637
|
"systemPresence"?: string;
|
|
30444
30638
|
"organizationSecondaryPresenceId"?: string;
|
|
30445
30639
|
"routingStatus"?: string;
|
|
@@ -30458,6 +30652,8 @@ declare namespace Models {
|
|
|
30458
30652
|
"version": number;
|
|
30459
30653
|
"modifiedBy"?: Models.UserReference;
|
|
30460
30654
|
"dateModified"?: string;
|
|
30655
|
+
"createdBy"?: Models.UserReference;
|
|
30656
|
+
"dateCreated"?: string;
|
|
30461
30657
|
}
|
|
30462
30658
|
|
|
30463
30659
|
export interface WhatsAppDefinition {
|