purecloud-platform-client-v2 127.0.0 → 128.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.
Files changed (72) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +91 -64
  3. package/dist/web-amd/purecloud-platform-client-v2.js +91 -64
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +91 -64
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +91 -64
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +125 -199
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +28 -1
  60. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -4302,12 +4302,19 @@ declare namespace TelephonyProvidersEdgeApi {
4302
4302
  }
4303
4303
 
4304
4304
  declare class TextbotsApi {
4305
+ getTextbotsBotsSearch(opts?: TextbotsApi.getTextbotsBotsSearchOptions): Promise<Models.BotSearchResponseEntityListing>;
4305
4306
  postTextbotsBotflowsSessionTurns(sessionId: string, turnRequest: Models.TextBotFlowTurnRequest): Promise<Models.TextBotFlowTurnResponse>;
4306
4307
  postTextbotsBotflowsSessions(launchRequest: Models.TextBotFlowLaunchRequest): Promise<Models.TextBotFlowLaunchResponse>;
4307
4308
  postTextbotsBotsExecute(postTextRequest: Models.PostTextRequest): Promise<Models.PostTextResponse>;
4308
4309
  }
4309
4310
 
4310
4311
  declare namespace TextbotsApi {
4312
+ export interface getTextbotsBotsSearchOptions {
4313
+ "botType"?: Array<string>;
4314
+ "botName"?: string;
4315
+ "botId"?: Array<string>;
4316
+ "pageSize"?: number;
4317
+ }
4311
4318
  }
4312
4319
 
