purecloud-platform-client-v2 188.0.1 → 189.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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +1059 -113
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1059 -113
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +340 -115
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +359 -122
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +727 -7
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +298 -6
  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/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +13 -9
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +5 -5
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +240 -11
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +187 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +161 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +7 -3
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +4 -4
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +48 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +27 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -3
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +4 -3
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts CHANGED
@@ -366,9 +366,11 @@ declare class ArchitectApi {
366
366
  deleteArchitectSchedulegroup(scheduleGroupId: string): Promise<void>;
367
367
  deleteArchitectSystempromptResource(promptId: string, languageCode: string): Promise<void>;
368
368
  deleteFlow(flowId: string): Promise<void>;
369
+ deleteFlowInstancesSettingsLoglevels(flowId: string): Promise<void>;
369
370
  deleteFlows(id: Array<string>): Promise<Models.Operation>;
370
371
  deleteFlowsDatatable(datatableId: string, opts?: ArchitectApi.deleteFlowsDatatableOptions): Promise<void>;
371
372
  deleteFlowsDatatableRow(datatableId: string, rowId: string): Promise<void>;
373
+ deleteFlowsInstancesSettingsLoglevelsDefault(): Promise<void>;
372
374
  deleteFlowsMilestone(milestoneId: string): Promise<object>;
373
375
  getArchitectDependencytracking(name: string, opts?: ArchitectApi.getArchitectDependencytrackingOptions): Promise<Models.DependencyObjectEntityListing>;
374
376
  getArchitectDependencytrackingBuild(): Promise<Models.DependencyStatus>;
@@ -406,6 +408,7 @@ declare class ArchitectApi {
406
408
  getArchitectSystemprompts(opts?: ArchitectApi.getArchitectSystempromptsOptions): Promise<Models.SystemPromptEntityListing>;
407
409
  getFlow(flowId: string, opts?: ArchitectApi.getFlowOptions): Promise<Models.Flow>;
408
410
  getFlowHistoryHistoryId(flowId: string, historyId: string, opts?: ArchitectApi.getFlowHistoryHistoryIdOptions): Promise<Models.HistoryListing>;
411
+ getFlowInstancesSettingsLoglevels(flowId: string, opts?: ArchitectApi.getFlowInstancesSettingsLoglevelsOptions): Promise<Models.FlowSettingsResponse>;
409
412
  getFlowLatestconfiguration(flowId: string, opts?: ArchitectApi.getFlowLatestconfigurationOptions): Promise<object>;
410
413
  getFlowVersion(flowId: string, versionId: string, opts?: ArchitectApi.getFlowVersionOptions): Promise<Models.FlowVersion>;
411
414
  getFlowVersionConfiguration(flowId: string, versionId: string, opts?: ArchitectApi.getFlowVersionConfigurationOptions): Promise<object>;
@@ -428,6 +431,10 @@ declare class ArchitectApi {
428
431
  getFlowsInstance(instanceId: string, opts?: ArchitectApi.getFlowsInstanceOptions): Promise<Models.GetFlowExecutionDataJobResult>;
429
432
  getFlowsInstancesJob(jobId: string): Promise<Models.GetFlowExecutionDataJobResult>;
430
433
  getFlowsInstancesQuerycapabilities(opts?: ArchitectApi.getFlowsInstancesQuerycapabilitiesOptions): Promise<Models.FlowsQueryCriteriaResponse>;
434
+ getFlowsInstancesSettingsExecutiondata(): Promise<Models.ExecutionDataFlowSettingsResponse>;
435
+ getFlowsInstancesSettingsLoglevels(opts?: ArchitectApi.getFlowsInstancesSettingsLoglevelsOptions): Promise<Models.FlowSettingsResponseEntityListing>;
436
+ getFlowsInstancesSettingsLoglevelsCharacteristics(): Promise<Models.FlowLogLevelCharacteristicsDefinitions>;
437
+ getFlowsInstancesSettingsLoglevelsDefault(opts?: ArchitectApi.getFlowsInstancesSettingsLoglevelsDefaultOptions): Promise<Models.FlowSettingsResponse>;
431
438
  getFlowsJob(jobId: string, opts?: ArchitectApi.getFlowsJobOptions): Promise<Models.ArchitectJobStateResponse>;
432
439
  getFlowsMilestone(milestoneId: string): Promise<Models.FlowMilestone>;
433
440
  getFlowsMilestones(opts?: ArchitectApi.getFlowsMilestonesOptions): Promise<Models.FlowMilestoneListing>;
@@ -437,6 +444,7 @@ declare class ArchitectApi {
437
444
  getFlowsOutcomesDivisionviews(opts?: ArchitectApi.getFlowsOutcomesDivisionviewsOptions): Promise<Models.FlowOutcomeDivisionViewEntityListing>;
438
445
  patchArchitectGrammar(grammarId: string, opts?: ArchitectApi.patchArchitectGrammarOptions): Promise<Models.Grammar>;
439
446
  patchArchitectGrammarLanguage(grammarId: string, languageCode: string, opts?: ArchitectApi.patchArchitectGrammarLanguageOptions): Promise<Models.GrammarLanguage>;
447
+ patchFlowsInstancesSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest): Promise<Models.ExecutionDataFlowSettingsResponse>;
440
448
  postArchitectDependencytrackingBuild(): Promise<void>;
441
449
  postArchitectEmergencygroups(body: Models.EmergencyGroup): Promise<Models.EmergencyGroup>;
442
450
  postArchitectGrammarLanguageFilesDtmf(grammarId: string, languageCode: string, body: Models.GrammarFileUploadRequest): Promise<Models.UploadUrlResponse>;
@@ -452,6 +460,7 @@ declare class ArchitectApi {
452
460
  postArchitectSystempromptHistory(promptId: string): Promise<Models.Operation>;
453
461
  postArchitectSystempromptResources(promptId: string, body: Models.SystemPromptAsset): Promise<Models.SystemPromptAsset>;
454
462
  postFlowHistory(flowId: string): Promise<Models.Operation>;
463
+ postFlowInstancesSettingsLoglevels(flowId: string, body: Models.FlowLogLevelRequest, opts?: ArchitectApi.postFlowInstancesSettingsLoglevelsOptions): Promise<Models.FlowSettingsResponse>;
455
464
  postFlowVersions(flowId: string, body: object): Promise<Models.FlowVersion>;
456
465
  postFlows(body: Models.Flow, opts?: ArchitectApi.postFlowsOptions): Promise<Models.Flow>;
457
466
  postFlowsActionsCheckin(flow: string): Promise<Models.Operation>;
@@ -478,8 +487,10 @@ declare class ArchitectApi {
478
487
  putArchitectSchedulegroup(scheduleGroupId: string, body: Models.ScheduleGroup): Promise<Models.ScheduleGroup>;
479
488
  putArchitectSystempromptResource(promptId: string, languageCode: string, body: Models.SystemPromptAsset): Promise<Models.SystemPromptAsset>;
480
489
  putFlow(flowId: string, body: Models.Flow): Promise<Models.Flow>;
490
+ putFlowInstancesSettingsLoglevels(flowId: string, body: Models.FlowLogLevelRequest, opts?: ArchitectApi.putFlowInstancesSettingsLoglevelsOptions): Promise<Models.FlowSettingsResponse>;
481
491
  putFlowsDatatable(datatableId: string, body: Models.DataTable, opts?: ArchitectApi.putFlowsDatatableOptions): Promise<Models.DataTable>;
482
492
  putFlowsDatatableRow(datatableId: string, rowId: string, opts?: ArchitectApi.putFlowsDatatableRowOptions): Promise<{ [key: string]: object; }>;
493
+ putFlowsInstancesSettingsLoglevelsDefault(body: Models.FlowLogLevelRequest, opts?: ArchitectApi.putFlowsInstancesSettingsLoglevelsDefaultOptions): Promise<Models.FlowSettingsResponse>;
483
494
  putFlowsMilestone(milestoneId: string, opts?: ArchitectApi.putFlowsMilestoneOptions): Promise<Models.FlowMilestone>;
484
495
  putFlowsOutcome(flowOutcomeId: string, opts?: ArchitectApi.putFlowsOutcomeOptions): Promise<Models.Operation>;
485
496
  }
@@ -693,6 +704,9 @@ declare namespace ArchitectApi {
693
704
  "sortBy"?: string;
694
705
  "action"?: Array<string>;
695
706
  }
707
+ export interface getFlowInstancesSettingsLoglevelsOptions {
708
+ "expand"?: Array<string>;
709
+ }
696
710
  export interface getFlowLatestconfigurationOptions {
697
711
  "deleted"?: boolean;
698
712
  }
@@ -788,6 +802,14 @@ declare namespace ArchitectApi {
788
802
  export interface getFlowsInstancesQuerycapabilitiesOptions {
789
803
  "expand"?: string;
790
804
  }
805
+ export interface getFlowsInstancesSettingsLoglevelsOptions {
806
+ "expand"?: Array<string>;
807
+ "pageNumber"?: number;
808
+ "pageSize"?: number;
809
+ }
810
+ export interface getFlowsInstancesSettingsLoglevelsDefaultOptions {
811
+ "expand"?: Array<string>;
812
+ }
791
813
  export interface getFlowsJobOptions {
792
814
  "expand"?: Array<string>;
793
815
  }
@@ -837,6 +859,9 @@ declare namespace ArchitectApi {
837
859
  export interface patchArchitectGrammarLanguageOptions {
838
860
  "body"?: Models.GrammarLanguageUpdate;
839
861
  }
862
+ export interface postFlowInstancesSettingsLoglevelsOptions {
863
+ "expand"?: Array<string>;
864
+ }
840
865
  export interface postFlowsOptions {
841
866
  "language"?: string;
842
867
  }
@@ -856,12 +881,18 @@ declare namespace ArchitectApi {
856
881
  export interface postFlowsOutcomesOptions {
857
882
  "body"?: Models.FlowOutcome;
858
883
  }
884
+ export interface putFlowInstancesSettingsLoglevelsOptions {
885
+ "expand"?: Array<string>;
886
+ }
859
887
  export interface putFlowsDatatableOptions {
860
888
  "expand"?: string;
861
889
  }
862
890
  export interface putFlowsDatatableRowOptions {
863
891
  "body"?: object;
864
892
  }
893
+ export interface putFlowsInstancesSettingsLoglevelsDefaultOptions {
894
+ "expand"?: Array<string>;
895
+ }
865
896
  export interface putFlowsMilestoneOptions {
866
897
  "body"?: Models.FlowMilestone;
867
898
  }
@@ -2405,15 +2436,22 @@ declare class IntegrationsApi {
2405
2436
  getIntegrationsCredentialsTypes(): Promise<Models.CredentialTypeListing>;
2406
2437
  getIntegrationsSpeechDialogflowAgent(agentId: string): Promise<Models.DialogflowAgent>;
2407
2438
  getIntegrationsSpeechDialogflowAgents(opts?: IntegrationsApi.getIntegrationsSpeechDialogflowAgentsOptions): Promise<Models.DialogflowAgentSummaryEntityListing>;
2439
+ getIntegrationsSpeechDialogflowcxAgent(agentId: string): Promise<Models.DialogflowCXAgent>;
2440
+ getIntegrationsSpeechDialogflowcxAgents(opts?: IntegrationsApi.getIntegrationsSpeechDialogflowcxAgentsOptions): Promise<Models.DialogflowCXAgentSummaryEntityListing>;
2408
2441
  getIntegrationsSpeechLexBotAlias(aliasId: string): Promise<Models.LexBotAlias>;
2409
2442
  getIntegrationsSpeechLexBotBotIdAliases(botId: string, opts?: IntegrationsApi.getIntegrationsSpeechLexBotBotIdAliasesOptions): Promise<Models.LexBotAliasEntityListing>;
2410
2443
  getIntegrationsSpeechLexBots(opts?: IntegrationsApi.getIntegrationsSpeechLexBotsOptions): Promise<Models.LexBotEntityListing>;
2444
+ getIntegrationsSpeechLexv2BotAlias(aliasId: string): Promise<Models.LexV2BotAlias>;
2445
+ getIntegrationsSpeechLexv2BotBotIdAliases(botId: string, opts?: IntegrationsApi.getIntegrationsSpeechLexv2BotBotIdAliasesOptions): Promise<Models.LexV2BotAliasEntityListing>;
2446
+ getIntegrationsSpeechLexv2Bots(opts?: IntegrationsApi.getIntegrationsSpeechLexv2BotsOptions): Promise<Models.LexV2BotEntityListing>;
2411
2447
  getIntegrationsSpeechNuanceNuanceIntegrationIdBot(nuanceIntegrationId: string, botId: string, opts?: IntegrationsApi.getIntegrationsSpeechNuanceNuanceIntegrationIdBotOptions): Promise<Models.NuanceBot>;
2412
2448
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotJob(nuanceIntegrationId: string, botId: string, jobId: string): Promise<Models.AsyncJob>;
2413
2449
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotJobResults(nuanceIntegrationId: string, botId: string, jobId: string): Promise<Models.NuanceBot>;
2414
2450
  getIntegrationsSpeechNuanceNuanceIntegrationIdBots(nuanceIntegrationId: string, opts?: IntegrationsApi.getIntegrationsSpeechNuanceNuanceIntegrationIdBotsOptions): Promise<Models.NuanceBotEntityListing>;
2415
2451
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJob(nuanceIntegrationId: string, jobId: string): Promise<Models.AsyncJob>;
2416
2452
  getIntegrationsSpeechNuanceNuanceIntegrationIdBotsJobResults(nuanceIntegrationId: string, jobId: string): Promise<Models.NuanceBotEntityListing>;
2453
+ getIntegrationsSpeechSttEngine(engineId: string): Promise<Models.SttEngineEntity>;
2454
+ getIntegrationsSpeechSttEngines(opts?: IntegrationsApi.getIntegrationsSpeechSttEnginesOptions): Promise<Models.SttEngineEntityListing>;
2417
2455
  getIntegrationsSpeechTtsEngine(engineId: string, opts?: IntegrationsApi.getIntegrationsSpeechTtsEngineOptions): Promise<Models.TtsEngineEntity>;
2418
2456
  getIntegrationsSpeechTtsEngineVoice(engineId: string, voiceId: string): Promise<Models.TtsVoiceEntity>;
2419
2457
  getIntegrationsSpeechTtsEngineVoices(engineId: string, opts?: IntegrationsApi.getIntegrationsSpeechTtsEngineVoicesOptions): Promise<Models.TtsVoiceEntityListing>;
@@ -2422,6 +2460,8 @@ declare class IntegrationsApi {
2422
2460
  getIntegrationsType(typeId: string): Promise<Models.IntegrationType>;
2423
2461
  getIntegrationsTypeConfigschema(typeId: string, configType: string): Promise<Models.JsonSchemaDocument>;
2424
2462
  getIntegrationsTypes(opts?: IntegrationsApi.getIntegrationsTypesOptions): Promise<Models.IntegrationTypeEntityListing>;
2463
+ getIntegrationsUnifiedcommunicationsClientapp(ucIntegrationId: string): Promise<Models.UnifiedCommunicationsIntegration>;
2464
+ getIntegrationsUnifiedcommunicationsClientapps(opts?: IntegrationsApi.getIntegrationsUnifiedcommunicationsClientappsOptions): Promise<Models.UnifiedCommunicationsIntegrationListing>;
2425
2465
  getIntegrationsUserapps(opts?: IntegrationsApi.getIntegrationsUserappsOptions): Promise<Models.UserAppEntityListing>;
2426
2466
  patchIntegration(integrationId: string, opts?: IntegrationsApi.patchIntegrationOptions): Promise<Models.Integration>;
2427
2467
  patchIntegrationsAction(actionId: string, body: Models.UpdateActionInput): Promise<Models.Action>;
@@ -2548,6 +2588,11 @@ declare namespace IntegrationsApi {
2548
2588
  "pageSize"?: number;
2549
2589
  "name"?: string;
2550
2590
  }
2591
+ export interface getIntegrationsSpeechDialogflowcxAgentsOptions {
2592
+ "pageNumber"?: number;
2593
+ "pageSize"?: number;
2594
+ "name"?: string;
2595
+ }
2551
2596
  export interface getIntegrationsSpeechLexBotBotIdAliasesOptions {
2552
2597
  "pageNumber"?: number;
2553
2598
  "pageSize"?: number;
@@ -2559,6 +2604,17 @@ declare namespace IntegrationsApi {
2559
2604
  "pageSize"?: number;
2560
2605
  "name"?: string;
2561
2606
  }
2607
+ export interface getIntegrationsSpeechLexv2BotBotIdAliasesOptions {
2608
+ "pageNumber"?: number;
2609
+ "pageSize"?: number;
2610
+ "status"?: string;
2611
+ "name"?: string;
2612
+ }
2613
+ export interface getIntegrationsSpeechLexv2BotsOptions {
2614
+ "pageNumber"?: number;
2615
+ "pageSize"?: number;
2616
+ "name"?: string;
2617
+ }
2562
2618
  export interface getIntegrationsSpeechNuanceNuanceIntegrationIdBotOptions {
2563
2619
  "expand"?: Array<string>;
2564
2620
  "targetChannel"?: string;
@@ -2568,6 +2624,11 @@ declare namespace IntegrationsApi {
2568
2624
  "pageSize"?: number;
2569
2625
  "onlyRegisteredBots"?: boolean;
2570
2626
  }
2627
+ export interface getIntegrationsSpeechSttEnginesOptions {
2628
+ "pageNumber"?: number;
2629
+ "pageSize"?: number;
2630
+ "name"?: string;
2631
+ }
2571
2632
  export interface getIntegrationsSpeechTtsEngineOptions {
2572
2633
  "includeVoices"?: boolean;
2573
2634
  }
@@ -2590,6 +2651,14 @@ declare namespace IntegrationsApi {
2590
2651
  "nextPage"?: string;
2591
2652
  "previousPage"?: string;
2592
2653
  }
2654
+ export interface getIntegrationsUnifiedcommunicationsClientappsOptions {
2655
+ "pageSize"?: number;
2656
+ "pageNumber"?: number;
2657
+ "sortBy"?: string;
2658
+ "expand"?: Array<string>;
2659
+ "nextPage"?: string;
2660
+ "previousPage"?: string;
2661
+ }
2593
2662
  export interface getIntegrationsUserappsOptions {
2594
2663
  "pageSize"?: number;
2595
2664
  "pageNumber"?: number;
@@ -2637,6 +2706,7 @@ declare class JourneyApi {
2637
2706
  deleteJourneyOutcome(outcomeId: string): Promise<void>;
2638
2707
  deleteJourneyOutcomesPredictor(predictorId: string): Promise<void>;
2639
2708
  deleteJourneySegment(segmentId: string): Promise<void>;
2709
+ deleteJourneyView(viewId: string): Promise<void>;
2640
2710
  getAnalyticsJourneysAggregatesJob(jobId: string): Promise<Models.AsyncQueryStatus>;
2641
2711
  getAnalyticsJourneysAggregatesJobResults(jobId: string, opts?: JourneyApi.getAnalyticsJourneysAggregatesJobResultsOptions): Promise<Models.JourneyAsyncAggregateQueryResponse>;
2642
2712
  getExternalcontactsContactJourneySessions(contactId: string, opts?: JourneyApi.getExternalcontactsContactJourneySessionsOptions): Promise<Models.SessionListing>;
@@ -2660,6 +2730,9 @@ declare class JourneyApi {
2660
2730
  getJourneySession(sessionId: string): Promise<Models.Session>;
2661
2731
  getJourneySessionEvents(sessionId: string, opts?: JourneyApi.getJourneySessionEventsOptions): Promise<Models.EventListing>;
2662
2732
  getJourneySessionOutcomescores(sessionId: string): Promise<Models.OutcomeScoresResult>;
2733
+ getJourneyView(viewId: string): Promise<Models.JourneyView>;
2734
+ getJourneyViewVersion(viewId: string, versionId: string): Promise<Models.JourneyView>;
2735
+ getJourneyViews(): Promise<Models.AddressableEntityListing>;
2663
2736
  patchJourneyActionmap(actionMapId: string, opts?: JourneyApi.patchJourneyActionmapOptions): Promise<Models.ActionMap>;
2664
2737
  patchJourneyActiontarget(actionTargetId: string, opts?: JourneyApi.patchJourneyActiontargetOptions): Promise<Models.ActionTarget>;
2665
2738
  patchJourneyActiontemplate(actionTemplateId: string, opts?: JourneyApi.patchJourneyActiontemplateOptions): Promise<Models.ActionTemplate>;
@@ -2672,10 +2745,13 @@ declare class JourneyApi {
2672
2745
  postJourneyActiontemplates(opts?: JourneyApi.postJourneyActiontemplatesOptions): Promise<Models.ActionTemplate>;
2673
2746
  postJourneyDeploymentActionevent(deploymentId: string, body: Models.ActionEventRequest): Promise<void>;
2674
2747
  postJourneyDeploymentAppevents(deploymentId: string, opts?: JourneyApi.postJourneyDeploymentAppeventsOptions): Promise<Models.AppEventResponse>;
2748
+ postJourneyFlowsPathsQuery(opts?: JourneyApi.postJourneyFlowsPathsQueryOptions): Promise<Models.FlowPaths>;
2675
2749
  postJourneyOutcomes(opts?: JourneyApi.postJourneyOutcomesOptions): Promise<Models.Outcome>;
2676
2750
  postJourneyOutcomesAttributionsJobs(opts?: JourneyApi.postJourneyOutcomesAttributionsJobsOptions): Promise<Models.OutcomeAttributionAsyncResponse>;
2677
2751
  postJourneyOutcomesPredictors(opts?: JourneyApi.postJourneyOutcomesPredictorsOptions): Promise<Models.OutcomePredictor>;
2678
- postJourneySegments(opts?: JourneyApi.postJourneySegmentsOptions): Promise<Models.JourneySegment>;
2752
+ postJourneySegments(opts?: JourneyApi.postJourneySegmentsOptions): Promise<Models.JourneySegment>;
2753
+ postJourneyViewVersions(viewId: string, body: Models.JourneyView): Promise<Models.JourneyView>;
2754
+ postJourneyViews(body: Models.JourneyView): Promise<Models.JourneyView>;
2679
2755
  }
2680
2756
 
2681
2757
  declare namespace JourneyApi {
@@ -2765,6 +2841,9 @@ declare namespace JourneyApi {
2765
2841
  export interface postJourneyDeploymentAppeventsOptions {
2766
2842
  "body"?: Models.AppEventRequest;
2767
2843
  }
2844
+ export interface postJourneyFlowsPathsQueryOptions {
2845
+ "body"?: Models.FlowPathsQuery;
2846
+ }
2768
2847
  export interface postJourneyOutcomesOptions {
2769
2848
  "body"?: Models.OutcomeRequest;
2770
2849
  }
@@ -2841,11 +2920,15 @@ declare class KnowledgeApi {
2841
2920
  patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestPatch): Promise<void>;
2842
2921
  patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
2843
2922
  postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
2923
+ postKnowledgeGuestSessionDocumentCopies(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentCopiesOptions): Promise<void>;
2844
2924
  postKnowledgeGuestSessionDocumentFeedback(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentFeedbackOptions): Promise<Models.KnowledgeGuestDocumentFeedback>;
2925
+ postKnowledgeGuestSessionDocumentViews(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentViewsOptions): Promise<void>;
2926
+ postKnowledgeGuestSessionDocumentsPresentations(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsPresentationsOptions): Promise<void>;
2845
2927
  postKnowledgeGuestSessionDocumentsSearch(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchOptions): Promise<Models.KnowledgeDocumentGuestSearch>;
2846
2928
  postKnowledgeGuestSessionDocumentsSearchSuggestions(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeGuestDocumentSuggestion>;
2847
2929
  postKnowledgeGuestSessions(body: Models.KnowledgeGuestSession): Promise<Models.KnowledgeGuestSession>;
2848
2930
  postKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, body: Models.CategoryCreateRequest): Promise<Models.CategoryResponse>;
2931
+ postKnowledgeKnowledgebaseDocumentCopies(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentCopiesOptions): Promise<void>;
2849
2932
  postKnowledgeKnowledgebaseDocumentFeedback(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentFeedbackOptions): Promise<Models.KnowledgeDocumentFeedbackResponse>;
2850
2933
  postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
2851
2934
  postKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentVersion): Promise<Models.KnowledgeDocumentVersion>;
@@ -2853,6 +2936,7 @@ declare class KnowledgeApi {
2853
2936
  postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
2854
2937
  postKnowledgeKnowledgebaseDocumentsBulkRemove(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkRemoveRequest): Promise<Models.BulkResponse>;
2855
2938
  postKnowledgeKnowledgebaseDocumentsBulkUpdate(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkUpdateRequest): Promise<Models.BulkResponse>;
2939
+ postKnowledgeKnowledgebaseDocumentsPresentations(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsPresentationsOptions): Promise<void>;
2856
2940
  postKnowledgeKnowledgebaseDocumentsSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchOptions): Promise<Models.KnowledgeDocumentSearch>;
2857
2941
  postKnowledgeKnowledgebaseDocumentsSearchSuggestions(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeDocumentSuggestion>;
2858
2942
  postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd(knowledgeBaseId: string, body: Models.KnowledgeDocumentBulkVersionAddRequest): Promise<Models.BulkResponse>;
@@ -3028,9 +3112,18 @@ declare namespace KnowledgeApi {
3028
3112
  export interface patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions {
3029
3113
  "body"?: Models.SearchUpdateRequest;
3030
3114
  }
3115
+ export interface postKnowledgeGuestSessionDocumentCopiesOptions {
3116
+ "body"?: Models.KnowledgeGuestDocumentCopy;
3117
+ }
3031
3118
  export interface postKnowledgeGuestSessionDocumentFeedbackOptions {
3032
3119
  "body"?: Models.KnowledgeGuestDocumentFeedback;
3033
3120
  }
3121
+ export interface postKnowledgeGuestSessionDocumentViewsOptions {
3122
+ "body"?: Models.KnowledgeGuestDocumentView;
3123
+ }
3124
+ export interface postKnowledgeGuestSessionDocumentsPresentationsOptions {
3125
+ "body"?: Models.KnowledgeGuestDocumentPresentation;
3126
+ }
3034
3127
  export interface postKnowledgeGuestSessionDocumentsSearchOptions {
3035
3128
  "expand"?: Array<string>;
3036
3129
  "body"?: Models.KnowledgeDocumentGuestSearchRequest;
@@ -3038,12 +3131,18 @@ declare namespace KnowledgeApi {
3038
3131
  export interface postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions {
3039
3132
  "body"?: Models.KnowledgeGuestDocumentSuggestionRequest;
3040
3133
  }
3134
+ export interface postKnowledgeKnowledgebaseDocumentCopiesOptions {
3135
+ "body"?: Models.KnowledgeDocumentCopy;
3136
+ }
3041
3137
  export interface postKnowledgeKnowledgebaseDocumentFeedbackOptions {
3042
3138
  "body"?: Models.KnowledgeDocumentFeedback;
3043
3139
  }
3044
3140
  export interface postKnowledgeKnowledgebaseDocumentViewsOptions {
3045
3141
  "body"?: Models.KnowledgeDocumentView;
3046
3142
  }
3143
+ export interface postKnowledgeKnowledgebaseDocumentsPresentationsOptions {
3144
+ "body"?: Models.KnowledgeDocumentPresentation;
3145
+ }
3047
3146
  export interface postKnowledgeKnowledgebaseDocumentsSearchOptions {
3048
3147
  "expand"?: Array<string>;
3049
3148
  "body"?: Models.KnowledgeDocumentSearchRequest;
@@ -3760,7 +3859,7 @@ declare class OutboundApi {
3760
3859
  postOutboundContactlistClear(contactListId: string): Promise<void>;
3761
3860
  postOutboundContactlistContacts(contactListId: string, body: Array<Models.WritableDialerContact>, opts?: OutboundApi.postOutboundContactlistContactsOptions): Promise<Array<Models.DialerContact>>;
3762
3861
  postOutboundContactlistContactsBulk(contactListId: string, body: Array<string>): Promise<Array<Models.DialerContact>>;
3763
- postOutboundContactlistExport(contactListId: string): Promise<Models.DomainEntityRef>;
3862
+ postOutboundContactlistExport(contactListId: string, opts?: OutboundApi.postOutboundContactlistExportOptions): Promise<Models.DomainEntityRef>;
3764
3863
  postOutboundContactlistfilters(body: Models.ContactListFilter): Promise<Models.ContactListFilter>;
3765
3864
  postOutboundContactlistfiltersBulkRetrieve(body: Models.ContactListFilterBulkRetrieveBody): Promise<Models.ContactListFilterEntityListing>;
3766
3865
  postOutboundContactlistfiltersPreview(body: Models.ContactListFilter): Promise<Models.FilterPreviewResponse>;
@@ -4077,6 +4176,9 @@ declare namespace OutboundApi {
4077
4176
  "clearSystemData"?: boolean;
4078
4177
  "doNotQueue"?: boolean;
4079
4178
  }
4179
+ export interface postOutboundContactlistExportOptions {
4180
+ "body"?: Models.ContactsExportRequest;
4181
+ }
4080
4182
  export interface postOutboundDnclistPhonenumbersOptions {
4081
4183
  "expirationDateTime"?: string;
4082
4184
  }
@@ -4219,7 +4321,7 @@ declare class QualityApi {
4219
4321
  postAnalyticsSurveysAggregatesJobs(body: Models.SurveyAsyncAggregationQuery): Promise<Models.AsyncQueryResponse>;
4220
4322
  postAnalyticsSurveysAggregatesQuery(body: Models.SurveyAggregationQuery): Promise<Models.SurveyAggregateQueryResponse>;
4221
4323
  postQualityCalibrations(body: Models.CalibrationCreate, opts?: QualityApi.postQualityCalibrationsOptions): Promise<Models.Calibration>;
4222
- postQualityConversationEvaluations(conversationId: string, body: Models.Evaluation, opts?: QualityApi.postQualityConversationEvaluationsOptions): Promise<Models.Evaluation>;
4324
+ postQualityConversationEvaluations(conversationId: string, body: Models.EvaluationCreateBody, opts?: QualityApi.postQualityConversationEvaluationsOptions): Promise<Models.Evaluation>;
4223
4325
  postQualityConversationsAuditsQuery(body: Models.QMAuditQueryRequest): Promise<Models.QualityAuditQueryExecutionStatusResponse>;
4224
4326
  postQualityEvaluationsAggregatesQueryMe(body: Models.EvaluationAggregationQueryMe): Promise<Models.EvaluationAggregateQueryResponse>;
4225
4327
  postQualityEvaluationsScoring(body: Models.EvaluationFormAndScoringSet): Promise<Models.EvaluationScoringSet>;
@@ -5304,7 +5406,9 @@ declare namespace SearchApi {
5304
5406
 
5305
5407
  declare class SettingsApi {
5306
5408
  getEmailsSettings(): Promise<Models.EmailSettings>;
5307
- patchEmailsSettings(opts?: SettingsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
5409
+ getSettingsExecutiondata(): Promise<Models.ExecutionDataGlobalSettingsResponse>;
5410
+ patchEmailsSettings(opts?: SettingsApi.patchEmailsSettingsOptions): Promise<Models.EmailSettings>;
5411
+ patchSettingsExecutiondata(body: Models.ExecutionDataSettingsRequest): Promise<Models.ExecutionDataGlobalSettingsResponse>;
5308
5412
  }
5309
5413
 
5310
5414
  declare namespace SettingsApi {
@@ -5471,6 +5575,7 @@ declare class TaskManagementApi {
5471
5575
  getTaskmanagementWorktype(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeOptions): Promise<Models.Worktype>;
5472
5576
  getTaskmanagementWorktypeHistory(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeHistoryOptions): Promise<Models.WorktypeChangeListing>;
5473
5577
  getTaskmanagementWorktypeStatus(worktypeId: string, statusId: string): Promise<Models.WorkitemStatus>;
5578
+ getTaskmanagementWorktypeStatuses(worktypeId: string): Promise<Models.WorkitemStatusListing>;
5474
5579
  getTaskmanagementWorktypeVersion(worktypeId: string, entityVersion: number): Promise<Models.WorktypeVersion>;
5475
5580
  getTaskmanagementWorktypeVersions(worktypeId: string, opts?: TaskManagementApi.getTaskmanagementWorktypeVersionsOptions): Promise<Models.WorktypeVersionListing>;
5476
5581
  patchTaskmanagementWorkbin(workbinId: string, body: Models.WorkbinUpdate): Promise<Models.Workbin>;
@@ -7512,6 +7617,19 @@ declare namespace Models {
7512
7617
  "selfUri"?: string;
7513
7618
  }
7514
7619
 
7620
+ export interface AddressableEntityListing {
7621
+ "entities"?: Array<Models.AddressableEntity>;
7622
+ "pageSize"?: number;
7623
+ "pageNumber"?: number;
7624
+ "total"?: number;
7625
+ "firstUri"?: string;
7626
+ "nextUri"?: string;
7627
+ "previousUri"?: string;
7628
+ "lastUri"?: string;
7629
+ "selfUri"?: string;
7630
+ "pageCount"?: number;
7631
+ }
7632
+
7515
7633
  export interface AddressableEntityRef {
7516
7634
  "id"?: string;
7517
7635
  "selfUri"?: string;
@@ -9446,6 +9564,7 @@ declare namespace Models {
9446
9564
  "queues"?: Array<Models.AddressableEntityRef>;
9447
9565
  "kpiAssessments"?: Array<Models.KeyPerformanceIndicatorAssessment>;
9448
9566
  "state"?: string;
9567
+ "jobId"?: string;
9449
9568
  "dateCreated"?: string;
9450
9569
  "dateModified"?: string;
9451
9570
  "selfUri"?: string;
@@ -10106,12 +10225,14 @@ declare namespace Models {
10106
10225
  "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
10107
10226
  "syncTimeOffProperties"?: Models.SetWrapperSyncTimeOffProperty;
10108
10227
  "serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
10228
+ "allowWorkPlanPerMinuteGranularity"?: boolean;
10109
10229
  }
10110
10230
 
10111
10231
  export interface BuSchedulingSettingsResponse {
10112
10232
  "messageSeverities"?: Array<Models.SchedulerMessageTypeSeverity>;
10113
10233
  "syncTimeOffProperties"?: Array<string>;
10114
10234
  "serviceGoalImpact"?: Models.WfmServiceGoalImpactSettings;
10235
+ "allowWorkPlanPerMinuteGranularity"?: boolean;
10115
10236
  }
10116
10237
 
10117
10238
  export interface BuSearchAgentSchedulesRequest {
@@ -11117,6 +11238,7 @@ declare namespace Models {
11117
11238
  "contactListFilters"?: Array<Models.DomainEntityRef>;
11118
11239
  "division"?: Models.DomainEntityRef;
11119
11240
  "dynamicContactQueueingSettings"?: Models.DynamicContactQueueingSettings;
11241
+ "maxCallsPerAgent"?: number;
11120
11242
  "selfUri"?: string;
11121
11243
  }
11122
11244
 
@@ -11324,6 +11446,11 @@ declare namespace Models {
11324
11446
  "day": number;
11325
11447
  }
11326
11448
 
11449
+ export interface CannedResponseLibraries {
11450
+ "libraryIds"?: Array<string>;
11451
+ "mode"?: string;
11452
+ }
11453
+
11327
11454
  export interface Card {
11328
11455
  "title"?: string;
11329
11456
  "description"?: string;
@@ -11590,6 +11717,7 @@ declare namespace Models {
11590
11717
  "attachmentDeleted"?: boolean;
11591
11718
  "fileUri"?: string;
11592
11719
  "thread": Models.Entity;
11720
+ "parentThread"?: Models.Entity;
11593
11721
  "user"?: Models.AddressableEntityRef;
11594
11722
  "toUser"?: Models.AddressableEntityRef;
11595
11723
  "reactions"?: Array<Models.ChatReaction>;
@@ -12065,7 +12193,9 @@ declare namespace Models {
12065
12193
 
12066
12194
  export interface CommonRuleBulkUpdateNotificationsRequest {
12067
12195
  "ruleIds": Array<string>;
12068
- "properties": Models.ModifiableRuleProperties;
12196
+ "properties"?: Models.ModifiableRuleProperties;
12197
+ "typesToAdd"?: Array<string>;
12198
+ "typesToRemove"?: Array<string>;
12069
12199
  }
12070
12200
 
12071
12201
  export interface CommonRuleConditions {
@@ -12362,6 +12492,11 @@ declare namespace Models {
12362
12492
  "selfUri"?: string;
12363
12493
  }
12364
12494
 
12495
+ export interface ContactBulkSearchCriteria {
12496
+ "clauses"?: Array<Models.ContactListFilterClause>;
12497
+ "filterType"?: string;
12498
+ }
12499
+
12365
12500
  export interface ContactCallbackRequest {
12366
12501
  "campaignId": string;
12367
12502
  "contactListId": string;
@@ -12623,6 +12758,12 @@ declare namespace Models {
12623
12758
  export interface ContactlistImportStatusObject {
12624
12759
  }
12625
12760
 
12761
+ export interface ContactsExportRequest {
12762
+ "contactListFilterId"?: string;
12763
+ "searchCriteria"?: Models.ContactBulkSearchCriteria;
12764
+ "contactIds"?: Array<string>;
12765
+ }
12766
+
12626
12767
  export interface ContentActions {
12627
12768
  "url"?: string;
12628
12769
  "urlTarget"?: string;
@@ -17299,6 +17440,49 @@ declare namespace Models {
17299
17440
  "pageCount"?: number;
17300
17441
  }
17301
17442
 
17443
+ export interface DialogflowCXAgent {
17444
+ "id"?: string;
17445
+ "name"?: string;
17446
+ "project"?: Models.DialogflowCXProject;
17447
+ "languages"?: Array<string>;
17448
+ "environments"?: Array<Models.DialogflowCXEnvironment>;
17449
+ "integration"?: Models.DomainEntityRef;
17450
+ "selfUri"?: string;
17451
+ }
17452
+
17453
+ export interface DialogflowCXAgentSummary {
17454
+ "id"?: string;
17455
+ "name"?: string;
17456
+ "project"?: Models.DialogflowCXProject;
17457
+ "description"?: string;
17458
+ "integration"?: Models.DomainEntityRef;
17459
+ "selfUri"?: string;
17460
+ }
17461
+
17462
+ export interface DialogflowCXAgentSummaryEntityListing {
17463
+ "entities"?: Array<Models.DialogflowCXAgentSummary>;
17464
+ "pageSize"?: number;
17465
+ "pageNumber"?: number;
17466
+ "total"?: number;
17467
+ "firstUri"?: string;
17468
+ "nextUri"?: string;
17469
+ "previousUri"?: string;
17470
+ "lastUri"?: string;
17471
+ "selfUri"?: string;
17472
+ "pageCount"?: number;
17473
+ }
17474
+
17475
+ export interface DialogflowCXEnvironment {
17476
+ "id"?: string;
17477
+ "name"?: string;
17478
+ "selfUri"?: string;
17479
+ }
17480
+
17481
+ export interface DialogflowCXProject {
17482
+ "id"?: string;
17483
+ "name"?: string;
17484
+ }
17485
+
17302
17486
  export interface DialogflowIntent {
17303
17487
  "name": string;
17304
17488
  "parameters": { [key: string]: Models.DialogflowParameter; };
@@ -19631,6 +19815,53 @@ declare namespace Models {
19631
19815
  "pageSize"?: number;
19632
19816
  }
19633
19817
 
19818
+ export interface EvaluationCreateBody {
19819
+ "id"?: string;
19820
+ "evaluationForm"?: Models.EvaluationCreateEvalForm;
19821
+ "evaluator"?: Models.EvaluationCreateUser;
19822
+ "agent"?: Models.EvaluationCreateUser;
19823
+ "agentHasRead"?: boolean;
19824
+ "answers"?: Models.EvaluationScoringSet;
19825
+ "calibration"?: Models.EvaluationCreateCalibration;
19826
+ "evaluationContextId"?: string;
19827
+ "conversation"?: Models.EvaluationCreateConversation;
19828
+ "resourceType"?: string;
19829
+ "evaluationSource"?: Models.EvaluationSource;
19830
+ "rescore"?: boolean;
19831
+ "queue"?: Models.EvaluationCreateQueue;
19832
+ "releaseDate"?: string;
19833
+ "status"?: string;
19834
+ "neverRelease"?: boolean;
19835
+ "dateAssigneeChanged"?: string;
19836
+ "assignee"?: Models.EvaluationCreateUser;
19837
+ "selfUri"?: string;
19838
+ }
19839
+
19840
+ export interface EvaluationCreateCalibration {
19841
+ "id"?: string;
19842
+ "selfUri"?: string;
19843
+ }
19844
+
19845
+ export interface EvaluationCreateConversation {
19846
+ "id"?: string;
19847
+ "selfUri"?: string;
19848
+ }
19849
+
19850
+ export interface EvaluationCreateEvalForm {
19851
+ "id"?: string;
19852
+ "selfUri"?: string;
19853
+ }
19854
+
19855
+ export interface EvaluationCreateQueue {
19856
+ "id"?: string;
19857
+ "selfUri"?: string;
19858
+ }
19859
+
19860
+ export interface EvaluationCreateUser {
19861
+ "id": string;
19862
+ "selfUri"?: string;
19863
+ }
19864
+
19634
19865
  export interface EvaluationDetailQueryClause {
19635
19866
  "type": string;
19636
19867
  "predicates": Array<Models.EvaluationDetailQueryPredicate>;
@@ -19688,6 +19919,7 @@ declare namespace Models {
19688
19919
  "contextId"?: string;
19689
19920
  "questionGroups"?: Array<Models.EvaluationQuestionGroup>;
19690
19921
  "weightMode"?: string;
19922
+ "publishedVersions"?: Models.DomainEntityListingEvaluationForm;
19691
19923
  "selfUri"?: string;
19692
19924
  }
19693
19925
 
@@ -20020,10 +20252,34 @@ declare namespace Models {
20020
20252
  "statusCode"?: string;
20021
20253
  }
20022
20254
 
20255
+ export interface ExecutionDataFlowSettingsResponse {
20256
+ "id"?: string;
20257
+ "name"?: string;
20258
+ "enabled"?: boolean;
20259
+ "modifiedBy"?: Models.UserReference;
20260
+ "modifiedByClient"?: Models.DomainEntityRef;
20261
+ "dateModified"?: string;
20262
+ "selfUri"?: string;
20263
+ }
20264
+
20265
+ export interface ExecutionDataGlobalSettingsResponse {
20266
+ "id"?: string;
20267
+ "name"?: string;
20268
+ "enabled"?: boolean;
20269
+ "modifiedBy"?: Models.UserReference;
20270
+ "modifiedByClient"?: Models.DomainEntityRef;
20271
+ "dateModified"?: string;
20272
+ "selfUri"?: string;
20273
+ }
20274
+
20023
20275
  export interface ExecutionDataRequest {
20024
20276
  "ids": Array<string>;
20025
20277
  }
20026
20278
 
20279
+ export interface ExecutionDataSettingsRequest {
20280
+ "enabled": boolean;
20281
+ }
20282
+
20027
20283
  export interface ExpandableWebDeployment {
20028
20284
  "id"?: string;
20029
20285
  "name": string;
@@ -21071,6 +21327,17 @@ declare namespace Models {
21071
21327
  "pageSize"?: number;
21072
21328
  }
21073
21329
 
21330
+ export interface FlowCharacteristics {
21331
+ "executionItems"?: boolean;
21332
+ "executionInputOutputs"?: boolean;
21333
+ "communications"?: boolean;
21334
+ "eventError"?: boolean;
21335
+ "eventWarning"?: boolean;
21336
+ "eventOther"?: boolean;
21337
+ "variables"?: boolean;
21338
+ "names"?: boolean;
21339
+ }
21340
+
21074
21341
  export interface FlowDiagnosticInfo {
21075
21342
  "lastActionId"?: number;
21076
21343
  }
@@ -21295,6 +21562,25 @@ declare namespace Models {
21295
21562
  "nluDomain"?: Models.AddressableEntityRef;
21296
21563
  }
21297
21564
 
21565
+ export interface FlowLogLevel {
21566
+ "level"?: string;
21567
+ "characteristics"?: Models.FlowCharacteristics;
21568
+ }
21569
+
21570
+ export interface FlowLogLevelCharacteristicsDefinition {
21571
+ "id"?: string;
21572
+ "minimumLevel"?: string;
21573
+ "dependsOn"?: Models.FlowCharacteristics;
21574
+ }
21575
+
21576
+ export interface FlowLogLevelCharacteristicsDefinitions {
21577
+ "characteristics"?: Array<Models.FlowLogLevelCharacteristicsDefinition>;
21578
+ }
21579
+
21580
+ export interface FlowLogLevelRequest {
21581
+ "logLevelCharacteristics": Models.FlowLogLevel;
21582
+ }
21583
+
21298
21584
  export interface FlowMetricsTopicFlowMetricRecord {
21299
21585
  "metric"?: string;
21300
21586
  "metricDate"?: string;
@@ -21560,6 +21846,37 @@ declare namespace Models {
21560
21846
  "pageCount"?: number;
21561
21847
  }
21562
21848
 
21849
+ export interface FlowPaths {
21850
+ "category": string;
21851
+ "elements": { [key: string]: Models.FlowPathsElement; };
21852
+ }
21853
+
21854
+ export interface FlowPathsElement {
21855
+ "parentId"?: string;
21856
+ "type": string;
21857
+ "count": number;
21858
+ "flows": Array<Models.FlowPathsFlowDetails>;
21859
+ "flowOutcomeValue"?: string;
21860
+ "flowMilestone"?: Models.AddressableEntityRef;
21861
+ "flowOutcome"?: Models.AddressableEntityRef;
21862
+ }
21863
+
21864
+ export interface FlowPathsFlowDetails {
21865
+ "version": string;
21866
+ "type": string;
21867
+ "count": number;
21868
+ "flow": Models.AddressableEntityRef;
21869
+ }
21870
+
21871
+ export interface FlowPathsFlowFilter {
21872
+ "id": string;
21873
+ }
21874
+
21875
+ export interface FlowPathsQuery {
21876
+ "category": string;
21877
+ "flows": Array<Models.FlowPathsFlowFilter>;
21878
+ }
21879
+
21563
21880
  export interface FlowResultEntityListing {
21564
21881
  "entities"?: Array<Models.FlowExecutionDataQueryResult>;
21565
21882
  "pageSize"?: number;
@@ -21587,6 +21904,30 @@ declare namespace Models {
21587
21904
  "selfUri"?: string;
21588
21905
  }
21589
21906
 
21907
+ export interface FlowSettingsResponse {
21908
+ "id"?: string;
21909
+ "name"?: string;
21910
+ "type"?: string;
21911
+ "modifiedBy"?: Models.UserReference;
21912
+ "modifiedByClient"?: Models.DomainEntityRef;
21913
+ "dateModified"?: string;
21914
+ "logLevelCharacteristics"?: Models.FlowLogLevel;
21915
+ "selfUri"?: string;
21916
+ }
21917
+
21918
+ export interface FlowSettingsResponseEntityListing {
21919
+ "entities"?: Array<Models.FlowSettingsResponse>;
21920
+ "pageSize"?: number;
21921
+ "pageNumber"?: number;
21922
+ "total"?: number;
21923
+ "firstUri"?: string;
21924
+ "nextUri"?: string;
21925
+ "previousUri"?: string;
21926
+ "lastUri"?: string;
21927
+ "selfUri"?: string;
21928
+ "pageCount"?: number;
21929
+ }
21930
+
21590
21931
  export interface FlowStartDetailEventTopicFlowStartEvent {
21591
21932
  "eventTime"?: number;
21592
21933
  "conversationId"?: string;
@@ -24140,6 +24481,66 @@ declare namespace Models {
24140
24481
  "isMandatory"?: boolean;
24141
24482
  }
24142
24483
 
24484
+ export interface JourneyView {
24485
+ "id"?: string;
24486
+ "name"?: string;
24487
+ "description"?: string;
24488
+ "version"?: number;
24489
+ "createdBy"?: Models.JourneyViewUser;
24490
+ "modifiedBy"?: Models.JourneyViewUser;
24491
+ "interval"?: string;
24492
+ "duration"?: string;
24493
+ "elements": Array<Models.JourneyViewElement>;
24494
+ "dateCreated"?: string;
24495
+ "dateModified"?: string;
24496
+ "selfUri"?: string;
24497
+ }
24498
+
24499
+ export interface JourneyViewElement {
24500
+ "id": string;
24501
+ "name": string;
24502
+ "attributes": Models.JourneyViewElementAttributes;
24503
+ "filter"?: Models.JourneyViewElementFilter;
24504
+ "followedBy"?: Array<Models.JourneyViewLink>;
24505
+ }
24506
+
24507
+ export interface JourneyViewElementAttributes {
24508
+ "type": string;
24509
+ "id"?: string;
24510
+ "source"?: string;
24511
+ }
24512
+
24513
+ export interface JourneyViewElementFilter {
24514
+ "type": string;
24515
+ "predicates": Array<Models.JourneyViewElementFilterPredicate>;
24516
+ }
24517
+
24518
+ export interface JourneyViewElementFilterPredicate {
24519
+ "dimension": string;
24520
+ "values": Array<string>;
24521
+ "operator"?: string;
24522
+ "noValue"?: boolean;
24523
+ }
24524
+
24525
+ export interface JourneyViewLink {
24526
+ "id": string;
24527
+ "constraintWithin"?: Models.JourneyViewLinkTimeConstraint;
24528
+ "constraintAfter"?: Models.JourneyViewLinkTimeConstraint;
24529
+ "eventCountType"?: string;
24530
+ "joinAttributes"?: Array<string>;
24531
+ }
24532
+
24533
+ export interface JourneyViewLinkTimeConstraint {
24534
+ "unit"?: string;
24535
+ "value"?: number;
24536
+ }
24537
+
24538
+ export interface JourneyViewUser {
24539
+ "id"?: string;
24540
+ "emailAddress"?: string;
24541
+ "selfUri"?: string;
24542
+ }
24543
+
24143
24544
  export interface JourneyWebActionEventsNotificationActionMap {
24144
24545
  "id"?: string;
24145
24546
  "selfUri"?: string;
@@ -24861,6 +25262,16 @@ declare namespace Models {
24861
25262
  "selfUri"?: string;
24862
25263
  }
24863
25264
 
25265
+ export interface KnowledgeDocumentCopy {
25266
+ "documentVariationId": string;
25267
+ "documentVersionId": string;
25268
+ "searchId"?: string;
25269
+ "queryType"?: string;
25270
+ "sessionId"?: string;
25271
+ "conversationContext"?: Models.KnowledgeConversationContext;
25272
+ "application": Models.KnowledgeSearchClientApplication;
25273
+ }
25274
+
24864
25275
  export interface KnowledgeDocumentFeedback {
24865
25276
  "id"?: string;
24866
25277
  "documentVariation": Models.EntityReference;
@@ -24933,6 +25344,15 @@ declare namespace Models {
24933
25344
  "document"?: Models.KnowledgeGuestDocument;
24934
25345
  }
24935
25346
 
25347
+ export interface KnowledgeDocumentPresentation {
25348
+ "documents": Array<Models.KnowledgeDocumentVersionVariationReference>;
25349
+ "searchId"?: string;
25350
+ "queryType"?: string;
25351
+ "sessionId"?: string;
25352
+ "conversationContext"?: Models.KnowledgeConversationContext;
25353
+ "application": Models.KnowledgeSearchClientApplication;
25354
+ }
25355
+
24936
25356
  export interface KnowledgeDocumentReference {
24937
25357
  "id": string;
24938
25358
  "knowledgeBase": Models.KnowledgeBaseReference;
@@ -24998,6 +25418,7 @@ declare namespace Models {
24998
25418
  "results"?: Array<Models.KnowledgeDocumentSearchResult>;
24999
25419
  "application"?: Models.KnowledgeSearchClientApplication;
25000
25420
  "conversationContext"?: Models.KnowledgeConversationContextResponse;
25421
+ "confidenceThreshold"?: number;
25001
25422
  }
25002
25423
 
25003
25424
  export interface KnowledgeDocumentSearchRequest {
@@ -25015,6 +25436,7 @@ declare namespace Models {
25015
25436
  "sortBy"?: string;
25016
25437
  "application"?: Models.KnowledgeSearchClientApplication;
25017
25438
  "conversationContext"?: Models.KnowledgeConversationContext;
25439
+ "confidenceThreshold"?: number;
25018
25440
  }
25019
25441
 
25020
25442
  export interface KnowledgeDocumentSearchResult {
@@ -25089,6 +25511,12 @@ declare namespace Models {
25089
25511
  "previousUri"?: string;
25090
25512
  }
25091
25513
 
25514
+ export interface KnowledgeDocumentVersionVariationReference {
25515
+ "documentId": string;
25516
+ "documentVariationId": string;
25517
+ "documentVersionId": string;
25518
+ }
25519
+
25092
25520
  export interface KnowledgeDocumentView {
25093
25521
  "documentVariationId": string;
25094
25522
  "documentVersionId": string;
@@ -25170,6 +25598,15 @@ declare namespace Models {
25170
25598
  "selfUri"?: string;
25171
25599
  }
25172
25600
 
25601
+ export interface KnowledgeGuestDocumentCopy {
25602
+ "documentVariationId": string;
25603
+ "documentVersionId": string;
25604
+ "searchId"?: string;
25605
+ "queryType"?: string;
25606
+ "sessionId"?: string;
25607
+ "application"?: Models.KnowledgeGuestSearchClientApplication;
25608
+ }
25609
+
25173
25610
  export interface KnowledgeGuestDocumentFeedback {
25174
25611
  "id"?: string;
25175
25612
  "documentVariation": Models.EntityReference;
@@ -25185,6 +25622,14 @@ declare namespace Models {
25185
25622
  "application"?: Models.KnowledgeGuestSearchClientApplication;
25186
25623
  }
25187
25624
 
25625
+ export interface KnowledgeGuestDocumentPresentation {
25626
+ "documents": Array<Models.KnowledgeDocumentVersionVariationReference>;
25627
+ "searchId"?: string;
25628
+ "queryType"?: string;
25629
+ "sessionId"?: string;
25630
+ "application"?: Models.KnowledgeGuestSearchClientApplication;
25631
+ }
25632
+
25188
25633
  export interface KnowledgeGuestDocumentResponseListing {
25189
25634
  "entities"?: Array<Models.KnowledgeGuestDocument>;
25190
25635
  "nextUri"?: string;
@@ -25230,6 +25675,13 @@ declare namespace Models {
25230
25675
  "versionId": string;
25231
25676
  }
25232
25677
 
25678
+ export interface KnowledgeGuestDocumentView {
25679
+ "documentVariationId": string;
25680
+ "documentVersionId": string;
25681
+ "searchId"?: string;
25682
+ "queryType"?: string;
25683
+ }
25684
+
25233
25685
  export interface KnowledgeGuestSearchClientApplication {
25234
25686
  "type": string;
25235
25687
  "deployment"?: Models.EntityReference;
@@ -26078,6 +26530,69 @@ declare namespace Models {
26078
26530
  "priority"?: number;
26079
26531
  }
26080
26532
 
26533
+ export interface LexV2Bot {
26534
+ "id"?: string;
26535
+ "name"?: string;
26536
+ "botId": string;
26537
+ "region": string;
26538
+ "description"?: string;
26539
+ "selfUri"?: string;
26540
+ }
26541
+
26542
+ export interface LexV2BotAlias {
26543
+ "id"?: string;
26544
+ "name"?: string;
26545
+ "region": string;
26546
+ "aliasId": string;
26547
+ "bot"?: Models.LexV2Bot;
26548
+ "botVersion"?: string;
26549
+ "status"?: string;
26550
+ "language"?: string;
26551
+ "intents"?: Array<Models.LexV2Intent>;
26552
+ "selfUri"?: string;
26553
+ }
26554
+
26555
+ export interface LexV2BotAliasEntityListing {
26556
+ "entities"?: Array<Models.LexV2BotAlias>;
26557
+ "pageSize"?: number;
26558
+ "pageNumber"?: number;
26559
+ "total"?: number;
26560
+ "firstUri"?: string;
26561
+ "nextUri"?: string;
26562
+ "previousUri"?: string;
26563
+ "lastUri"?: string;
26564
+ "selfUri"?: string;
26565
+ "pageCount"?: number;
26566
+ }
26567
+
26568
+ export interface LexV2BotEntityListing {
26569
+ "entities"?: Array<Models.LexV2Bot>;
26570
+ "pageSize"?: number;
26571
+ "pageNumber"?: number;
26572
+ "total"?: number;
26573
+ "firstUri"?: string;
26574
+ "nextUri"?: string;
26575
+ "previousUri"?: string;
26576
+ "lastUri"?: string;
26577
+ "selfUri"?: string;
26578
+ "pageCount"?: number;
26579
+ }
26580
+
26581
+ export interface LexV2Intent {
26582
+ "intentName": string;
26583
+ "description"?: string;
26584
+ "slots": { [key: string]: Models.LexV2Slot; };
26585
+ "intentId": string;
26586
+ }
26587
+
26588
+ export interface LexV2Slot {
26589
+ "slotName": string;
26590
+ "description"?: string;
26591
+ "slotId": string;
26592
+ "type": string;
26593
+ "slotTypeId": string;
26594
+ }
26595
+
26081
26596
  export interface Library {
26082
26597
  "id"?: string;
26083
26598
  "name": string;
@@ -27194,6 +27709,31 @@ declare namespace Models {
27194
27709
  "pageCount"?: number;
27195
27710
  }
27196
27711
 
27712
+ export interface MessagingCommunicationAnsweredEvent {
27713
+ "eventId": string;
27714
+ "eventDateTime": string;
27715
+ "conversationId": string;
27716
+ "communicationId": string;
27717
+ }
27718
+
27719
+ export interface MessagingCommunicationDispositionAppliedEvent {
27720
+ "eventId": string;
27721
+ "eventDateTime": string;
27722
+ "conversationId": string;
27723
+ "communicationId": string;
27724
+ "code"?: string;
27725
+ "notes"?: string;
27726
+ "tags"?: Array<string>;
27727
+ }
27728
+
27729
+ export interface MessagingCommunicationEndedEvent {
27730
+ "eventId": string;
27731
+ "eventDateTime": string;
27732
+ "conversationId": string;
27733
+ "communicationId": string;
27734
+ "disconnectType": string;
27735
+ }
27736
+
27197
27737
  export interface MessagingConfigListing {
27198
27738
  "entities"?: Array<Models.MessagingSetting>;
27199
27739
  "pageSize"?: number;
@@ -27207,6 +27747,53 @@ declare namespace Models {
27207
27747
  "pageCount"?: number;
27208
27748
  }
27209
27749
 
27750
+ export interface MessagingEndTransferEvent {
27751
+ "eventId": string;
27752
+ "eventDateTime": string;
27753
+ "conversationId": string;
27754
+ "commandId": string;
27755
+ "finalState": string;
27756
+ "objectCommunicationId": string;
27757
+ }
27758
+
27759
+ export interface MessagingExternalEstablishedEvent {
27760
+ "eventId": string;
27761
+ "eventDateTime": string;
27762
+ "conversationId": string;
27763
+ "communicationId": string;
27764
+ "displayName"?: string;
27765
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27766
+ "sourceConfiguration": Models.SourceConfiguration;
27767
+ }
27768
+
27769
+ export interface MessagingFlowEstablishedEvent {
27770
+ "eventId": string;
27771
+ "eventDateTime": string;
27772
+ "conversationId": string;
27773
+ "communicationId": string;
27774
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27775
+ "sourceConfiguration": Models.SourceConfiguration;
27776
+ }
27777
+
27778
+ export interface MessagingHoldUpdatedEvent {
27779
+ "eventId": string;
27780
+ "eventDateTime": string;
27781
+ "conversationId": string;
27782
+ "communicationId": string;
27783
+ "held": boolean;
27784
+ }
27785
+
27786
+ export interface MessagingInitialConfiguration {
27787
+ "toAddress": string;
27788
+ "fromAddress": string;
27789
+ "messageType"?: string;
27790
+ "held"?: boolean;
27791
+ "alerting"?: boolean;
27792
+ "inbound"?: boolean;
27793
+ "invitedBy"?: string;
27794
+ "additionalInfo"?: { [key: string]: string; };
27795
+ }
27796
+
27210
27797
  export interface MessagingIntegration {
27211
27798
  "id": string;
27212
27799
  "name": string;
@@ -27236,6 +27823,15 @@ declare namespace Models {
27236
27823
  "pageCount"?: number;
27237
27824
  }
27238
27825
 
27826
+ export interface MessagingProgressTransferEvent {
27827
+ "eventId": string;
27828
+ "eventDateTime": string;
27829
+ "conversationId": string;
27830
+ "commandId": string;
27831
+ "objectCommunicationId": string;
27832
+ "destinationCommunicationId": string;
27833
+ }
27834
+
27239
27835
  export interface MessagingRecipient {
27240
27836
  "nickname"?: string;
27241
27837
  "id": string;
@@ -27247,6 +27843,33 @@ declare namespace Models {
27247
27843
  "additionalIds"?: Array<Models.RecipientAdditionalIdentifier>;
27248
27844
  }
27249
27845
 
27846
+ export interface MessagingRoutingEstablishedEvent {
27847
+ "eventId": string;
27848
+ "eventDateTime": string;
27849
+ "conversationId": string;
27850
+ "communicationId": string;
27851
+ "queueId": string;
27852
+ "skillIds"?: Array<string>;
27853
+ "languageId"?: string;
27854
+ "label"?: string;
27855
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27856
+ "sourceConfiguration": Models.SourceConfiguration;
27857
+ }
27858
+
27859
+ export interface MessagingRoutingTransferEvent {
27860
+ "eventId": string;
27861
+ "eventDateTime": string;
27862
+ "conversationId": string;
27863
+ "transferType": string;
27864
+ "commandId": string;
27865
+ "initiatingCommunicationId": string;
27866
+ "targetCommunicationId": string;
27867
+ "objectCommunicationId": string;
27868
+ "destinationQueueId": string;
27869
+ "languageId"?: string;
27870
+ "skillIds"?: Array<string>;
27871
+ }
27872
+
27250
27873
  export interface MessagingSetting {
27251
27874
  "id": string;
27252
27875
  "name"?: string;
@@ -27332,6 +27955,30 @@ declare namespace Models {
27332
27955
  "parameters"?: Array<Models.TemplateParameter>;
27333
27956
  }
27334
27957
 
27958
+ export interface MessagingUserEstablishedEvent {
27959
+ "eventId": string;
27960
+ "eventDateTime": string;
27961
+ "conversationId": string;
27962
+ "communicationId": string;
27963
+ "userId": string;
27964
+ "queueId"?: string;
27965
+ "afterCallWorkRequired"?: boolean;
27966
+ "initialConfiguration": Models.MessagingInitialConfiguration;
27967
+ "sourceConfiguration": Models.SourceConfiguration;
27968
+ }
27969
+
27970
+ export interface MessagingUserTransferEvent {
27971
+ "eventId": string;
27972
+ "eventDateTime": string;
27973
+ "conversationId": string;
27974
+ "transferType": string;
27975
+ "commandId": string;
27976
+ "initiatingCommunicationId": string;
27977
+ "targetCommunicationId": string;
27978
+ "objectCommunicationId": string;
27979
+ "destinationUserId": string;
27980
+ }
27981
+
27335
27982
  export interface MessengerApps {
27336
27983
  "conversations"?: Models.ConversationAppSettings;
27337
27984
  "knowledge"?: Models.Knowledge;
@@ -27383,6 +28030,11 @@ declare namespace Models {
27383
28030
  "location"?: string;
27384
28031
  }
27385
28032
 
28033
+ export interface MetadataItem {
28034
+ "text"?: string;
28035
+ "attributes"?: { [key: string]: string; };
28036
+ }
28037
+
27386
28038
  export interface MetadataPresentation {
27387
28039
  "title"?: string;
27388
28040
  "schema"?: Models.MetadataSchema;
@@ -27522,8 +28174,8 @@ declare namespace Models {
27522
28174
  "conversationsDateRangeEnd"?: string;
27523
28175
  "dateCompleted"?: string;
27524
28176
  "message"?: string;
27525
- "errorInfo"?: Models.ErrorInfo;
27526
- "warningInfo"?: Models.ErrorInfo;
28177
+ "errorInfo"?: Models.MinerErrorInfo;
28178
+ "warningInfo"?: Models.MinerErrorInfo;
27527
28179
  "conversationDataUploaded"?: boolean;
27528
28180
  "mediaType"?: string;
27529
28181
  "participantType"?: string;
@@ -27537,6 +28189,13 @@ declare namespace Models {
27537
28189
  "selfUri"?: string;
27538
28190
  }
27539
28191
 
28192
+ export interface MinerErrorInfo {
28193
+ "message"?: string;
28194
+ "code"?: string;
28195
+ "messageWithParams"?: string;
28196
+ "messageParams"?: { [key: string]: object; };
28197
+ }
28198
+
27540
28199
  export interface MinerExecuteRequest {
27541
28200
  "dateStart"?: string;
27542
28201
  "dateEnd"?: string;
@@ -33723,6 +34382,7 @@ declare namespace Models {
33723
34382
  "includeScreenRecordings"?: boolean;
33724
34383
  "clearExport"?: boolean;
33725
34384
  "conversationQuery"?: Models.AsyncConversationQuery;
34385
+ "agedConversationInterval"?: string;
33726
34386
  }
33727
34387
 
33728
34388
  export interface RecordingMessagingMessage {
@@ -36605,6 +37265,26 @@ declare namespace Models {
36605
37265
  "PC": string;
36606
37266
  }
36607
37267
 
37268
+ export interface SttEngineEntity {
37269
+ "id"?: string;
37270
+ "name"?: string;
37271
+ "grammarBased"?: boolean;
37272
+ "selfUri"?: string;
37273
+ }
37274
+
37275
+ export interface SttEngineEntityListing {
37276
+ "entities"?: Array<Models.SttEngineEntity>;
37277
+ "pageSize"?: number;
37278
+ "pageNumber"?: number;
37279
+ "total"?: number;
37280
+ "firstUri"?: string;
37281
+ "nextUri"?: string;
37282
+ "previousUri"?: string;
37283
+ "lastUri"?: string;
37284
+ "selfUri"?: string;
37285
+ "pageCount"?: number;
37286
+ }
37287
+
36608
37288
  export interface SubjectDivisionGrants {
36609
37289
  "id"?: string;
36610
37290
  "name"?: string;
@@ -38811,6 +39491,35 @@ declare namespace Models {
38811
39491
  "group"?: Models.UnansweredGroup;
38812
39492
  }
38813
39493
 
39494
+ export interface UnifiedCommunicationsIntegration {
39495
+ "id"?: string;
39496
+ "name"?: string;
39497
+ "ucIntegrationKey": Models.AddressableEntityRef;
39498
+ "integrationPresenceSource": string;
39499
+ "pbxPermission": string;
39500
+ "icon": Models.UCIcon;
39501
+ "badgeIcons": { [key: string]: Models.UCIcon; };
39502
+ "i10n": { [key: string]: Models.UCI10n; };
39503
+ "polledPresence": boolean;
39504
+ "pollIntervalSec"?: number;
39505
+ "userPermissions": Array<string>;
39506
+ "oauthScopes"?: Array<string>;
39507
+ "selfUri"?: string;
39508
+ }
39509
+
39510
+ export interface UnifiedCommunicationsIntegrationListing {
39511
+ "entities"?: Array<Models.UnifiedCommunicationsIntegration>;
39512
+ "pageSize"?: number;
39513
+ "pageNumber"?: number;
39514
+ "total"?: number;
39515
+ "firstUri"?: string;
39516
+ "nextUri"?: string;
39517
+ "previousUri"?: string;
39518
+ "lastUri"?: string;
39519
+ "selfUri"?: string;
39520
+ "pageCount"?: number;
39521
+ }
39522
+
38814
39523
  export interface UnifiedGeneralTopic {
38815
39524
  "name"?: string;
38816
39525
  "status"?: string;
@@ -41003,6 +41712,7 @@ declare namespace Models {
41003
41712
  "assistantIds"?: Array<string>;
41004
41713
  "knowledgeBaseIds"?: Array<string>;
41005
41714
  "isParked"?: boolean;
41715
+ "agentEmpathyScore"?: Models.NumericRange;
41006
41716
  }
41007
41717
 
41008
41718
  export interface VisibilityCondition {
@@ -43586,6 +44296,12 @@ declare namespace Models {
43586
44296
  "statusTransitionTime"?: string;
43587
44297
  }
43588
44298
 
44299
+ export interface WorkitemStatusListing {
44300
+ "total"?: number;
44301
+ "entities"?: Array<Models.WorkitemStatus>;
44302
+ "selfUri"?: string;
44303
+ }
44304
+
43589
44305
  export interface WorkitemStatusReference {
43590
44306
  "id"?: string;
43591
44307
  "name"?: string;
@@ -44052,6 +44768,7 @@ declare namespace Models {
44052
44768
  "defaultSkills"?: Array<Models.RoutingSkillReference>;
44053
44769
  "assignmentEnabled"?: boolean;
44054
44770
  "schema"?: Models.WorkitemSchema;
44771
+ "serviceLevelTarget"?: number;
44055
44772
  "selfUri"?: string;
44056
44773
  }
44057
44774
 
@@ -44073,6 +44790,7 @@ declare namespace Models {
44073
44790
  "defaultTtlSeconds"?: number;
44074
44791
  "assignmentEnabled"?: boolean;
44075
44792
  "schemaId"?: string;
44793
+ "serviceLevelTarget"?: number;
44076
44794
  "description"?: string;
44077
44795
  "divisionId"?: string;
44078
44796
  "disableDefaultStatusCreation"?: boolean;
@@ -44142,6 +44860,7 @@ declare namespace Models {
44142
44860
  "defaultTtlSeconds"?: number;
44143
44861
  "assignmentEnabled"?: boolean;
44144
44862
  "schemaId"?: string;
44863
+ "serviceLevelTarget"?: number;
44145
44864
  "description"?: string;
44146
44865
  "defaultStatusId"?: string;
44147
44866
  "schemaVersion"?: number;
@@ -44171,6 +44890,7 @@ declare namespace Models {
44171
44890
  "defaultSkills"?: Array<Models.RoutingSkillReference>;
44172
44891
  "assignmentEnabled"?: boolean;
44173
44892
  "schema"?: Models.WorkitemSchema;
44893
+ "serviceLevelTarget"?: number;
44174
44894
  "version"?: number;
44175
44895
  "selfUri"?: string;
44176
44896
  }