4313
4320
  declare class TokensApi {
@@ -5695,9 +5702,11 @@ declare namespace Models {
5695
5702
  "conversationStart"?: string;
5696
5703
  "divisionIds"?: Array<string>;
5697
5704
  "externalTag"?: string;
5705
+ "knowledgeBaseIds"?: Array<string>;
5698
5706
  "mediaStatsMinConversationMos"?: number;
5699
5707
  "mediaStatsMinConversationRFactor"?: number;
5700
5708
  "originatingDirection"?: string;
5709
+ "selfServed"?: boolean;
5701
5710
  "evaluations"?: Array<Models.AnalyticsEvaluation>;
5702
5711
  "surveys"?: Array<Models.AnalyticsSurvey>;
5703
5712
  "resolutions"?: Array<Models.AnalyticsResolution>;
@@ -5750,9 +5759,11 @@ declare namespace Models {
5750
5759
  "conversationStart"?: string;
5751
5760
  "divisionIds"?: Array<string>;
5752
5761
  "externalTag"?: string;
5762
+ "knowledgeBaseIds"?: Array<string>;
5753
5763
  "mediaStatsMinConversationMos"?: number;
5754
5764
  "mediaStatsMinConversationRFactor"?: number;
5755
5765
  "originatingDirection"?: string;
5766
+ "selfServed"?: boolean;
5756
5767
  "evaluations"?: Array<Models.AnalyticsEvaluation>;
5757
5768
  "surveys"?: Array<Models.AnalyticsSurvey>;
5758
5769
  "resolutions"?: Array<Models.AnalyticsResolution>;
@@ -6107,7 +6118,6 @@ declare namespace Models {
6107
6118
  }
6108
6119
 
6109
6120
  export interface ArchitectFlowNotificationErrorMessageParams {
6110
- "additionalProperties"?: { [key: string]: string; };
6111
6121
  }
6112
6122
 
6113
6123
  export interface ArchitectFlowNotificationFlowNotification {
@@ -6163,7 +6173,6 @@ declare namespace Models {
6163
6173
  }
6164
6174
 
6165
6175
  export interface ArchitectFlowOutcomeNotificationErrorMessageParams {
6166
- "additionalProperties"?: { [key: string]: string; };
6167
6176
  }
6168
6177
 
6169
6178
  export interface ArchitectFlowOutcomeNotificationFlowOutcomeNotification {
@@ -6211,7 +6220,6 @@ declare namespace Models {
6211
6220
  }
6212
6221
 
6213
6222
  export interface ArchitectPromptNotificationErrorMessageParams {
6214
- "additionalProperties"?: { [key: string]: string; };
6215
6223
  }
6216
6224
 
6217
6225
  export interface ArchitectPromptNotificationHomeOrganization {
@@ -7014,6 +7022,18 @@ declare namespace Models {
7014
7022
  "chatBots": Array<Models.BotConnectorBot>;
7015
7023
  }
7016
7024
 
7025
+ export interface BotSearchResponse {
7026
+ "id": string;
7027
+ "name": string;
7028
+ "botType": string;
7029
+ "description"?: string;
7030
+ "selfUri"?: string;
7031
+ }
7032
+
7033
+ export interface BotSearchResponseEntityListing {
7034
+ "entities"?: Array<Models.BotSearchResponse>;
7035
+ }
7036
+
7017
7037
  export interface BotSlot {
7018
7038
  "name": string;
7019
7039
  "type": string;
@@ -9050,6 +9070,7 @@ declare namespace Models {
9050
9070
  "kpiTotalOff"?: number;
9051
9071
  "interactionCountOn"?: number;
9052
9072
  "interactionCountOff"?: number;
9073
+ "kpiResults"?: Array<Models.KpiResult>;
9053
9074
  "selfUri"?: string;
9054
9075
  }
9055
9076
 
@@ -9314,7 +9335,6 @@ declare namespace Models {
9314
9335
  export interface ContactlistDownloadReadyExportUri {
9315
9336
  "uri"?: string;
9316
9337
  "exportTimestamp"?: string;
9317
- "additionalProperties"?: object;
9318
9338
  }
9319
9339
 
9320
9340
  export interface ContactlistImportStatusImportStatus {
@@ -9323,7 +9343,6 @@ declare namespace Models {
9323
9343
  "completedRecords"?: number;
9324
9344
  "percentageComplete"?: number;
9325
9345
  "failureReason"?: string;
9326
- "additionalProperties"?: object;
9327
9346
  }
9328
9347
 
9329
9348
  export interface ContentActions {
@@ -9778,7 +9797,6 @@ declare namespace Models {
9778
9797
  "tags"?: Array<string>;
9779
9798
  "durationSeconds"?: number;
9780
9799
  "endTime"?: string;
9781
- "additionalProperties"?: object;
9782
9800
  }
9783
9801
 
9784
9802
  export interface ConversationCallbackEventTopicCallbackConversation {
@@ -9855,7 +9873,6 @@ declare namespace Models {
9855
9873
  "contactListId"?: string;
9856
9874
  "campaignId"?: string;
9857
9875
  "phoneNumberColumns"?: Array<Models.ConversationCallbackEventTopicPhoneNumberColumn>;
9858
- "additionalProperties"?: object;
9859
9876
  }
9860
9877
 
9861
9878
  export interface ConversationCallbackEventTopicErrorBody {
@@ -9900,7 +9917,6 @@ declare namespace Models {
9900
9917
  export interface ConversationCallbackEventTopicPhoneNumberColumn {
9901
9918
  "columnName"?: string;
9902
9919
  "type"?: string;
9903
- "additionalProperties"?: object;
9904
9920
  }
9905
9921
 
9906
9922
  export interface ConversationCallbackEventTopicScoredAgent {
@@ -9924,7 +9940,6 @@ declare namespace Models {
9924
9940
  "tags"?: Array<string>;
9925
9941
  "durationSeconds"?: number;
9926
9942
  "endTime"?: string;
9927
- "additionalProperties"?: object;
9928
9943
  }
9929
9944
 
9930
9945
  export interface ConversationChannel {
@@ -10071,7 +10086,6 @@ declare namespace Models {
10071
10086
  "tags"?: Array<string>;
10072
10087
  "durationSeconds"?: number;
10073
10088
  "endTime"?: string;
10074
- "additionalProperties"?: object;
10075
10089
  }
10076
10090
 
10077
10091
  export interface ConversationCobrowseEventTopicCobrowseConversation {
@@ -10193,7 +10207,6 @@ declare namespace Models {
10193
10207
  "tags"?: Array<string>;
10194
10208
  "durationSeconds"?: number;
10195
10209
  "endTime"?: string;
10196
- "additionalProperties"?: object;
10197
10210
  }
10198
10211
 
10199
10212
  export interface ConversationContentActions {
@@ -10294,7 +10307,6 @@ declare namespace Models {
10294
10307
  "contentUri"?: string;
10295
10308
  "contentType"?: string;
10296
10309
  "contentLength"?: number;
10297
- "additionalProperties"?: object;
10298
10310
  }
10299
10311
 
10300
10312
  export interface ConversationEmailEventTopicConversationRoutingData {
@@ -10417,7 +10429,6 @@ declare namespace Models {
10417
10429
  "tags"?: Array<string>;
10418
10430
  "durationSeconds"?: number;
10419
10431
  "endTime"?: string;
10420
- "additionalProperties"?: object;
10421
10432
  }
10422
10433
 
10423
10434
  export interface ConversationEntityListing {
@@ -10445,7 +10456,6 @@ declare namespace Models {
10445
10456
  "addressNormalized"?: string;
10446
10457
  "addressRaw"?: string;
10447
10458
  "addressDisplayable"?: string;
10448
- "additionalProperties"?: object;
10449
10459
  }
10450
10460
 
10451
10461
  export interface ConversationEventTopicAfterCallWork {
@@ -10460,7 +10470,6 @@ declare namespace Models {
10460
10470
  "contentUri"?: string;
10461
10471
  "contentType"?: string;
10462
10472
  "contentLength"?: number;
10463
- "additionalProperties"?: object;
10464
10473
  }
10465
10474
 
10466
10475
  export interface ConversationEventTopicCall {
@@ -10490,7 +10499,6 @@ declare namespace Models {
10490
10499
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
10491
10500
  "afterCallWorkRequired"?: boolean;
10492
10501
  "agentAssistantId"?: string;
10493
- "additionalProperties"?: object;
10494
10502
  }
10495
10503
 
10496
10504
  export interface ConversationEventTopicCallback {
@@ -10519,7 +10527,6 @@ declare namespace Models {
10519
10527
  "afterCallWorkRequired"?: boolean;
10520
10528
  "callerId"?: string;
10521
10529
  "callerIdName"?: string;
10522
- "additionalProperties"?: object;
10523
10530
  }
10524
10531
 
10525
10532
  export interface ConversationEventTopicChat {
@@ -10539,7 +10546,6 @@ declare namespace Models {
10539
10546
  "wrapup"?: Models.ConversationEventTopicWrapup;
10540
10547
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
10541
10548
  "afterCallWorkRequired"?: boolean;
10542
- "additionalProperties"?: object;
10543
10549
  }
10544
10550
 
10545
10551
  export interface ConversationEventTopicCobrowse {
@@ -10561,7 +10567,6 @@ declare namespace Models {
10561
10567
  "wrapup"?: Models.ConversationEventTopicWrapup;
10562
10568
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
10563
10569
  "afterCallWorkRequired"?: boolean;
10564
- "additionalProperties"?: object;
10565
10570
  }
10566
10571
 
10567
10572
  export interface ConversationEventTopicConversation {
@@ -10587,7 +10592,6 @@ declare namespace Models {
10587
10592
  "contactListId"?: string;
10588
10593
  "campaignId"?: string;
10589
10594
  "phoneNumberColumns"?: Array<Models.ConversationEventTopicPhoneNumberColumn>;
10590
- "additionalProperties"?: object;
10591
10595
  }
10592
10596
 
10593
10597
  export interface ConversationEventTopicDisconnectReason {
@@ -10618,7 +10622,6 @@ declare namespace Models {
10618
10622
  "wrapup"?: Models.ConversationEventTopicWrapup;
10619
10623
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
10620
10624
  "afterCallWorkRequired"?: boolean;
10621
- "additionalProperties"?: object;
10622
10625
  }
10623
10626
 
10624
10627
  export interface ConversationEventTopicErrorDetails {
@@ -10629,7 +10632,6 @@ declare namespace Models {
10629
10632
  "messageParams"?: { [key: string]: string; };
10630
10633
  "contextId"?: string;
10631
10634
  "uri"?: string;
10632
- "additionalProperties"?: object;
10633
10635
  }
10634
10636
 
10635
10637
  export interface ConversationEventTopicFaxStatus {
@@ -10693,7 +10695,6 @@ declare namespace Models {
10693
10695
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
10694
10696
  "afterCallWorkRequired"?: boolean;
10695
10697
  "agentAssistantId"?: string;
10696
- "additionalProperties"?: object;
10697
10698
  }
10698
10699
 
10699
10700
  export interface ConversationEventTopicMessageDetails {
@@ -10755,13 +10756,11 @@ declare namespace Models {
10755
10756
  "screenshares"?: Array<Models.ConversationEventTopicScreenshare>;
10756
10757
  "socialExpressions"?: Array<Models.ConversationEventTopicSocialExpression>;
10757
10758
  "videos"?: Array<Models.ConversationEventTopicVideo>;
10758
- "additionalProperties"?: object;
10759
10759
  }
10760
10760
 
10761
10761
  export interface ConversationEventTopicPhoneNumberColumn {
10762
10762
  "columnName"?: string;
10763
10763
  "type"?: string;
10764
- "additionalProperties"?: object;
10765
10764
  }
10766
10765
 
10767
10766
  export interface ConversationEventTopicScoredAgent {
@@ -10784,7 +10783,6 @@ declare namespace Models {
10784
10783
  "wrapup"?: Models.ConversationEventTopicWrapup;
10785
10784
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
10786
10785
  "afterCallWorkRequired"?: boolean;
10787
- "additionalProperties"?: object;
10788
10786
  }
10789
10787
 
10790
10788
  export interface ConversationEventTopicSocialExpression {
@@ -10806,7 +10804,6 @@ declare namespace Models {
10806
10804
  "wrapup"?: Models.ConversationEventTopicWrapup;
10807
10805
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
10808
10806
  "afterCallWorkRequired"?: boolean;
10809
- "additionalProperties"?: object;
10810
10807
  }
10811
10808
 
10812
10809
  export interface ConversationEventTopicUriReference {
@@ -10832,7 +10829,6 @@ declare namespace Models {
10832
10829
  "wrapup"?: Models.ConversationEventTopicWrapup;
10833
10830
  "afterCallWork"?: Models.ConversationEventTopicAfterCallWork;
10834
10831
  "afterCallWorkRequired"?: boolean;
10835
- "additionalProperties"?: object;
10836
10832
  }
10837
10833
 
10838
10834
  export interface ConversationEventTopicVoicemail {
@@ -10846,7 +10842,6 @@ declare namespace Models {
10846
10842
  "tags"?: Array<string>;
10847
10843
  "durationSeconds"?: number;
10848
10844
  "endTime"?: string;
10849
- "additionalProperties"?: object;
10850
10845
  }
10851
10846
 
10852
10847
  export interface ConversationMessageContent {
@@ -11005,7 +11000,6 @@ declare namespace Models {
11005
11000
  "tags"?: Array<string>;
11006
11001
  "durationSeconds"?: number;
11007
11002
  "endTime"?: string;
11008
- "additionalProperties"?: object;
11009
11003
  }
11010
11004
 
11011
11005
  export interface ConversationMessagingChannel {
@@ -11248,7 +11242,6 @@ declare namespace Models {
11248
11242
  "tags"?: Array<string>;
11249
11243
  "durationSeconds"?: number;
11250
11244
  "endTime"?: string;
11251
- "additionalProperties"?: object;
11252
11245
  }
11253
11246
 
11254
11247
  export interface ConversationSocialExpressionEventTopicConversationRoutingData {
@@ -11369,7 +11362,6 @@ declare namespace Models {
11369
11362
  "tags"?: Array<string>;
11370
11363
  "durationSeconds"?: number;
11371
11364
  "endTime"?: string;
11372
- "additionalProperties"?: object;
11373
11365
  }
11374
11366
 
11375
11367
  export interface ConversationTagsUpdate {
@@ -11517,7 +11509,6 @@ declare namespace Models {
11517
11509
  "tags"?: Array<string>;
11518
11510
  "durationSeconds"?: number;
11519
11511
  "endTime"?: string;
11520
- "additionalProperties"?: object;
11521
11512
  }
11522
11513
 
11523
11514
  export interface CopyAttachmentsRequest {
@@ -11782,6 +11773,7 @@ declare namespace Models {
11782
11773
  "emailInQueueFlow"?: Models.DomainEntityRef;
11783
11774
  "messageInQueueFlow"?: Models.DomainEntityRef;
11784
11775
  "whisperPrompt"?: Models.DomainEntityRef;
11776
+ "onHoldPrompt"?: Models.DomainEntityRef;
11785
11777
  "autoAnswerOnly"?: boolean;
11786
11778
  "enableTranscription"?: boolean;
11787
11779
  "enableManualAssignment"?: boolean;
@@ -12643,24 +12635,22 @@ declare namespace Models {
12643
12635
  }
12644
12636
 
12645
12637
  export interface DialerAttemptLimitsConfigChangeAttemptLimits {
12646
- "id"?: string;
12647
- "name"?: string;
12648
- "dateCreated"?: string;
12649
- "dateModified"?: string;
12650
- "version"?: number;
12651
12638
  "maxAttemptsPerContact"?: number;
12652
12639
  "maxAttemptsPerNumber"?: number;
12653
12640
  "timeZoneId"?: string;
12654
12641
  "resetPeriod"?: string;
12655
12642
  "recallEntries"?: { [key: string]: Models.DialerAttemptLimitsConfigChangeRecallEntry; };
12656
12643
  "breadthFirstRecalls"?: boolean;
12657
- "additionalProperties"?: object;
12644
+ "id"?: string;
12645
+ "name"?: string;
12646
+ "dateCreated"?: string;
12647
+ "dateModified"?: string;
12648
+ "version"?: number;
12658
12649
  }
12659
12650
 
12660
12651
  export interface DialerAttemptLimitsConfigChangeRecallEntry {
12661
12652
  "nbrAttempts"?: number;
12662
12653
  "minutesBetweenAttempts"?: number;
12663
- "additionalProperties"?: object;
12664
12654
  }
12665
12655
 
12666
12656
  export interface DialerAuditRequest {
@@ -12673,32 +12663,24 @@ declare namespace Models {
12673
12663
  export interface DialerCallabletimesetConfigChangeCallableTime {
12674
12664
  "timeSlots"?: Array<Models.DialerCallabletimesetConfigChangeTimeSlot>;
12675
12665
  "timeZoneId"?: string;
12676
- "additionalProperties"?: object;
12677
12666
  }
12678
12667
 
12679
12668
  export interface DialerCallabletimesetConfigChangeCallableTimeSet {
12669
+ "callableTimes"?: Array<Models.DialerCallabletimesetConfigChangeCallableTime>;
12680
12670
  "id"?: string;
12681
12671
  "name"?: string;
12682
12672
  "dateCreated"?: string;
12683
12673
  "dateModified"?: string;
12684
12674
  "version"?: number;
12685
- "callableTimes"?: Array<Models.DialerCallabletimesetConfigChangeCallableTime>;
12686
- "additionalProperties"?: object;
12687
12675
  }
12688
12676
 
12689
12677
  export interface DialerCallabletimesetConfigChangeTimeSlot {
12690
12678
  "startTime"?: string;
12691
12679
  "stopTime"?: string;
12692
12680
  "day"?: number;
12693
- "additionalProperties"?: object;
12694
12681
  }
12695
12682
 
12696
12683
  export interface DialerCampaignConfigChangeCampaign {
12697
- "id"?: string;
12698
- "name"?: string;
12699
- "dateCreated"?: string;
12700
- "dateModified"?: string;
12701
- "version"?: number;
12702
12684
  "contactList"?: Models.DialerCampaignConfigChangeUriReference;
12703
12685
  "queue"?: Models.DialerCampaignConfigChangeUriReference;
12704
12686
  "dialingMode"?: string;
@@ -12727,26 +12709,27 @@ declare namespace Models {
12727
12709
  "contactListFilters"?: Array<Models.DialerCampaignConfigChangeUriReference>;
12728
12710
  "division"?: Models.DialerCampaignConfigChangeUriReference;
12729
12711
  "agentOwnedColumn"?: string;
12730
- "additionalProperties"?: object;
12712
+ "id"?: string;
12713
+ "name"?: string;
12714
+ "dateCreated"?: string;
12715
+ "dateModified"?: string;
12716
+ "version"?: number;
12731
12717
  }
12732
12718
 
12733
12719
  export interface DialerCampaignConfigChangeContactSort {
12734
12720
  "fieldName"?: string;
12735
12721
  "direction"?: string;
12736
12722
  "numeric"?: boolean;
12737
- "additionalProperties"?: object;
12738
12723
  }
12739
12724
 
12740
12725
  export interface DialerCampaignConfigChangePhoneColumn {
12741
12726
  "columnName"?: string;
12742
12727
  "type"?: string;
12743
- "additionalProperties"?: object;
12744
12728
  }
12745
12729
 
12746
12730
  export interface DialerCampaignConfigChangeRestErrorDetail {
12747
12731
  "error"?: string;
12748
12732
  "details"?: string;
12749
- "additionalProperties"?: object;
12750
12733
  }
12751
12734
 
12752
12735
  export interface DialerCampaignConfigChangeUriReference {
@@ -12760,7 +12743,6 @@ declare namespace Models {
12760
12743
  "numberOfContactsMessaged"?: number;
12761
12744
  "totalNumberOfContacts"?: number;
12762
12745
  "percentage"?: number;
12763
- "additionalProperties"?: object;
12764
12746
  }
12765
12747
 
12766
12748
  export interface DialerCampaignProgressEventUriReference {
@@ -12769,17 +12751,16 @@ declare namespace Models {
12769
12751
  }
12770
12752
 
12771
12753
  export interface DialerCampaignRuleConfigChangeCampaignRule {
12772
- "id"?: string;
12773
- "name"?: string;
12774
- "dateCreated"?: string;
12775
- "dateModified"?: string;
12776
- "version"?: number;
12777
12754
  "campaignRuleEntities"?: Models.DialerCampaignRuleConfigChangeCampaignRuleEntities;
12778
12755
  "campaignRuleConditions"?: Array<Models.DialerCampaignRuleConfigChangeCampaignRuleCondition>;
12779
12756
  "campaignRuleActions"?: Array<Models.DialerCampaignRuleConfigChangeCampaignRuleAction>;
12780
12757
  "matchAnyConditions"?: boolean;
12781
12758
  "enabled"?: boolean;
12782
- "additionalProperties"?: object;
12759
+ "id"?: string;
12760
+ "name"?: string;
12761
+ "dateCreated"?: string;
12762
+ "dateModified"?: string;
12763
+ "version"?: number;
12783
12764
  }
12784
12765
 
12785
12766
  export interface DialerCampaignRuleConfigChangeCampaignRuleAction {
@@ -12787,21 +12768,18 @@ declare namespace Models {
12787
12768
  "parameters"?: { [key: string]: string; };
12788
12769
  "actionType"?: string;
12789
12770
  "campaignRuleActionEntities"?: Models.DialerCampaignRuleConfigChangeCampaignRuleActionEntities;
12790
- "additionalProperties"?: object;
12791
12771
  }
12792
12772
 
12793
12773
  export interface DialerCampaignRuleConfigChangeCampaignRuleActionEntities {
12774
+ "useTriggeringEntity"?: boolean;
12794
12775
  "campaigns"?: Array<Models.DialerCampaignRuleConfigChangeUriReference>;
12795
12776
  "sequences"?: Array<Models.DialerCampaignRuleConfigChangeUriReference>;
12796
- "useTriggeringEntity"?: boolean;
12797
- "additionalProperties"?: object;
12798
12777
  }
12799
12778
 
12800
12779
  export interface DialerCampaignRuleConfigChangeCampaignRuleCondition {
12801
12780
  "id"?: string;
12802
12781
  "parameters"?: { [key: string]: string; };
12803
12782
  "conditionType"?: string;
12804
- "additionalProperties"?: object;
12805
12783
  }
12806
12784
 
12807
12785
  export interface DialerCampaignRuleConfigChangeCampaignRuleEntities {
@@ -12815,21 +12793,19 @@ declare namespace Models {
12815
12793
  }
12816
12794
 
12817
12795
  export interface DialerCampaignScheduleConfigChangeCampaignSchedule {
12796
+ "intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
12797
+ "timeZone"?: string;
12798
+ "campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
12818
12799
  "id"?: string;
12819
12800
  "name"?: string;
12820
12801
  "dateCreated"?: string;
12821
12802
  "dateModified"?: string;
12822
12803
  "version"?: number;
12823
- "intervals"?: Array<Models.DialerCampaignScheduleConfigChangeScheduleInterval>;
12824
- "timeZone"?: string;
12825
- "campaign"?: Models.DialerCampaignScheduleConfigChangeUriReference;
12826
- "additionalProperties"?: object;
12827
12804
  }
12828
12805
 
12829
12806
  export interface DialerCampaignScheduleConfigChangeScheduleInterval {
12830
12807
  "start"?: string;
12831
12808
  "end"?: string;
12832
- "additionalProperties"?: object;
12833
12809
  }
12834
12810
 
12835
12811
  export interface DialerCampaignScheduleConfigChangeUriReference {
@@ -12857,11 +12833,6 @@ declare namespace Models {
12857
12833
  }
12858
12834
 
12859
12835
  export interface DialerContactlistConfigChangeContactList {
12860
- "id"?: string;
12861
- "name"?: string;
12862
- "dateCreated"?: string;
12863
- "dateModified"?: string;
12864
- "version"?: number;
12865
12836
  "columnNames"?: Array<string>;
12866
12837
  "phoneColumns"?: Array<Models.DialerContactlistConfigChangeContactPhoneNumberColumn>;
12867
12838
  "emailColumns"?: Array<Models.DialerContactlistConfigChangeEmailColumn>;
@@ -12873,20 +12844,22 @@ declare namespace Models {
12873
12844
  "automaticTimeZoneMapping"?: boolean;
12874
12845
  "zipCodeColumnName"?: string;
12875
12846
  "division"?: Models.DialerContactlistConfigChangeUriReference;
12876
- "additionalProperties"?: object;
12847
+ "id"?: string;
12848
+ "name"?: string;
12849
+ "dateCreated"?: string;
12850
+ "dateModified"?: string;
12851
+ "version"?: number;
12877
12852
  }
12878
12853
 
12879
12854
  export interface DialerContactlistConfigChangeContactPhoneNumberColumn {
12880
12855
  "columnName"?: string;
12881
12856
  "type"?: string;
12882
12857
  "callableTimeColumn"?: string;
12883
- "additionalProperties"?: object;
12884
12858
  }
12885
12859
 
12886
12860
  export interface DialerContactlistConfigChangeEmailColumn {
12887
12861
  "columnName"?: string;
12888
12862
  "type"?: string;
12889
- "additionalProperties"?: object;
12890
12863
  }
12891
12864
 
12892
12865
  export interface DialerContactlistConfigChangeImportStatus {
@@ -12895,7 +12868,6 @@ declare namespace Models {
12895
12868
  "completedRecords"?: number;
12896
12869
  "percentageComplete"?: number;
12897
12870
  "failureReason"?: string;
12898
- "additionalProperties"?: object;
12899
12871
  }
12900
12872
 
12901
12873
  export interface DialerContactlistConfigChangeUriReference {
@@ -12904,22 +12876,20 @@ declare namespace Models {
12904
12876
  }
12905
12877
 
12906
12878
  export interface DialerContactlistfilterConfigChangeContactListFilter {
12879
+ "contactList"?: Models.DialerContactlistfilterConfigChangeUriReference;
12880
+ "contactListColumns"?: Array<string>;
12881
+ "clauses"?: Array<Models.DialerContactlistfilterConfigChangeFilterClause>;
12882
+ "filterType"?: string;
12907
12883
  "id"?: string;
12908
12884
  "name"?: string;
12909
12885
  "dateCreated"?: string;
12910
12886
  "dateModified"?: string;
12911
12887
  "version"?: number;
12912
- "contactList"?: Models.DialerContactlistfilterConfigChangeUriReference;
12913
- "contactListColumns"?: Array<string>;
12914
- "clauses"?: Array<Models.DialerContactlistfilterConfigChangeFilterClause>;
12915
- "filterType"?: string;
12916
- "additionalProperties"?: object;
12917
12888
  }
12918
12889
 
12919
12890
  export interface DialerContactlistfilterConfigChangeFilterClause {
12920
12891
  "filterType"?: string;
12921
12892
  "predicates"?: Array<Models.DialerContactlistfilterConfigChangeFilterPredicate>;
12922
- "additionalProperties"?: object;
12923
12893
  }
12924
12894
 
12925
12895
  export interface DialerContactlistfilterConfigChangeFilterPredicate {
@@ -12929,7 +12899,6 @@ declare namespace Models {
12929
12899
  "value"?: string;
12930
12900
  "range"?: Models.DialerContactlistfilterConfigChangeRange;
12931
12901
  "inverted"?: boolean;
12932
- "additionalProperties"?: object;
12933
12902
  }
12934
12903
 
12935
12904
  export interface DialerContactlistfilterConfigChangeRange {
@@ -12938,7 +12907,6 @@ declare namespace Models {
12938
12907
  "minInclusive"?: boolean;
12939
12908
  "maxInclusive"?: boolean;
12940
12909
  "inSet"?: Array<string>;
12941
- "additionalProperties"?: object;
12942
12910
  }
12943
12911
 
12944
12912
  export interface DialerContactlistfilterConfigChangeUriReference {
@@ -12947,11 +12915,6 @@ declare namespace Models {
12947
12915
  }
12948
12916
 
12949
12917
  export interface DialerDnclistConfigChangeDncList {
12950
- "id"?: string;
12951
- "name"?: string;
12952
- "dateCreated"?: string;
12953
- "dateModified"?: string;
12954
- "version"?: number;
12955
12918
  "importStatus"?: Models.DialerDnclistConfigChangeImportStatus;
12956
12919
  "size"?: number;
12957
12920
  "dncSourceType"?: string;
@@ -12960,7 +12923,11 @@ declare namespace Models {
12960
12923
  "licenseId"?: string;
12961
12924
  "contactMethod"?: string;
12962
12925
  "division"?: Models.DialerDnclistConfigChangeUriReference;
12963
- "additionalProperties"?: object;
12926
+ "id"?: string;
12927
+ "name"?: string;
12928
+ "dateCreated"?: string;
12929
+ "dateModified"?: string;
12930
+ "version"?: number;
12964
12931
  }
12965
12932
 
12966
12933
  export interface DialerDnclistConfigChangeImportStatus {
@@ -12969,7 +12936,6 @@ declare namespace Models {
12969
12936
  "completedRecords"?: number;
12970
12937
  "percentageComplete"?: number;
12971
12938
  "failureReason"?: string;
12972
- "additionalProperties"?: object;
12973
12939
  }
12974
12940
 
12975
12941
  export interface DialerDnclistConfigChangeUriReference {
@@ -12996,9 +12962,9 @@ declare namespace Models {
12996
12962
  }
12997
12963
 
12998
12964
  export interface DialerOutboundSettingsConfigChangeAtzmTimeSlotWithTimeZone {
12965
+ "timeZoneId"?: string;
12999
12966
  "earliestCallableTime"?: string;
13000
12967
  "latestCallableTime"?: string;
13001
- "timeZoneId"?: string;
13002
12968
  }
13003
12969
 
13004
12970
  export interface DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings {
@@ -13011,16 +12977,16 @@ declare namespace Models {
13011
12977
  }
13012
12978
 
13013
12979
  export interface DialerOutboundSettingsConfigChangeOutboundSettings {
13014
- "id"?: string;
13015
- "name"?: string;
13016
- "dateCreated"?: string;
13017
- "dateModified"?: string;
13018
- "version"?: number;
13019
12980
  "maxCallsPerAgent"?: number;
13020
12981
  "maxLineUtilization"?: number;
13021
12982
  "abandonSeconds"?: number;
13022
12983
  "complianceAbandonRateDenominator"?: string;
13023
12984
  "automaticTimeZoneMapping"?: Models.DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings;
12985
+ "id"?: string;
12986
+ "name"?: string;
12987
+ "dateCreated"?: string;
12988
+ "dateModified"?: string;
12989
+ "version"?: number;
13024
12990
  }
13025
12991
 
13026
12992
  export interface DialerPreview {
@@ -13035,18 +13001,16 @@ declare namespace Models {
13035
13001
  "data"?: string;
13036
13002
  "name"?: string;
13037
13003
  "reactionType"?: string;
13038
- "additionalProperties"?: object;
13039
13004
  }
13040
13005
 
13041
13006
  export interface DialerResponsesetConfigChangeResponseSet {
13007
+ "responses"?: { [key: string]: Models.DialerResponsesetConfigChangeReaction; };
13008
+ "beepDetectionEnabled"?: boolean;
13042
13009
  "id"?: string;
13043
13010
  "name"?: string;
13044
13011
  "dateCreated"?: string;
13045
13012
  "dateModified"?: string;
13046
13013
  "version"?: number;
13047
- "responses"?: { [key: string]: Models.DialerResponsesetConfigChangeReaction; };
13048
- "beepDetectionEnabled"?: boolean;
13049
- "additionalProperties"?: object;
13050
13014
  }
13051
13015
 
13052
13016
  export interface DialerRule {
@@ -13063,10 +13027,10 @@ declare namespace Models {
13063
13027
  "actionTypeName"?: string;
13064
13028
  "updateOption"?: string;
13065
13029
  "properties"?: { [key: string]: string; };
13066
- "additionalProperties"?: object;
13067
13030
  }
13068
13031
 
13069
13032
  export interface DialerRulesetConfigChangeCondition {
13033
+ "dataAction"?: Models.DialerRulesetConfigChangeUriReference;
13070
13034
  "type"?: string;
13071
13035
  "inverted"?: boolean;
13072
13036
  "attributeName"?: string;
@@ -13082,14 +13046,11 @@ declare namespace Models {
13082
13046
  "agentWrapupField"?: string;
13083
13047
  "contactColumnToDataActionFieldMappings"?: Array<Models.DialerRulesetConfigChangeContactColumnToDataActionFieldMapping>;
13084
13048
  "predicates"?: Array<Models.DialerRulesetConfigChangeDataActionConditionPredicate>;
13085
- "dataAction"?: Models.DialerRulesetConfigChangeUriReference;
13086
- "additionalProperties"?: object;
13087
13049
  }
13088
13050
 
13089
13051
  export interface DialerRulesetConfigChangeContactColumnToDataActionFieldMapping {
13090
13052
  "contactColumnName"?: string;
13091
13053
  "dataActionField"?: string;
13092
- "additionalProperties"?: object;
13093
13054
  }
13094
13055
 
13095
13056
  export interface DialerRulesetConfigChangeDataActionConditionPredicate {
@@ -13098,29 +13059,26 @@ declare namespace Models {
13098
13059
  "comparisonValue"?: string;
13099
13060
  "outputFieldMissingResolution"?: boolean;
13100
13061
  "inverted"?: boolean;
13101
- "additionalProperties"?: object;
13102
13062
  }
13103
13063
 
13104
13064
  export interface DialerRulesetConfigChangeRule {
13065
+ "conditions"?: Array<Models.DialerRulesetConfigChangeCondition>;
13105
13066
  "id"?: string;
13106
13067
  "name"?: string;
13107
13068
  "order"?: number;
13108
13069
  "category"?: string;
13109
13070
  "actions"?: Array<Models.DialerRulesetConfigChangeAction>;
13110
- "conditions"?: Array<Models.DialerRulesetConfigChangeCondition>;
13111
- "additionalProperties"?: object;
13112
13071
  }
13113
13072
 
13114
13073
  export interface DialerRulesetConfigChangeRuleSet {
13074
+ "contactList"?: Models.DialerRulesetConfigChangeUriReference;
13075
+ "queue"?: Models.DialerRulesetConfigChangeUriReference;
13076
+ "rules"?: Array<Models.DialerRulesetConfigChangeRule>;
13115
13077
  "id"?: string;
13116
13078
  "name"?: string;
13117
13079
  "dateCreated"?: string;
13118
13080
  "dateModified"?: string;
13119
13081
  "version"?: number;
13120
- "contactList"?: Models.DialerRulesetConfigChangeUriReference;
13121
- "queue"?: Models.DialerRulesetConfigChangeUriReference;
13122
- "rules"?: Array<Models.DialerRulesetConfigChangeRule>;
13123
- "additionalProperties"?: object;
13124
13082
  }
13125
13083
 
13126
13084
  export interface DialerRulesetConfigChangeUriReference {
@@ -13129,17 +13087,16 @@ declare namespace Models {
13129
13087
  }
13130
13088
 
13131
13089
  export interface DialerSequenceConfigChangeCampaignSequence {
13132
- "id"?: string;
13133
- "name"?: string;
13134
- "dateCreated"?: string;
13135
- "dateModified"?: string;
13136
- "version"?: number;
13137
13090
  "campaigns"?: Array<Models.DialerSequenceConfigChangeUriReference>;
13138
13091
  "currentCampaign"?: number;
13139
13092
  "status"?: string;
13140
13093
  "stopMessage"?: string;
13141
13094
  "repeat"?: boolean;
13142
- "additionalProperties"?: object;
13095
+ "id"?: string;
13096
+ "name"?: string;
13097
+ "dateCreated"?: string;
13098
+ "dateModified"?: string;
13099
+ "version"?: number;
13143
13100
  }
13144
13101
 
13145
13102
  export interface DialerSequenceConfigChangeUriReference {
@@ -13150,19 +13107,17 @@ declare namespace Models {
13150
13107
  export interface DialerSequenceScheduleConfigChangeScheduleInterval {
13151
13108
  "start"?: string;
13152
13109
  "end"?: string;
13153
- "additionalProperties"?: object;
13154
13110
  }
13155
13111
 
13156
13112
  export interface DialerSequenceScheduleConfigChangeSequenceSchedule {
13113
+ "intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
13114
+ "timeZone"?: string;
13115
+ "sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
13157
13116
  "id"?: string;
13158
13117
  "name"?: string;
13159
13118
  "dateCreated"?: string;
13160
13119
  "dateModified"?: string;
13161
13120
  "version"?: number;
13162
- "intervals"?: Array<Models.DialerSequenceScheduleConfigChangeScheduleInterval>;
13163
- "timeZone"?: string;
13164
- "sequence"?: Models.DialerSequenceScheduleConfigChangeUriReference;
13165
- "additionalProperties"?: object;
13166
13121
  }
13167
13122
 
13168
13123
  export interface DialerSequenceScheduleConfigChangeUriReference {
@@ -13359,7 +13314,6 @@ declare namespace Models {
13359
13314
  export interface DnclistDownloadReadyExportUri {
13360
13315
  "uri"?: string;
13361
13316
  "exportTimestamp"?: string;
13362
- "additionalProperties"?: object;
13363
13317
  }
13364
13318
 
13365
13319
  export interface DnclistImportStatusImportStatus {
@@ -13368,7 +13322,6 @@ declare namespace Models {
13368
13322
  "completedRecords"?: number;
13369
13323
  "percentageComplete"?: number;
13370
13324
  "failureReason"?: string;
13371
- "additionalProperties"?: object;
13372
13325
  }
13373
13326
 
13374
13327
  export interface Document {
@@ -14883,8 +14836,8 @@ declare namespace Models {
14883
14836
  "commentsRequired"?: boolean;
14884
14837
  "visibilityCondition"?: Models.VisibilityCondition;
14885
14838
  "answerOptions"?: Array<Models.AnswerOption>;
14886
- "isCritical"?: boolean;
14887
14839
  "isKill"?: boolean;
14840
+ "isCritical"?: boolean;
14888
14841
  }
14889
14842
 
14890
14843
  export interface EvaluationQuestionGroup {
@@ -17125,8 +17078,8 @@ declare namespace Models {
17125
17078
  "createdDate"?: string;
17126
17079
  "customerId"?: string;
17127
17080
  "customerIdType"?: string;
17128
- "eventType"?: string;
17129
17081
  "session"?: Models.JourneyOutcomeEventsNotificationSession;
17082
+ "eventType"?: string;
17130
17083
  "outcomeAchievedEvent"?: Models.JourneyOutcomeEventsNotificationOutcomeAchievedMessage;
17131
17084
  "outcomeAttributionEventMessage"?: Models.JourneyOutcomeEventsNotificationOutcomeAttributionMessage;
17132
17085
  }
@@ -17332,8 +17285,8 @@ declare namespace Models {
17332
17285
  "createdDate"?: string;
17333
17286
  "customerId"?: string;
17334
17287
  "customerIdType"?: string;
17335
- "eventType"?: string;
17336
17288
  "session"?: Models.JourneyWebActionEventsNotificationSession;
17289
+ "eventType"?: string;
17337
17290
  "webActionEvent"?: Models.JourneyWebActionEventsNotificationWebActionMessage;
17338
17291
  "blockedWebActionOfferEvent"?: Models.JourneyWebActionEventsNotificationBlockedWebActionOfferMessage;
17339
17292
  }
@@ -17505,8 +17458,8 @@ declare namespace Models {
17505
17458
  "createdDate"?: string;
17506
17459
  "customerId"?: string;
17507
17460
  "customerIdType"?: string;
17508
- "eventType"?: string;
17509
17461
  "session"?: Models.JourneyWebEventsNotificationSession;
17462
+ "eventType"?: string;
17510
17463
  "webEvent"?: Models.JourneyWebEventsNotificationWebMessage;
17511
17464
  "webActionEvent"?: Models.JourneyWebEventsNotificationWebActionMessage;
17512
17465
  "outcomeAchievedEvent"?: Models.JourneyWebEventsNotificationOutcomeAchievedMessage;
@@ -17672,6 +17625,11 @@ declare namespace Models {
17672
17625
  "displayName"?: string;
17673
17626
  }
17674
17627
 
17628
+ export interface Knowledge {
17629
+ "enabled"?: boolean;
17630
+ "knowledgeBase"?: Models.AddressableEntityRef;
17631
+ }
17632
+
17675
17633
  export interface KnowledgeBase {
17676
17634
  "id"?: string;
17677
17635
  "name"?: string;
@@ -17819,6 +17777,14 @@ declare namespace Models {
17819
17777
  "selfUri"?: string;
17820
17778
  }
17821
17779
 
17780
+ export interface KpiResult {
17781
+ "kpiTotalOn"?: number;
17782
+ "kpiTotalOff"?: number;
17783
+ "interactionCountOn"?: number;
17784
+ "interactionCountOff"?: number;
17785
+ "mediaType"?: string;
17786
+ }
17787
+
17822
17788
  export interface Language {
17823
17789
  "id"?: string;
17824
17790
  "name": string;
@@ -18825,7 +18791,7 @@ declare namespace Models {
18825
18791
  export interface MemberGroup {
18826
18792
  "id"?: string;
18827
18793
  "name"?: string;
18828
- "division"?: Models.Division;
18794
+ "division"?: Models.WritableDivision;
18829
18795
  "type"?: string;
18830
18796
  "memberCount"?: number;
18831
18797
  "selfUri"?: string;
@@ -19163,6 +19129,10 @@ declare namespace Models {
19163
19129
  "parameters"?: Array<Models.TemplateParameter>;
19164
19130
  }
19165
19131
 
19132
+ export interface MessengerApps {
19133
+ "knowledge"?: Models.Knowledge;
19134
+ }
19135
+
19166
19136
  export interface MessengerPositionSettings {
19167
19137
  "alignment"?: string;
19168
19138
  "sideSpace"?: number;
@@ -19174,6 +19144,7 @@ declare namespace Models {
19174
19144
  "styles"?: Models.MessengerStyles;
19175
19145
  "launcherButton"?: Models.LauncherButtonSettings;
19176
19146
  "fileUpload"?: Models.FileUploadSettings;
19147
+ "apps"?: Models.MessengerApps;
19177
19148
  "position"?: Models.MessengerPositionSettings;
19178
19149
  }
19179
19150
 
@@ -19531,6 +19502,7 @@ declare namespace Models {
19531
19502
  "domain"?: Models.AddressableEntityRef;
19532
19503
  "version"?: Models.NluDomainVersion;
19533
19504
  "intents"?: Array<Models.Intent>;
19505
+ "engineVersion"?: string;
19534
19506
  }
19535
19507
 
19536
19508
  export interface NluQualityReportSummary {
@@ -20175,7 +20147,6 @@ declare namespace Models {
20175
20147
  "fieldName"?: string;
20176
20148
  "direction"?: string;
20177
20149
  "numeric"?: boolean;
20178
- "additionalProperties"?: object;
20179
20150
  }
20180
20151
 
20181
20152
  export interface OutboundMessagingMessagingCampaignConfigChangeEmailConfig {
@@ -20197,12 +20168,6 @@ declare namespace Models {
20197
20168
  }
20198
20169
 
20199
20170
  export interface OutboundMessagingMessagingCampaignConfigChangeMessagingCampaign {
20200
- "id"?: string;
20201
- "division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
20202
- "name"?: string;
20203
- "dateCreated"?: string;
20204
- "dateModified"?: string;
20205
- "version"?: number;
20206
20171
  "campaignStatus"?: string;
20207
20172
  "callableTimeSet"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
20208
20173
  "contactList"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
@@ -20214,6 +20179,12 @@ declare namespace Models {
20214
20179
  "smsConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeSmsConfig;
20215
20180
  "emailConfig"?: Models.OutboundMessagingMessagingCampaignConfigChangeEmailConfig;
20216
20181
  "errors"?: Array<Models.OutboundMessagingMessagingCampaignConfigChangeErrorDetail>;
20182
+ "id"?: string;
20183
+ "division"?: Models.OutboundMessagingMessagingCampaignConfigChangeUriReference;
20184
+ "name"?: string;
20185
+ "dateCreated"?: string;
20186
+ "dateModified"?: string;
20187
+ "version"?: number;
20217
20188
  }
20218
20189
 
20219
20190
  export interface OutboundMessagingMessagingCampaignConfigChangeReplyToEmailAddress {
@@ -20247,7 +20218,6 @@ declare namespace Models {
20247
20218
  "numberOfContactsMessaged"?: number;
20248
20219
  "totalNumberOfContacts"?: number;
20249
20220
  "percentage"?: number;
20250
- "additionalProperties"?: object;
20251
20221
  }
20252
20222
 
20253
20223
  export interface OutboundMessagingMessagingCampaignProgressEventUriReference {
@@ -21612,6 +21582,7 @@ declare namespace Models {
21612
21582
  "emailInQueueFlow"?: Models.DomainEntityRef;
21613
21583
  "messageInQueueFlow"?: Models.DomainEntityRef;
21614
21584
  "whisperPrompt"?: Models.DomainEntityRef;
21585
+ "onHoldPrompt"?: Models.DomainEntityRef;
21615
21586
  "autoAnswerOnly"?: boolean;
21616
21587
  "enableTranscription"?: boolean;
21617
21588
  "enableManualAssignment"?: boolean;
@@ -21762,7 +21733,6 @@ declare namespace Models {
21762
21733
  "tags"?: Array<string>;
21763
21734
  "durationSeconds"?: number;
21764
21735
  "endTime"?: string;
21765
- "additionalProperties"?: object;
21766
21736
  }
21767
21737
 
21768
21738
  export interface QueueConversationCallbackEventTopicCallbackConversation {
@@ -21839,7 +21809,6 @@ declare namespace Models {
21839
21809
  "contactListId"?: string;
21840
21810
  "campaignId"?: string;
21841
21811
  "phoneNumberColumns"?: Array<Models.QueueConversationCallbackEventTopicPhoneNumberColumn>;
21842
- "additionalProperties"?: object;
21843
21812
  }
21844
21813
 
21845
21814
  export interface QueueConversationCallbackEventTopicErrorBody {
@@ -21884,7 +21853,6 @@ declare namespace Models {
21884
21853
  export interface QueueConversationCallbackEventTopicPhoneNumberColumn {
21885
21854
  "columnName"?: string;
21886
21855
  "type"?: string;
21887
- "additionalProperties"?: object;
21888
21856
  }
21889
21857
 
21890
21858
  export interface QueueConversationCallbackEventTopicScoredAgent {
@@ -21908,7 +21876,6 @@ declare namespace Models {
21908
21876
  "tags"?: Array<string>;
21909
21877
  "durationSeconds"?: number;
21910
21878
  "endTime"?: string;
21911
- "additionalProperties"?: object;
21912
21879
  }
21913
21880
 
21914
21881
  export interface QueueConversationChatEventTopicChatConversation {
@@ -22027,7 +21994,6 @@ declare namespace Models {
22027
21994
  "tags"?: Array<string>;
22028
21995
  "durationSeconds"?: number;
22029
21996
  "endTime"?: string;
22030
- "additionalProperties"?: object;
22031
21997
  }
22032
21998
 
22033
21999
  export interface QueueConversationCobrowseEventTopicCobrowseConversation {
@@ -22149,7 +22115,6 @@ declare namespace Models {
22149
22115
  "tags"?: Array<string>;
22150
22116
  "durationSeconds"?: number;
22151
22117
  "endTime"?: string;
22152
- "additionalProperties"?: object;
22153
22118
  }
22154
22119
 
22155
22120
  export interface QueueConversationEmailEventTopicAttachment {
@@ -22158,7 +22123,6 @@ declare namespace Models {
22158
22123
  "contentUri"?: string;
22159
22124
  "contentType"?: string;
22160
22125
  "contentLength"?: number;
22161
- "additionalProperties"?: object;
22162
22126
  }
22163
22127
 
22164
22128
  export interface QueueConversationEmailEventTopicConversationRoutingData {
@@ -22281,7 +22245,6 @@ declare namespace Models {
22281
22245
  "tags"?: Array<string>;
22282
22246
  "durationSeconds"?: number;
22283
22247
  "endTime"?: string;
22284
- "additionalProperties"?: object;
22285
22248
  }
22286
22249
 
22287
22250
  export interface QueueConversationEventTopicAddress {
@@ -22290,7 +22253,6 @@ declare namespace Models {
22290
22253
  "addressNormalized"?: string;
22291
22254
  "addressRaw"?: string;
22292
22255
  "addressDisplayable"?: string;
22293
- "additionalProperties"?: object;
22294
22256
  }
22295
22257
 
22296
22258
  export interface QueueConversationEventTopicAfterCallWork {
@@ -22305,7 +22267,6 @@ declare namespace Models {
22305
22267
  "contentUri"?: string;
22306
22268
  "contentType"?: string;
22307
22269
  "contentLength"?: number;
22308
- "additionalProperties"?: object;
22309
22270
  }
22310
22271
 
22311
22272
  export interface QueueConversationEventTopicCall {
@@ -22335,7 +22296,6 @@ declare namespace Models {
22335
22296
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
22336
22297
  "afterCallWorkRequired"?: boolean;
22337
22298
  "agentAssistantId"?: string;
22338
- "additionalProperties"?: object;
22339
22299
  }
22340
22300
 
22341
22301
  export interface QueueConversationEventTopicCallback {
@@ -22364,7 +22324,6 @@ declare namespace Models {
22364
22324
  "afterCallWorkRequired"?: boolean;
22365
22325
  "callerId"?: string;
22366
22326
  "callerIdName"?: string;
22367
- "additionalProperties"?: object;
22368
22327
  }
22369
22328
 
22370
22329
  export interface QueueConversationEventTopicChat {
@@ -22384,7 +22343,6 @@ declare namespace Models {
22384
22343
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
22385
22344
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
22386
22345
  "afterCallWorkRequired"?: boolean;
22387
- "additionalProperties"?: object;
22388
22346
  }
22389
22347
 
22390
22348
  export interface QueueConversationEventTopicCobrowse {
@@ -22406,7 +22364,6 @@ declare namespace Models {
22406
22364
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
22407
22365
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
22408
22366
  "afterCallWorkRequired"?: boolean;
22409
- "additionalProperties"?: object;
22410
22367
  }
22411
22368
 
22412
22369
  export interface QueueConversationEventTopicConversation {
@@ -22432,7 +22389,6 @@ declare namespace Models {
22432
22389
  "contactListId"?: string;
22433
22390
  "campaignId"?: string;
22434
22391
  "phoneNumberColumns"?: Array<Models.QueueConversationEventTopicPhoneNumberColumn>;
22435
- "additionalProperties"?: object;
22436
22392
  }
22437
22393
 
22438
22394
  export interface QueueConversationEventTopicDisconnectReason {
@@ -22463,7 +22419,6 @@ declare namespace Models {
22463
22419
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
22464
22420
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
22465
22421
  "afterCallWorkRequired"?: boolean;
22466
- "additionalProperties"?: object;
22467
22422
  }
22468
22423
 
22469
22424
  export interface QueueConversationEventTopicErrorDetails {
@@ -22474,7 +22429,6 @@ declare namespace Models {
22474
22429
  "messageParams"?: { [key: string]: string; };
22475
22430
  "contextId"?: string;
22476
22431
  "uri"?: string;
22477
- "additionalProperties"?: object;
22478
22432
  }
22479
22433
 
22480
22434
  export interface QueueConversationEventTopicFaxStatus {
@@ -22538,7 +22492,6 @@ declare namespace Models {
22538
22492
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
22539
22493
  "afterCallWorkRequired"?: boolean;
22540
22494
  "agentAssistantId"?: string;
22541
- "additionalProperties"?: object;
22542
22495
  }
22543
22496
 
22544
22497
  export interface QueueConversationEventTopicMessageDetails {
@@ -22600,13 +22553,11 @@ declare namespace Models {
22600
22553
  "screenshares"?: Array<Models.QueueConversationEventTopicScreenshare>;
22601
22554
  "socialExpressions"?: Array<Models.QueueConversationEventTopicSocialExpression>;
22602
22555
  "videos"?: Array<Models.QueueConversationEventTopicVideo>;
22603
- "additionalProperties"?: object;
22604
22556
  }
22605
22557
 
22606
22558
  export interface QueueConversationEventTopicPhoneNumberColumn {
22607
22559
  "columnName"?: string;
22608
22560
  "type"?: string;
22609
- "additionalProperties"?: object;
22610
22561
  }
22611
22562
 
22612
22563
  export interface QueueConversationEventTopicScoredAgent {
@@ -22629,7 +22580,6 @@ declare namespace Models {
22629
22580
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
22630
22581
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
22631
22582
  "afterCallWorkRequired"?: boolean;
22632
- "additionalProperties"?: object;
22633
22583
  }
22634
22584
 
22635
22585
  export interface QueueConversationEventTopicSocialExpression {
@@ -22651,7 +22601,6 @@ declare namespace Models {
22651
22601
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
22652
22602
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
22653
22603
  "afterCallWorkRequired"?: boolean;
22654
- "additionalProperties"?: object;
22655
22604
  }
22656
22605
 
22657
22606
  export interface QueueConversationEventTopicUriReference {
@@ -22677,7 +22626,6 @@ declare namespace Models {
22677
22626
  "wrapup"?: Models.QueueConversationEventTopicWrapup;
22678
22627
  "afterCallWork"?: Models.QueueConversationEventTopicAfterCallWork;
22679
22628
  "afterCallWorkRequired"?: boolean;
22680
- "additionalProperties"?: object;
22681
22629
  }
22682
22630
 
22683
22631
  export interface QueueConversationEventTopicVoicemail {
@@ -22691,7 +22639,6 @@ declare namespace Models {
22691
22639
  "tags"?: Array<string>;
22692
22640
  "durationSeconds"?: number;
22693
22641
  "endTime"?: string;
22694
- "additionalProperties"?: object;
22695
22642
  }
22696
22643
 
22697
22644
  export interface QueueConversationMessageEventTopicConversationRoutingData {
@@ -22834,7 +22781,6 @@ declare namespace Models {
22834
22781
  "tags"?: Array<string>;
22835
22782
  "durationSeconds"?: number;
22836
22783
  "endTime"?: string;
22837
- "additionalProperties"?: object;
22838
22784
  }
22839
22785
 
22840
22786
  export interface QueueConversationScreenShareEventTopicConversationRoutingData {
@@ -22954,7 +22900,6 @@ declare namespace Models {
22954
22900
  "tags"?: Array<string>;
22955
22901
  "durationSeconds"?: number;
22956
22902
  "endTime"?: string;
22957
- "additionalProperties"?: object;
22958
22903
  }
22959
22904
 
22960
22905
  export interface QueueConversationSocialExpressionEventTopicAddress {
@@ -22963,7 +22908,6 @@ declare namespace Models {
22963
22908
  "addressNormalized"?: string;
22964
22909
  "addressRaw"?: string;
22965
22910
  "addressDisplayable"?: string;
22966
- "additionalProperties"?: object;
22967
22911
  }
22968
22912
 
22969
22913
  export interface QueueConversationSocialExpressionEventTopicAfterCallWork {
@@ -22978,7 +22922,6 @@ declare namespace Models {
22978
22922
  "contentUri"?: string;
22979
22923
  "contentType"?: string;
22980
22924
  "contentLength"?: number;
22981
- "additionalProperties"?: object;
22982
22925
  }
22983
22926
 
22984
22927
  export interface QueueConversationSocialExpressionEventTopicCall {
@@ -23008,7 +22951,6 @@ declare namespace Models {
23008
22951
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
23009
22952
  "afterCallWorkRequired"?: boolean;
23010
22953
  "agentAssistantId"?: string;
23011
- "additionalProperties"?: object;
23012
22954
  }
23013
22955
 
23014
22956
  export interface QueueConversationSocialExpressionEventTopicCallback {
@@ -23037,7 +22979,6 @@ declare namespace Models {
23037
22979
  "afterCallWorkRequired"?: boolean;
23038
22980
  "callerId"?: string;
23039
22981
  "callerIdName"?: string;
23040
- "additionalProperties"?: object;
23041
22982
  }
23042
22983
 
23043
22984
  export interface QueueConversationSocialExpressionEventTopicChat {
@@ -23057,7 +22998,6 @@ declare namespace Models {
23057
22998
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
23058
22999
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
23059
23000
  "afterCallWorkRequired"?: boolean;
23060
- "additionalProperties"?: object;
23061
23001
  }
23062
23002
 
23063
23003
  export interface QueueConversationSocialExpressionEventTopicCobrowse {
@@ -23079,7 +23019,6 @@ declare namespace Models {
23079
23019
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
23080
23020
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
23081
23021
  "afterCallWorkRequired"?: boolean;
23082
- "additionalProperties"?: object;
23083
23022
  }
23084
23023
 
23085
23024
  export interface QueueConversationSocialExpressionEventTopicConversation {
@@ -23105,7 +23044,6 @@ declare namespace Models {
23105
23044
  "contactListId"?: string;
23106
23045
  "campaignId"?: string;
23107
23046
  "phoneNumberColumns"?: Array<Models.QueueConversationSocialExpressionEventTopicPhoneNumberColumn>;
23108
- "additionalProperties"?: object;
23109
23047
  }
23110
23048
 
23111
23049
  export interface QueueConversationSocialExpressionEventTopicDisconnectReason {
@@ -23136,7 +23074,6 @@ declare namespace Models {
23136
23074
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
23137
23075
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
23138
23076
  "afterCallWorkRequired"?: boolean;
23139
- "additionalProperties"?: object;
23140
23077
  }
23141
23078
 
23142
23079
  export interface QueueConversationSocialExpressionEventTopicErrorDetails {
@@ -23147,7 +23084,6 @@ declare namespace Models {
23147
23084
  "messageParams"?: { [key: string]: string; };
23148
23085
  "contextId"?: string;
23149
23086
  "uri"?: string;
23150
- "additionalProperties"?: object;
23151
23087
  }
23152
23088
 
23153
23089
  export interface QueueConversationSocialExpressionEventTopicFaxStatus {
@@ -23211,7 +23147,6 @@ declare namespace Models {
23211
23147
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
23212
23148
  "afterCallWorkRequired"?: boolean;
23213
23149
  "agentAssistantId"?: string;
23214
- "additionalProperties"?: object;
23215
23150
  }
23216
23151
 
23217
23152
  export interface QueueConversationSocialExpressionEventTopicMessageDetails {
@@ -23273,13 +23208,11 @@ declare namespace Models {
23273
23208
  "screenshares"?: Array<Models.QueueConversationSocialExpressionEventTopicScreenshare>;
23274
23209
  "socialExpressions"?: Array<Models.QueueConversationSocialExpressionEventTopicSocialExpression>;
23275
23210
  "videos"?: Array<Models.QueueConversationSocialExpressionEventTopicVideo>;
23276
- "additionalProperties"?: object;
23277
23211
  }
23278
23212
 
23279
23213
  export interface QueueConversationSocialExpressionEventTopicPhoneNumberColumn {
23280
23214
  "columnName"?: string;
23281
23215
  "type"?: string;
23282
- "additionalProperties"?: object;
23283
23216
  }
23284
23217
 
23285
23218
  export interface QueueConversationSocialExpressionEventTopicScoredAgent {
@@ -23302,7 +23235,6 @@ declare namespace Models {
23302
23235
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
23303
23236
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
23304
23237
  "afterCallWorkRequired"?: boolean;
23305
- "additionalProperties"?: object;
23306
23238
  }
23307
23239
 
23308
23240
  export interface QueueConversationSocialExpressionEventTopicSocialExpression {
@@ -23324,7 +23256,6 @@ declare namespace Models {
23324
23256
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
23325
23257
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
23326
23258
  "afterCallWorkRequired"?: boolean;
23327
- "additionalProperties"?: object;
23328
23259
  }
23329
23260
 
23330
23261
  export interface QueueConversationSocialExpressionEventTopicUriReference {
@@ -23350,7 +23281,6 @@ declare namespace Models {
23350
23281
  "wrapup"?: Models.QueueConversationSocialExpressionEventTopicWrapup;
23351
23282
  "afterCallWork"?: Models.QueueConversationSocialExpressionEventTopicAfterCallWork;
23352
23283
  "afterCallWorkRequired"?: boolean;
23353
- "additionalProperties"?: object;
23354
23284
  }
23355
23285
 
23356
23286
  export interface QueueConversationSocialExpressionEventTopicVoicemail {
@@ -23364,7 +23294,6 @@ declare namespace Models {
23364
23294
  "tags"?: Array<string>;
23365
23295
  "durationSeconds"?: number;
23366
23296
  "endTime"?: string;
23367
- "additionalProperties"?: object;
23368
23297
  }
23369
23298
 
23370
23299
  export interface QueueConversationVideoEventTopicAddress {
@@ -23373,7 +23302,6 @@ declare namespace Models {
23373
23302
  "addressNormalized"?: string;
23374
23303
  "addressRaw"?: string;
23375
23304
  "addressDisplayable"?: string;
23376
- "additionalProperties"?: object;
23377
23305
  }
23378
23306
 
23379
23307
  export interface QueueConversationVideoEventTopicAfterCallWork {
@@ -23388,7 +23316,6 @@ declare namespace Models {
23388
23316
  "contentUri"?: string;
23389
23317
  "contentType"?: string;
23390
23318
  "contentLength"?: number;
23391
- "additionalProperties"?: object;
23392
23319
  }
23393
23320
 
23394
23321
  export interface QueueConversationVideoEventTopicCall {
@@ -23418,7 +23345,6 @@ declare namespace Models {
23418
23345
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
23419
23346
  "afterCallWorkRequired"?: boolean;
23420
23347
  "agentAssistantId"?: string;
23421
- "additionalProperties"?: object;
23422
23348
  }
23423
23349
 
23424
23350
  export interface QueueConversationVideoEventTopicCallback {
@@ -23447,7 +23373,6 @@ declare namespace Models {
23447
23373
  "afterCallWorkRequired"?: boolean;
23448
23374
  "callerId"?: string;
23449
23375
  "callerIdName"?: string;
23450
- "additionalProperties"?: object;
23451
23376
  }
23452
23377
 
23453
23378
  export interface QueueConversationVideoEventTopicChat {
@@ -23467,7 +23392,6 @@ declare namespace Models {
23467
23392
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
23468
23393
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
23469
23394
  "afterCallWorkRequired"?: boolean;
23470
- "additionalProperties"?: object;
23471
23395
  }
23472
23396
 
23473
23397
  export interface QueueConversationVideoEventTopicCobrowse {
@@ -23489,7 +23413,6 @@ declare namespace Models {
23489
23413
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
23490
23414
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
23491
23415
  "afterCallWorkRequired"?: boolean;
23492
- "additionalProperties"?: object;
23493
23416
  }
23494
23417
 
23495
23418
  export interface QueueConversationVideoEventTopicConversation {
@@ -23515,7 +23438,6 @@ declare namespace Models {
23515
23438
  "contactListId"?: string;
23516
23439
  "campaignId"?: string;
23517
23440
  "phoneNumberColumns"?: Array<Models.QueueConversationVideoEventTopicPhoneNumberColumn>;
23518
- "additionalProperties"?: object;
23519
23441
  }
23520
23442
 
23521
23443
  export interface QueueConversationVideoEventTopicDisconnectReason {
@@ -23546,7 +23468,6 @@ declare namespace Models {
23546
23468
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
23547
23469
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
23548
23470
  "afterCallWorkRequired"?: boolean;
23549
- "additionalProperties"?: object;
23550
23471
  }
23551
23472
 
23552
23473
  export interface QueueConversationVideoEventTopicErrorDetails {
@@ -23557,7 +23478,6 @@ declare namespace Models {
23557
23478
  "messageParams"?: { [key: string]: string; };
23558
23479
  "contextId"?: string;
23559
23480
  "uri"?: string;
23560
- "additionalProperties"?: object;
23561
23481
  }
23562
23482
 
23563
23483
  export interface QueueConversationVideoEventTopicFaxStatus {
@@ -23621,7 +23541,6 @@ declare namespace Models {
23621
23541
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
23622
23542
  "afterCallWorkRequired"?: boolean;
23623
23543
  "agentAssistantId"?: string;
23624
- "additionalProperties"?: object;
23625
23544
  }
23626
23545
 
23627
23546
  export interface QueueConversationVideoEventTopicMessageDetails {
@@ -23683,13 +23602,11 @@ declare namespace Models {
23683
23602
  "screenshares"?: Array<Models.QueueConversationVideoEventTopicScreenshare>;
23684
23603
  "socialExpressions"?: Array<Models.QueueConversationVideoEventTopicSocialExpression>;
23685
23604
  "videos"?: Array<Models.QueueConversationVideoEventTopicVideo>;
23686
- "additionalProperties"?: object;
23687
23605
  }
23688
23606
 
23689
23607
  export interface QueueConversationVideoEventTopicPhoneNumberColumn {
23690
23608
  "columnName"?: string;
23691
23609
  "type"?: string;
23692
- "additionalProperties"?: object;
23693
23610
  }
23694
23611
 
23695
23612
  export interface QueueConversationVideoEventTopicScoredAgent {
@@ -23712,7 +23629,6 @@ declare namespace Models {
23712
23629
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
23713
23630
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
23714
23631
  "afterCallWorkRequired"?: boolean;
23715
- "additionalProperties"?: object;
23716
23632
  }
23717
23633
 
23718
23634
  export interface QueueConversationVideoEventTopicSocialExpression {
@@ -23734,7 +23650,6 @@ declare namespace Models {
23734
23650
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
23735
23651
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
23736
23652
  "afterCallWorkRequired"?: boolean;
23737
- "additionalProperties"?: object;
23738
23653
  }
23739
23654
 
23740
23655
  export interface QueueConversationVideoEventTopicUriReference {
@@ -23760,7 +23675,6 @@ declare namespace Models {
23760
23675
  "wrapup"?: Models.QueueConversationVideoEventTopicWrapup;
23761
23676
  "afterCallWork"?: Models.QueueConversationVideoEventTopicAfterCallWork;
23762
23677
  "afterCallWorkRequired"?: boolean;
23763
- "additionalProperties"?: object;
23764
23678
  }
23765
23679
 
23766
23680
  export interface QueueConversationVideoEventTopicVoicemail {
@@ -23774,7 +23688,6 @@ declare namespace Models {
23774
23688
  "tags"?: Array<string>;
23775
23689
  "durationSeconds"?: number;
23776
23690
  "endTime"?: string;
23777
- "additionalProperties"?: object;
23778
23691
  }
23779
23692
 
23780
23693
  export interface QueueEmailAddress {
@@ -23884,6 +23797,7 @@ declare namespace Models {
23884
23797
  "emailInQueueFlow"?: Models.DomainEntityRef;
23885
23798
  "messageInQueueFlow"?: Models.DomainEntityRef;
23886
23799
  "whisperPrompt"?: Models.DomainEntityRef;
23800
+ "onHoldPrompt"?: Models.DomainEntityRef;
23887
23801
  "autoAnswerOnly"?: boolean;
23888
23802
  "enableTranscription"?: boolean;
23889
23803
  "enableManualAssignment"?: boolean;
@@ -24036,6 +23950,12 @@ declare namespace Models {
24036
23950
  "textback"?: string;
24037
23951
  }
24038
23952
 
23953
+ export interface RecordingContentStory {
23954
+ "type"?: string;
23955
+ "url"?: string;
23956
+ "replyToId"?: string;
23957
+ }
23958
+
24039
23959
  export interface RecordingEmailMessage {
24040
23960
  "htmlBody"?: string;
24041
23961
  "textBody"?: string;
@@ -24111,6 +24031,7 @@ declare namespace Models {
24111
24031
  "messageStickerAttachments"?: Array<Models.MessageStickerAttachment>;
24112
24032
  "quickReplies"?: Array<Models.QuickReply>;
24113
24033
  "buttonResponse"?: Models.ButtonResponse;
24034
+ "story"?: Models.RecordingContentStory;
24114
24035
  }
24115
24036
 
24116
24037
  export interface RecordingMetadata {
@@ -26414,6 +26335,10 @@ declare namespace Models {
26414
26335
  "query": Array<Models.SuggestSearchCriteria>;
26415
26336
  }
26416
26337
 
26338
+ export interface SupportCenterSettings {
26339
+ "enabled"?: boolean;
26340
+ }
26341
+
26417
26342
  export interface SupportedContentReference {
26418
26343
  "id": string;
26419
26344
  "name"?: string;
@@ -28519,6 +28444,7 @@ declare namespace Models {
28519
28444
  "emailInQueueFlow"?: Models.DomainEntityRef;
28520
28445
  "messageInQueueFlow"?: Models.DomainEntityRef;
28521
28446
  "whisperPrompt"?: Models.DomainEntityRef;
28447
+ "onHoldPrompt"?: Models.DomainEntityRef;
28522
28448
  "enableTranscription"?: boolean;
28523
28449
  "enableManualAssignment"?: boolean;
28524
28450
  "callingPartyName"?: string;
@@ -28626,7 +28552,6 @@ declare namespace Models {
28626
28552
  export interface UserRoutingStatusUserParam {
28627
28553
  "key"?: string;
28628
28554
  "value"?: string;
28629
- "additionalProperties"?: object;
28630
28555
  }
28631
28556
 
28632
28557
  export interface UserRoutingStatusUserRoutingStatus {
@@ -29408,6 +29333,7 @@ declare namespace Models {
29408
29333
  "languages"?: Array<string>;
29409
29334
  "defaultLanguage"?: string;
29410
29335
  "messenger"?: Models.MessengerSettings;
29336
+ "supportCenter"?: Models.SupportCenterSettings;
29411
29337
  "cobrowse"?: Models.CobrowseSettings;
29412
29338
  "journeyEvents"?: Models.JourneyEventsSettings;
29413
29339
  "authenticationSettings"?: Models.AuthenticationSettings;