purecloud-platform-client-v2 204.0.1 → 205.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +828 -95
- package/dist/web-amd/purecloud-platform-client-v2.js +828 -95
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +273 -96
- package/dist/web-cjs/purecloud-platform-client-v2.js +273 -96
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +563 -1
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -14
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +27 -2
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +51 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +516 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +31 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +58 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +70 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1460,6 +1460,7 @@ declare class ConversationsApi {
|
|
|
1460
1460
|
getConversationSecureattributes(conversationId: string): Promise<Models.ConversationSecureAttributes>;
|
|
1461
1461
|
getConversationSuggestion(conversationId: string, suggestionId: string): Promise<Models.Suggestion>;
|
|
1462
1462
|
getConversationSuggestions(conversationId: string, opts?: ConversationsApi.getConversationSuggestionsOptions): Promise<Models.SuggestionListing>;
|
|
1463
|
+
getConversationSummaries(conversationId: string): Promise<Models.ConversationSummariesGetResponse>;
|
|
1463
1464
|
getConversations(opts?: ConversationsApi.getConversationsOptions): Promise<Models.ConversationEntityListing>;
|
|
1464
1465
|
getConversationsCall(conversationId: string): Promise<Models.CallConversation>;
|
|
1465
1466
|
getConversationsCallParticipantCommunicationWrapup(conversationId: string, participantId: string, communicationId: string, opts?: ConversationsApi.getConversationsCallParticipantCommunicationWrapupOptions): Promise<Models.AssignedWrapupCode>;
|
|
@@ -2551,6 +2552,8 @@ declare class IntegrationsApi {
|
|
|
2551
2552
|
getIntegrationsCredential(credentialId: string): Promise<Models.Credential>;
|
|
2552
2553
|
getIntegrationsCredentials(opts?: IntegrationsApi.getIntegrationsCredentialsOptions): Promise<Models.CredentialInfoListing>;
|
|
2553
2554
|
getIntegrationsCredentialsTypes(): Promise<Models.CredentialTypeListing>;
|
|
2555
|
+
getIntegrationsSpeechAudioconnector(opts?: IntegrationsApi.getIntegrationsSpeechAudioconnectorOptions): Promise<Models.AudioConnectorIntegrationEntityListing>;
|
|
2556
|
+
getIntegrationsSpeechAudioconnectorIntegrationId(integrationId: string): Promise<Models.AudioConnectorIntegration>;
|
|
2554
2557
|
getIntegrationsSpeechDialogflowAgent(agentId: string): Promise<Models.DialogflowAgent>;
|
|
2555
2558
|
getIntegrationsSpeechDialogflowAgents(opts?: IntegrationsApi.getIntegrationsSpeechDialogflowAgentsOptions): Promise<Models.DialogflowAgentSummaryEntityListing>;
|
|
2556
2559
|
getIntegrationsSpeechDialogflowcxAgent(agentId: string): Promise<Models.DialogflowCXAgent>;
|
|
@@ -2700,6 +2703,10 @@ declare namespace IntegrationsApi {
|
|
|
2700
2703
|
"pageNumber"?: number;
|
|
2701
2704
|
"pageSize"?: number;
|
|
2702
2705
|
}
|
|
2706
|
+
export interface getIntegrationsSpeechAudioconnectorOptions {
|
|
2707
|
+
"pageNumber"?: number;
|
|
2708
|
+
"pageSize"?: number;
|
|
2709
|
+
}
|
|
2703
2710
|
export interface getIntegrationsSpeechDialogflowAgentsOptions {
|
|
2704
2711
|
"pageNumber"?: number;
|
|
2705
2712
|
"pageSize"?: number;
|
|
@@ -3015,9 +3022,13 @@ declare class KnowledgeApi {
|
|
|
3015
3022
|
deleteKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeCategory>;
|
|
3016
3023
|
deleteKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
|
|
3017
3024
|
deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<void>;
|
|
3025
|
+
deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string): Promise<void>;
|
|
3026
|
+
deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string): Promise<void>;
|
|
3027
|
+
deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string): Promise<void>;
|
|
3018
3028
|
getKnowledgeGuestSessionCategories(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionCategoriesOptions): Promise<Models.GuestCategoryResponseListing>;
|
|
3019
3029
|
getKnowledgeGuestSessionDocument(sessionId: string, documentId: string): Promise<Models.KnowledgeGuestDocumentResponse>;
|
|
3020
3030
|
getKnowledgeGuestSessionDocuments(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionDocumentsOptions): Promise<Models.KnowledgeGuestDocumentResponseListing>;
|
|
3031
|
+
getKnowledgeIntegrationOptions(integrationId: string): Promise<Models.KnowledgeIntegrationOptionsResponse>;
|
|
3021
3032
|
getKnowledgeKnowledgebase(knowledgeBaseId: string): Promise<Models.KnowledgeBase>;
|
|
3022
3033
|
getKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseCategoriesOptions): Promise<Models.CategoryResponseListing>;
|
|
3023
3034
|
getKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
|
|
@@ -3046,6 +3057,10 @@ declare class KnowledgeApi {
|
|
|
3046
3057
|
getKnowledgeKnowledgebaseOperations(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseOperationsOptions): Promise<Models.OperationListing>;
|
|
3047
3058
|
getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId: string): Promise<Models.OperationCreatorUserResponse>;
|
|
3048
3059
|
getKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseParseJobOptions): Promise<Models.KnowledgeParseJobResponse>;
|
|
3060
|
+
getKnowledgeKnowledgebaseSources(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesOptions): Promise<Array<Models.SourceBaseResponse>>;
|
|
3061
|
+
getKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesSalesforceSourceIdOptions): Promise<Models.SalesforceSourceResponse>;
|
|
3062
|
+
getKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseSourcesServicenowSourceIdOptions): Promise<Models.ServiceNowSourceResponse>;
|
|
3063
|
+
getKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3049
3064
|
getKnowledgeKnowledgebaseUnansweredGroup(knowledgeBaseId: string, groupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupOptions): Promise<Models.UnansweredGroup>;
|
|
3050
3065
|
getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions): Promise<Models.UnansweredPhraseGroup>;
|
|
3051
3066
|
getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
|
|
@@ -3065,6 +3080,7 @@ declare class KnowledgeApi {
|
|
|
3065
3080
|
patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Array<Models.KnowledgeDocumentBulkRequest>): Promise<Models.DocumentListing>;
|
|
3066
3081
|
patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
|
|
3067
3082
|
patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestPatch): Promise<void>;
|
|
3083
|
+
patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId: string, syncJobId: string, body: Models.SyncStatusRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3068
3084
|
patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
|
|
3069
3085
|
postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
3070
3086
|
postKnowledgeGuestSessionDocumentCopies(sessionId: string, documentId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentCopiesOptions): Promise<void>;
|
|
@@ -3102,8 +3118,15 @@ declare class KnowledgeApi {
|
|
|
3102
3118
|
postKnowledgeKnowledgebaseParseJobImport(knowledgeBaseId: string, parseJobId: string, body: Models.KnowledgeParseJobRequestImport): Promise<void>;
|
|
3103
3119
|
postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId: string, body: Models.KnowledgeParseJobRequest): Promise<Models.KnowledgeParseJobResponse>;
|
|
3104
3120
|
postKnowledgeKnowledgebaseSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseSearchOptions): Promise<Models.KnowledgeSearchResponse>;
|
|
3121
|
+
postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId: string, body: Models.SalesforceSourceRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3122
|
+
postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId: string, sourceId: string): Promise<Models.SourceSyncResponse>;
|
|
3123
|
+
postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId: string, body: Models.ServiceNowSourceRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3124
|
+
postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId: string, sourceId: string): Promise<Models.SourceSyncResponse>;
|
|
3125
|
+
postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId: string, body: Models.KnowledgeSyncJobRequest): Promise<Models.KnowledgeSyncJobResponse>;
|
|
3105
3126
|
postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId: string, body: Models.CreateUploadSourceUrlJobRequest): Promise<Models.CreateUploadSourceUrlJobResponse>;
|
|
3106
|
-
postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
|
|
3127
|
+
postKnowledgeKnowledgebases(body: Models.KnowledgeBaseCreateRequest): Promise<Models.KnowledgeBase>;
|
|
3128
|
+
putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId: string, sourceId: string, body: Models.SalesforceSourceRequest): Promise<Models.SalesforceSourceResponse>;
|
|
3129
|
+
putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId: string, sourceId: string, body: Models.ServiceNowSourceRequest): Promise<Models.ServiceNowSourceResponse>;
|
|
3107
3130
|
}
|
|
3108
3131
|
|
|
3109
3132
|
declare namespace KnowledgeApi {
|
|
@@ -3234,6 +3257,17 @@ declare namespace KnowledgeApi {
|
|
|
3234
3257
|
export interface getKnowledgeKnowledgebaseParseJobOptions {
|
|
3235
3258
|
"expand"?: Array<string>;
|
|
3236
3259
|
}
|
|
3260
|
+
export interface getKnowledgeKnowledgebaseSourcesOptions {
|
|
3261
|
+
"type"?: string;
|
|
3262
|
+
"expand"?: Array<string>;
|
|
3263
|
+
"ids"?: Array<string>;
|
|
3264
|
+
}
|
|
3265
|
+
export interface getKnowledgeKnowledgebaseSourcesSalesforceSourceIdOptions {
|
|
3266
|
+
"expand"?: Array<string>;
|
|
3267
|
+
}
|
|
3268
|
+
export interface getKnowledgeKnowledgebaseSourcesServicenowSourceIdOptions {
|
|
3269
|
+
"expand"?: Array<string>;
|
|
3270
|
+
}
|
|
3237
3271
|
export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
|
|
3238
3272
|
"app"?: string;
|
|
3239
3273
|
"dateStart"?: string;
|
|
@@ -3978,6 +4012,7 @@ declare class OutboundApi {
|
|
|
3978
4012
|
getOutboundCampaignInteractions(campaignId: string): Promise<Models.CampaignInteractions>;
|
|
3979
4013
|
getOutboundCampaignLinedistribution(campaignId: string, opts?: OutboundApi.getOutboundCampaignLinedistributionOptions): Promise<Models.CampaignOutboundLinesDistribution>;
|
|
3980
4014
|
getOutboundCampaignProgress(campaignId: string): Promise<Models.CampaignProgress>;
|
|
4015
|
+
getOutboundCampaignSkillcombinations(campaignId: string, opts?: OutboundApi.getOutboundCampaignSkillcombinationsOptions): Promise<Models.PagedSkillCombinationListing>;
|
|
3981
4016
|
getOutboundCampaignStats(campaignId: string): Promise<Models.CampaignStats>;
|
|
3982
4017
|
getOutboundCampaignrule(campaignRuleId: string): Promise<Models.CampaignRule>;
|
|
3983
4018
|
getOutboundCampaignrules(opts?: OutboundApi.getOutboundCampaignrulesOptions): Promise<Models.CampaignRuleEntityListing>;
|
|
@@ -4144,6 +4179,10 @@ declare namespace OutboundApi {
|
|
|
4144
4179
|
"relativeWeight"?: number;
|
|
4145
4180
|
"outboundLineCount"?: number;
|
|
4146
4181
|
}
|
|
4182
|
+
export interface getOutboundCampaignSkillcombinationsOptions {
|
|
4183
|
+
"pageNumber"?: number;
|
|
4184
|
+
"pageSize"?: number;
|
|
4185
|
+
}
|
|
4147
4186
|
export interface getOutboundCampaignrulesOptions {
|
|
4148
4187
|
"pageSize"?: number;
|
|
4149
4188
|
"pageNumber"?: number;
|
|
@@ -5664,6 +5703,8 @@ declare class SpeechTextAnalyticsApi {
|
|
|
5664
5703
|
getSpeechandtextanalyticsTopicsGeneral(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralOptions): Promise<Models.GeneralTopicsEntityListing>;
|
|
5665
5704
|
getSpeechandtextanalyticsTopicsGeneralStatus(opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTopicsGeneralStatusOptions): Promise<Models.UnifiedGeneralTopicEntityListing>;
|
|
5666
5705
|
getSpeechandtextanalyticsTopicsPublishjob(jobId: string): Promise<Models.TopicJob>;
|
|
5706
|
+
getSpeechandtextanalyticsTranslationsLanguageConversation(languageId: string, conversationId: string, opts?: SpeechTextAnalyticsApi.getSpeechandtextanalyticsTranslationsLanguageConversationOptions): Promise<Models.CommunicationTranslationList>;
|
|
5707
|
+
getSpeechandtextanalyticsTranslationsLanguages(): Promise<Models.TranslateSupportedLanguageList>;
|
|
5667
5708
|
patchSpeechandtextanalyticsSettings(body: Models.SpeechTextAnalyticsSettingsRequest): Promise<Models.SpeechTextAnalyticsSettingsResponse>;
|
|
5668
5709
|
postSpeechandtextanalyticsCategories(body: Models.CategoryRequest): Promise<Models.StaCategory>;
|
|
5669
5710
|
postSpeechandtextanalyticsDictionaryfeedback(body: Models.DictionaryFeedback): Promise<Models.DictionaryFeedback>;
|
|
@@ -5736,6 +5777,10 @@ declare namespace SpeechTextAnalyticsApi {
|
|
|
5736
5777
|
export interface getSpeechandtextanalyticsTopicsGeneralStatusOptions {
|
|
5737
5778
|
"dialect"?: string;
|
|
5738
5779
|
}
|
|
5780
|
+
export interface getSpeechandtextanalyticsTranslationsLanguageConversationOptions {
|
|
5781
|
+
"communicationId"?: string;
|
|
5782
|
+
"recordingId"?: string;
|
|
5783
|
+
}
|
|
5739
5784
|
export interface putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackIdOptions {
|
|
5740
5785
|
"body"?: Models.DictionaryFeedback;
|
|
5741
5786
|
}
|
|
@@ -5947,6 +5992,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
5947
5992
|
deleteTelephonyProvidersEdge(edgeId: string): Promise<void>;
|
|
5948
5993
|
deleteTelephonyProvidersEdgeLogicalinterface(edgeId: string, interfaceId: string): Promise<void>;
|
|
5949
5994
|
deleteTelephonyProvidersEdgeSoftwareupdate(edgeId: string): Promise<void>;
|
|
5995
|
+
deleteTelephonyProvidersEdgesAlertablepresences(): Promise<void>;
|
|
5950
5996
|
deleteTelephonyProvidersEdgesCertificateauthority(certificateId: string): Promise<void>;
|
|
5951
5997
|
deleteTelephonyProvidersEdgesDidpool(didPoolId: string): Promise<void>;
|
|
5952
5998
|
deleteTelephonyProvidersEdgesEdgegroup(edgeGroupId: string): Promise<void>;
|
|
@@ -5972,6 +6018,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
5972
6018
|
getTelephonyProvidersEdgeSoftwareversions(edgeId: string): Promise<Models.DomainEdgeSoftwareVersionDtoEntityListing>;
|
|
5973
6019
|
getTelephonyProvidersEdgeTrunks(edgeId: string, opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgeTrunksOptions): Promise<Models.TrunkEntityListing>;
|
|
5974
6020
|
getTelephonyProvidersEdges(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesOptions): Promise<Models.EdgeEntityListing>;
|
|
6021
|
+
getTelephonyProvidersEdgesAlertablepresences(opts?: TelephonyProvidersEdgeApi.getTelephonyProvidersEdgesAlertablepresencesOptions): Promise<Models.AlertablePresences>;
|
|
5975
6022
|
getTelephonyProvidersEdgesCertificateauthorities(): Promise<Models.CertificateAuthorityEntityListing>;
|
|
5976
6023
|
getTelephonyProvidersEdgesCertificateauthority(certificateId: string): Promise<Models.DomainCertificateAuthority>;
|
|
5977
6024
|
getTelephonyProvidersEdgesDid(didId: string): Promise<Models.DID>;
|
|
@@ -6052,6 +6099,7 @@ declare class TelephonyProvidersEdgeApi {
|
|
|
6052
6099
|
postTelephonyProvidersEdgesTrunkbasesettings(body: Models.TrunkBase): Promise<Models.TrunkBase>;
|
|
6053
6100
|
putTelephonyProvidersEdge(edgeId: string, body: Models.Edge): Promise<Models.Edge>;
|
|
6054
6101
|
putTelephonyProvidersEdgeLogicalinterface(edgeId: string, interfaceId: string, body: Models.DomainLogicalInterface): Promise<Models.DomainLogicalInterface>;
|
|
6102
|
+
putTelephonyProvidersEdgesAlertablepresences(body: Models.AlertablePresences): Promise<void>;
|
|
6055
6103
|
putTelephonyProvidersEdgesCertificateauthority(certificateId: string, body: Models.DomainCertificateAuthority): Promise<Models.DomainCertificateAuthority>;
|
|
6056
6104
|
putTelephonyProvidersEdgesDidpool(didPoolId: string, body: Models.DIDPool): Promise<Models.DIDPool>;
|
|
6057
6105
|
putTelephonyProvidersEdgesEdgegroup(edgeGroupId: string, body: Models.EdgeGroup): Promise<Models.EdgeGroup>;
|
|
@@ -6094,6 +6142,9 @@ declare namespace TelephonyProvidersEdgeApi {
|
|
|
6094
6142
|
"managed"?: boolean;
|
|
6095
6143
|
"showCloudMedia"?: boolean;
|
|
6096
6144
|
}
|
|
6145
|
+
export interface getTelephonyProvidersEdgesAlertablepresencesOptions {
|
|
6146
|
+
"type"?: string;
|
|
6147
|
+
}
|
|
6097
6148
|
export interface getTelephonyProvidersEdgesDidpoolsOptions {
|
|
6098
6149
|
"pageSize"?: number;
|
|
6099
6150
|
"pageNumber"?: number;
|
|
@@ -8772,6 +8823,10 @@ declare namespace Models {
|
|
|
8772
8823
|
"alerting": boolean;
|
|
8773
8824
|
}
|
|
8774
8825
|
|
|
8826
|
+
export interface AlertablePresences {
|
|
8827
|
+
"alertablePresences": Array<string>;
|
|
8828
|
+
}
|
|
8829
|
+
|
|
8775
8830
|
export interface AlertingUnreadStatus {
|
|
8776
8831
|
"unread": boolean;
|
|
8777
8832
|
}
|
|
@@ -10024,6 +10079,25 @@ declare namespace Models {
|
|
|
10024
10079
|
"timeZoneId"?: string;
|
|
10025
10080
|
}
|
|
10026
10081
|
|
|
10082
|
+
export interface AudioConnectorIntegration {
|
|
10083
|
+
"id"?: string;
|
|
10084
|
+
"name"?: string;
|
|
10085
|
+
"selfUri"?: string;
|
|
10086
|
+
}
|
|
10087
|
+
|
|
10088
|
+
export interface AudioConnectorIntegrationEntityListing {
|
|
10089
|
+
"entities"?: Array<Models.AudioConnectorIntegration>;
|
|
10090
|
+
"pageSize"?: number;
|
|
10091
|
+
"pageNumber"?: number;
|
|
10092
|
+
"total"?: number;
|
|
10093
|
+
"firstUri"?: string;
|
|
10094
|
+
"lastUri"?: string;
|
|
10095
|
+
"selfUri"?: string;
|
|
10096
|
+
"nextUri"?: string;
|
|
10097
|
+
"previousUri"?: string;
|
|
10098
|
+
"pageCount"?: number;
|
|
10099
|
+
}
|
|
10100
|
+
|
|
10027
10101
|
export interface AudioState {
|
|
10028
10102
|
"canHear"?: boolean;
|
|
10029
10103
|
"canSpeak"?: boolean;
|
|
@@ -12482,6 +12556,9 @@ declare namespace Models {
|
|
|
12482
12556
|
"pageCount"?: number;
|
|
12483
12557
|
}
|
|
12484
12558
|
|
|
12559
|
+
export interface CampaignRuleExecutionSettings {
|
|
12560
|
+
}
|
|
12561
|
+
|
|
12485
12562
|
export interface CampaignRuleParameters {
|
|
12486
12563
|
"operator"?: string;
|
|
12487
12564
|
"value"?: string;
|
|
@@ -13204,6 +13281,38 @@ declare namespace Models {
|
|
|
13204
13281
|
"afterCallWorkRequired"?: boolean;
|
|
13205
13282
|
}
|
|
13206
13283
|
|
|
13284
|
+
export interface CollaborateChatAdhocMessageEventTopicCollaborateChatEntity {
|
|
13285
|
+
"entityJid"?: string;
|
|
13286
|
+
"entityId"?: string;
|
|
13287
|
+
"entityType"?: string;
|
|
13288
|
+
}
|
|
13289
|
+
|
|
13290
|
+
export interface CollaborateChatAdhocMessageEventTopicCollaborateChatMessage {
|
|
13291
|
+
"messageId"?: string;
|
|
13292
|
+
"created"?: string;
|
|
13293
|
+
"actionType"?: string;
|
|
13294
|
+
"body"?: string;
|
|
13295
|
+
"from"?: Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity;
|
|
13296
|
+
"to"?: Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity;
|
|
13297
|
+
"mentions"?: Array<Models.CollaborateChatAdhocMessageEventTopicCollaborateChatEntity>;
|
|
13298
|
+
}
|
|
13299
|
+
|
|
13300
|
+
export interface CollaborateChatGroupMessageEventTopicCollaborateChatEntity {
|
|
13301
|
+
"entityJid"?: string;
|
|
13302
|
+
"entityId"?: string;
|
|
13303
|
+
"entityType"?: string;
|
|
13304
|
+
}
|
|
13305
|
+
|
|
13306
|
+
export interface CollaborateChatGroupMessageEventTopicCollaborateChatMessage {
|
|
13307
|
+
"messageId"?: string;
|
|
13308
|
+
"created"?: string;
|
|
13309
|
+
"actionType"?: string;
|
|
13310
|
+
"body"?: string;
|
|
13311
|
+
"from"?: Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity;
|
|
13312
|
+
"to"?: Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity;
|
|
13313
|
+
"mentions"?: Array<Models.CollaborateChatGroupMessageEventTopicCollaborateChatEntity>;
|
|
13314
|
+
}
|
|
13315
|
+
|
|
13207
13316
|
export interface Column {
|
|
13208
13317
|
"columnName"?: string;
|
|
13209
13318
|
"columnNumber"?: number;
|
|
@@ -13412,6 +13521,15 @@ declare namespace Models {
|
|
|
13412
13521
|
"destinationConversationId"?: string;
|
|
13413
13522
|
}
|
|
13414
13523
|
|
|
13524
|
+
export interface CommunicationTranslation {
|
|
13525
|
+
"communicationId": string;
|
|
13526
|
+
"transcripts": Array<Models.TranscriptTranslation>;
|
|
13527
|
+
}
|
|
13528
|
+
|
|
13529
|
+
export interface CommunicationTranslationList {
|
|
13530
|
+
"entities"?: Array<Models.CommunicationTranslation>;
|
|
13531
|
+
}
|
|
13532
|
+
|
|
13415
13533
|
export interface ComparisonPeriod {
|
|
13416
13534
|
"id"?: string;
|
|
13417
13535
|
"kpi"?: string;
|
|
@@ -15108,6 +15226,11 @@ declare namespace Models {
|
|
|
15108
15226
|
"actions": Array<Models.ConversationContentQuickReply>;
|
|
15109
15227
|
}
|
|
15110
15228
|
|
|
15229
|
+
export interface ConversationContentReaction {
|
|
15230
|
+
"reactionType"?: string;
|
|
15231
|
+
"count": number;
|
|
15232
|
+
}
|
|
15233
|
+
|
|
15111
15234
|
export interface ConversationContentStory {
|
|
15112
15235
|
"type"?: string;
|
|
15113
15236
|
"url"?: string;
|
|
@@ -15157,6 +15280,11 @@ declare namespace Models {
|
|
|
15157
15280
|
"entities"?: Array<Models.DomainEntityRef>;
|
|
15158
15281
|
}
|
|
15159
15282
|
|
|
15283
|
+
export interface ConversationEditedSummary {
|
|
15284
|
+
"text"?: string;
|
|
15285
|
+
"dateModified"?: string;
|
|
15286
|
+
}
|
|
15287
|
+
|
|
15160
15288
|
export interface ConversationEmailEventTopicAttachment {
|
|
15161
15289
|
"attachmentId"?: string;
|
|
15162
15290
|
"name"?: string;
|
|
@@ -15315,6 +15443,19 @@ declare namespace Models {
|
|
|
15315
15443
|
"selfUri"?: string;
|
|
15316
15444
|
}
|
|
15317
15445
|
|
|
15446
|
+
export interface ConversationEnrichment {
|
|
15447
|
+
"language"?: Models.ConversationEnrichmentLanguage;
|
|
15448
|
+
"sentimentV2"?: Models.ConversationEnrichmentSentimentV2;
|
|
15449
|
+
}
|
|
15450
|
+
|
|
15451
|
+
export interface ConversationEnrichmentLanguage {
|
|
15452
|
+
"language": string;
|
|
15453
|
+
}
|
|
15454
|
+
|
|
15455
|
+
export interface ConversationEnrichmentSentimentV2 {
|
|
15456
|
+
"tag": string;
|
|
15457
|
+
}
|
|
15458
|
+
|
|
15318
15459
|
export interface ConversationEntityListing {
|
|
15319
15460
|
"entities"?: Array<Models.Conversation>;
|
|
15320
15461
|
"pageSize"?: number;
|
|
@@ -16148,6 +16289,7 @@ declare namespace Models {
|
|
|
16148
16289
|
"mediaType"?: string;
|
|
16149
16290
|
"messageType"?: string;
|
|
16150
16291
|
"originatingDirection"?: string;
|
|
16292
|
+
"originatingSocialMediaPublic"?: boolean;
|
|
16151
16293
|
"outboundCampaignId"?: string;
|
|
16152
16294
|
"outboundContactId"?: string;
|
|
16153
16295
|
"outboundContactListId"?: string;
|
|
@@ -16457,6 +16599,23 @@ declare namespace Models {
|
|
|
16457
16599
|
"version"?: number;
|
|
16458
16600
|
}
|
|
16459
16601
|
|
|
16602
|
+
export interface ConversationSessionSummary {
|
|
16603
|
+
"text"?: string;
|
|
16604
|
+
"status"?: string;
|
|
16605
|
+
"mediaType"?: string;
|
|
16606
|
+
"language"?: string;
|
|
16607
|
+
"predictedWrapupCodes"?: Array<Models.ConversationSummaryWrapupCode>;
|
|
16608
|
+
"editedSummary"?: Models.ConversationEditedSummary;
|
|
16609
|
+
"reason"?: Models.ConversationSummaryReason;
|
|
16610
|
+
"followup"?: Models.ConversationSummaryFollowup;
|
|
16611
|
+
"resolution"?: Models.ConversationSummaryResolution;
|
|
16612
|
+
"dateCreated"?: string;
|
|
16613
|
+
"id"?: string;
|
|
16614
|
+
"confidence"?: number;
|
|
16615
|
+
"participants"?: Array<Models.AddressableEntityRef>;
|
|
16616
|
+
"communication"?: Models.Entity;
|
|
16617
|
+
}
|
|
16618
|
+
|
|
16460
16619
|
export interface ConversationSocialExpressionEventTopicConversationRoutingData {
|
|
16461
16620
|
"queue"?: Models.ConversationSocialExpressionEventTopicUriReference;
|
|
16462
16621
|
"language"?: Models.ConversationSocialExpressionEventTopicUriReference;
|
|
@@ -16591,6 +16750,55 @@ declare namespace Models {
|
|
|
16591
16750
|
"endTime"?: string;
|
|
16592
16751
|
}
|
|
16593
16752
|
|
|
16753
|
+
export interface ConversationSummariesGetResponse {
|
|
16754
|
+
"conversation"?: Models.AddressableEntityRef;
|
|
16755
|
+
"summary"?: Models.ConversationSummary;
|
|
16756
|
+
"sessionSummaries"?: Array<Models.ConversationSessionSummary>;
|
|
16757
|
+
}
|
|
16758
|
+
|
|
16759
|
+
export interface ConversationSummary {
|
|
16760
|
+
"text"?: string;
|
|
16761
|
+
"status"?: string;
|
|
16762
|
+
"mediaType"?: string;
|
|
16763
|
+
"language"?: string;
|
|
16764
|
+
"predictedWrapupCodes"?: Array<Models.ConversationSummaryWrapupCode>;
|
|
16765
|
+
"editedSummary"?: Models.ConversationEditedSummary;
|
|
16766
|
+
"reason"?: Models.ConversationSummaryReason;
|
|
16767
|
+
"followup"?: Models.ConversationSummaryFollowup;
|
|
16768
|
+
"resolution"?: Models.ConversationSummaryResolution;
|
|
16769
|
+
"dateCreated"?: string;
|
|
16770
|
+
"id"?: string;
|
|
16771
|
+
"confidence"?: number;
|
|
16772
|
+
"participants"?: Array<Models.AddressableEntityRef>;
|
|
16773
|
+
}
|
|
16774
|
+
|
|
16775
|
+
export interface ConversationSummaryFollowup {
|
|
16776
|
+
"text"?: string;
|
|
16777
|
+
"description"?: string;
|
|
16778
|
+
"confidence"?: number;
|
|
16779
|
+
}
|
|
16780
|
+
|
|
16781
|
+
export interface ConversationSummaryReason {
|
|
16782
|
+
"text"?: string;
|
|
16783
|
+
"description"?: string;
|
|
16784
|
+
"confidence"?: number;
|
|
16785
|
+
}
|
|
16786
|
+
|
|
16787
|
+
export interface ConversationSummaryResolution {
|
|
16788
|
+
"text"?: string;
|
|
16789
|
+
"description"?: string;
|
|
16790
|
+
"confidence"?: number;
|
|
16791
|
+
"outcome"?: string;
|
|
16792
|
+
}
|
|
16793
|
+
|
|
16794
|
+
export interface ConversationSummaryWrapupCode {
|
|
16795
|
+
"name"?: string;
|
|
16796
|
+
"description"?: string;
|
|
16797
|
+
"selfUri"?: string;
|
|
16798
|
+
"id"?: string;
|
|
16799
|
+
"confidence"?: number;
|
|
16800
|
+
}
|
|
16801
|
+
|
|
16594
16802
|
export interface ConversationTagsUpdate {
|
|
16595
16803
|
"externalTag": string;
|
|
16596
16804
|
}
|
|
@@ -16802,6 +17010,10 @@ declare namespace Models {
|
|
|
16802
17010
|
"actions": Array<Models.CopilotAction>;
|
|
16803
17011
|
}
|
|
16804
17012
|
|
|
17013
|
+
export interface CopilotTranscriptionConfig {
|
|
17014
|
+
"engine": string;
|
|
17015
|
+
}
|
|
17016
|
+
|
|
16805
17017
|
export interface CopyAttachmentsRequest {
|
|
16806
17018
|
"sourceMessage": Models.DomainEntityRef;
|
|
16807
17019
|
"attachments": Array<Models.Attachment>;
|
|
@@ -17151,6 +17363,7 @@ declare namespace Models {
|
|
|
17151
17363
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
17152
17364
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
17153
17365
|
"autoAnswerOnly"?: boolean;
|
|
17366
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
17154
17367
|
"enableTranscription"?: boolean;
|
|
17155
17368
|
"enableAudioMonitoring"?: boolean;
|
|
17156
17369
|
"enableManualAssignment"?: boolean;
|
|
@@ -23438,6 +23651,7 @@ declare namespace Models {
|
|
|
23438
23651
|
"flowId"?: string;
|
|
23439
23652
|
"flowVersion"?: string;
|
|
23440
23653
|
"conversationId"?: string;
|
|
23654
|
+
"workitemId"?: string;
|
|
23441
23655
|
"flowType"?: string;
|
|
23442
23656
|
"flowErrorReason"?: string;
|
|
23443
23657
|
"flowWarningReason"?: string;
|
|
@@ -23585,6 +23799,7 @@ declare namespace Models {
|
|
|
23585
23799
|
"flowMilestoneIds"?: Array<string>;
|
|
23586
23800
|
"flowName"?: string;
|
|
23587
23801
|
"flowOutType"?: string;
|
|
23802
|
+
"flowSubType"?: string;
|
|
23588
23803
|
"flowType"?: string;
|
|
23589
23804
|
"flowVersion"?: string;
|
|
23590
23805
|
"groupId"?: string;
|
|
@@ -24496,6 +24711,12 @@ declare namespace Models {
|
|
|
24496
24711
|
"pageCount"?: number;
|
|
24497
24712
|
}
|
|
24498
24713
|
|
|
24714
|
+
export interface GraphApiSettings {
|
|
24715
|
+
"integration"?: Models.DomainEntityRef;
|
|
24716
|
+
"status"?: string;
|
|
24717
|
+
"errorInfo"?: Models.EmailErrorInfo;
|
|
24718
|
+
}
|
|
24719
|
+
|
|
24499
24720
|
export interface Greeting {
|
|
24500
24721
|
"id"?: string;
|
|
24501
24722
|
"name"?: string;
|
|
@@ -24556,6 +24777,7 @@ declare namespace Models {
|
|
|
24556
24777
|
"rulesVisible": boolean;
|
|
24557
24778
|
"visibility": string;
|
|
24558
24779
|
"rolesEnabled"?: boolean;
|
|
24780
|
+
"includeOwners"?: boolean;
|
|
24559
24781
|
"owners"?: Array<Models.User>;
|
|
24560
24782
|
"selfUri"?: string;
|
|
24561
24783
|
}
|
|
@@ -24587,6 +24809,7 @@ declare namespace Models {
|
|
|
24587
24809
|
"rulesVisible": boolean;
|
|
24588
24810
|
"visibility": string;
|
|
24589
24811
|
"rolesEnabled"?: boolean;
|
|
24812
|
+
"includeOwners"?: boolean;
|
|
24590
24813
|
"ownerIds"?: Array<string>;
|
|
24591
24814
|
"selfUri"?: string;
|
|
24592
24815
|
}
|
|
@@ -24689,6 +24912,7 @@ declare namespace Models {
|
|
|
24689
24912
|
"rulesVisible"?: boolean;
|
|
24690
24913
|
"visibility"?: string;
|
|
24691
24914
|
"rolesEnabled"?: boolean;
|
|
24915
|
+
"includeOwners"?: boolean;
|
|
24692
24916
|
"ownerIds"?: Array<string>;
|
|
24693
24917
|
"selfUri"?: string;
|
|
24694
24918
|
}
|
|
@@ -25673,6 +25897,7 @@ declare namespace Models {
|
|
|
25673
25897
|
|
|
25674
25898
|
export interface Intent {
|
|
25675
25899
|
"name"?: string;
|
|
25900
|
+
"description"?: string;
|
|
25676
25901
|
}
|
|
25677
25902
|
|
|
25678
25903
|
export interface IntentDefinition {
|
|
@@ -25754,6 +25979,28 @@ declare namespace Models {
|
|
|
25754
25979
|
"pageCount"?: number;
|
|
25755
25980
|
}
|
|
25756
25981
|
|
|
25982
|
+
export interface InternalMessage {
|
|
25983
|
+
"state"?: string;
|
|
25984
|
+
"initialState"?: string;
|
|
25985
|
+
"id"?: string;
|
|
25986
|
+
"segments"?: Array<Models.Segment>;
|
|
25987
|
+
"disconnectType"?: string;
|
|
25988
|
+
"connectedTime"?: string;
|
|
25989
|
+
"disconnectedTime"?: string;
|
|
25990
|
+
"provider"?: string;
|
|
25991
|
+
"peerId"?: string;
|
|
25992
|
+
"targetUserId"?: string;
|
|
25993
|
+
"sourceUserId"?: string;
|
|
25994
|
+
"toAddress"?: Models.Address;
|
|
25995
|
+
"fromAddress"?: Models.Address;
|
|
25996
|
+
"messages"?: Array<Models.InternalMessageDetails>;
|
|
25997
|
+
}
|
|
25998
|
+
|
|
25999
|
+
export interface InternalMessageDetails {
|
|
26000
|
+
"messageId"?: string;
|
|
26001
|
+
"messageTime"?: string;
|
|
26002
|
+
}
|
|
26003
|
+
|
|
25757
26004
|
export interface IntradayPerformancePredictionData {
|
|
25758
26005
|
"serviceLevelPercent"?: number;
|
|
25759
26006
|
"averageSpeedOfAnswerSeconds"?: number;
|
|
@@ -28088,6 +28335,26 @@ declare namespace Models {
|
|
|
28088
28335
|
"migrationDetected"?: boolean;
|
|
28089
28336
|
}
|
|
28090
28337
|
|
|
28338
|
+
export interface KnowledgeIntegrationFilter {
|
|
28339
|
+
"name"?: string;
|
|
28340
|
+
"type"?: string;
|
|
28341
|
+
"values"?: Array<Models.KnowledgeIntegrationFilterValue>;
|
|
28342
|
+
}
|
|
28343
|
+
|
|
28344
|
+
export interface KnowledgeIntegrationFilterValue {
|
|
28345
|
+
"key"?: string;
|
|
28346
|
+
"value"?: string;
|
|
28347
|
+
}
|
|
28348
|
+
|
|
28349
|
+
export interface KnowledgeIntegrationOptionsResponse {
|
|
28350
|
+
"filters"?: Array<Models.KnowledgeIntegrationFilter>;
|
|
28351
|
+
}
|
|
28352
|
+
|
|
28353
|
+
export interface KnowledgeIntegrationReference {
|
|
28354
|
+
"id": string;
|
|
28355
|
+
"selfUri"?: string;
|
|
28356
|
+
}
|
|
28357
|
+
|
|
28091
28358
|
export interface KnowledgeOperationSource {
|
|
28092
28359
|
"id"?: string;
|
|
28093
28360
|
"type"?: string;
|
|
@@ -28206,6 +28473,50 @@ declare namespace Models {
|
|
|
28206
28473
|
"knowledgeBases"?: Array<Models.KnowledgeBaseWithDialectReference>;
|
|
28207
28474
|
}
|
|
28208
28475
|
|
|
28476
|
+
export interface KnowledgeSyncJobReport {
|
|
28477
|
+
"errors"?: Array<Models.ErrorBody>;
|
|
28478
|
+
"statistics"?: Models.KnowledgeSyncJobStatistics;
|
|
28479
|
+
}
|
|
28480
|
+
|
|
28481
|
+
export interface KnowledgeSyncJobRequest {
|
|
28482
|
+
"uploadKey": string;
|
|
28483
|
+
"sourceId"?: string;
|
|
28484
|
+
}
|
|
28485
|
+
|
|
28486
|
+
export interface KnowledgeSyncJobResponse {
|
|
28487
|
+
"id"?: string;
|
|
28488
|
+
"uploadKey"?: string;
|
|
28489
|
+
"status"?: string;
|
|
28490
|
+
"report"?: Models.KnowledgeSyncJobReport;
|
|
28491
|
+
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
28492
|
+
"dateCreated"?: string;
|
|
28493
|
+
"dateModified"?: string;
|
|
28494
|
+
"createdBy"?: Models.UserReference;
|
|
28495
|
+
"downloadURL"?: string;
|
|
28496
|
+
"failedEntitiesURL"?: string;
|
|
28497
|
+
"source"?: Models.KnowledgeOperationSource;
|
|
28498
|
+
"selfUri"?: string;
|
|
28499
|
+
}
|
|
28500
|
+
|
|
28501
|
+
export interface KnowledgeSyncJobStatistics {
|
|
28502
|
+
"countDocumentImportActivityCreate"?: number;
|
|
28503
|
+
"countDocumentImportActivityUpdate"?: number;
|
|
28504
|
+
"countDocumentStateDraft"?: number;
|
|
28505
|
+
"countDocumentStatePublished"?: number;
|
|
28506
|
+
"countDocumentImportSuccess"?: number;
|
|
28507
|
+
"countDocumentImportFailure"?: number;
|
|
28508
|
+
"countCategoryImportSuccess"?: number;
|
|
28509
|
+
"countCategoryImportFailure"?: number;
|
|
28510
|
+
"countLabelImportSuccess"?: number;
|
|
28511
|
+
"countLabelImportFailure"?: number;
|
|
28512
|
+
"countDocumentDeleteSuccess"?: number;
|
|
28513
|
+
"countDocumentDeleteFailure"?: number;
|
|
28514
|
+
"countCategoryDeleteSuccess"?: number;
|
|
28515
|
+
"countCategoryDeleteFailure"?: number;
|
|
28516
|
+
"countLabelDeleteSuccess"?: number;
|
|
28517
|
+
"countLabelDeleteFailure"?: number;
|
|
28518
|
+
}
|
|
28519
|
+
|
|
28209
28520
|
export interface KnowledgeTraining {
|
|
28210
28521
|
"id"?: string;
|
|
28211
28522
|
"dateTriggered"?: string;
|
|
@@ -29565,6 +29876,7 @@ declare namespace Models {
|
|
|
29565
29876
|
|
|
29566
29877
|
export interface LogCaptureUserConfiguration {
|
|
29567
29878
|
"id"?: string;
|
|
29879
|
+
"dateStarted"?: string;
|
|
29568
29880
|
"dateExpired": string;
|
|
29569
29881
|
"selfUri"?: string;
|
|
29570
29882
|
}
|
|
@@ -29989,6 +30301,7 @@ declare namespace Models {
|
|
|
29989
30301
|
"media"?: Array<Models.MessageMedia>;
|
|
29990
30302
|
"stickers"?: Array<Models.MessageSticker>;
|
|
29991
30303
|
"messageMetadata"?: Models.ConversationMessageMetadata;
|
|
30304
|
+
"socialVisibility"?: string;
|
|
29992
30305
|
"errorInfo"?: Models.ErrorBody;
|
|
29993
30306
|
}
|
|
29994
30307
|
|
|
@@ -32047,6 +32360,98 @@ declare namespace Models {
|
|
|
32047
32360
|
"senderPhoneNumber"?: string;
|
|
32048
32361
|
}
|
|
32049
32362
|
|
|
32363
|
+
export interface OutboundMessagingEmailCampaignConfigChangeContactSort {
|
|
32364
|
+
"fieldName"?: string;
|
|
32365
|
+
"direction"?: string;
|
|
32366
|
+
"numeric"?: boolean;
|
|
32367
|
+
"additionalProperties"?: { [key: string]: object; };
|
|
32368
|
+
}
|
|
32369
|
+
|
|
32370
|
+
export interface OutboundMessagingEmailCampaignConfigChangeEmailConfig {
|
|
32371
|
+
"emailColumns"?: Array<string>;
|
|
32372
|
+
"contentTemplate"?: Models.OutboundMessagingEmailCampaignConfigChangeResponseRef;
|
|
32373
|
+
"fromAddress"?: Models.OutboundMessagingEmailCampaignConfigChangeFromEmailAddress;
|
|
32374
|
+
"replyToAddress"?: Models.OutboundMessagingEmailCampaignConfigChangeReplyToEmailAddress;
|
|
32375
|
+
}
|
|
32376
|
+
|
|
32377
|
+
export interface OutboundMessagingEmailCampaignConfigChangeErrorDetail {
|
|
32378
|
+
"error"?: string;
|
|
32379
|
+
"details"?: string;
|
|
32380
|
+
}
|
|
32381
|
+
|
|
32382
|
+
export interface OutboundMessagingEmailCampaignConfigChangeFromEmailAddress {
|
|
32383
|
+
"friendlyName"?: string;
|
|
32384
|
+
"localPart"?: string;
|
|
32385
|
+
"domain"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32386
|
+
}
|
|
32387
|
+
|
|
32388
|
+
export interface OutboundMessagingEmailCampaignConfigChangeMessagingCampaign {
|
|
32389
|
+
"campaignStatus"?: string;
|
|
32390
|
+
"callableTimeSet"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32391
|
+
"contactList"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32392
|
+
"dncLists"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32393
|
+
"contactListFilters"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32394
|
+
"alwaysRunning"?: boolean;
|
|
32395
|
+
"contactSorts"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeContactSort>;
|
|
32396
|
+
"messagesPerMinute"?: number;
|
|
32397
|
+
"ruleSets"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeUriReference>;
|
|
32398
|
+
"smsConfig"?: Models.OutboundMessagingEmailCampaignConfigChangeSmsConfig;
|
|
32399
|
+
"emailConfig"?: Models.OutboundMessagingEmailCampaignConfigChangeEmailConfig;
|
|
32400
|
+
"errors"?: Array<Models.OutboundMessagingEmailCampaignConfigChangeErrorDetail>;
|
|
32401
|
+
"id"?: string;
|
|
32402
|
+
"name"?: string;
|
|
32403
|
+
"dateCreated"?: string;
|
|
32404
|
+
"dateModified"?: string;
|
|
32405
|
+
"version"?: number;
|
|
32406
|
+
"division"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32407
|
+
}
|
|
32408
|
+
|
|
32409
|
+
export interface OutboundMessagingEmailCampaignConfigChangeObject {
|
|
32410
|
+
}
|
|
32411
|
+
|
|
32412
|
+
export interface OutboundMessagingEmailCampaignConfigChangeReplyToEmailAddress {
|
|
32413
|
+
"domain"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32414
|
+
"route"?: Models.OutboundMessagingEmailCampaignConfigChangeUriReference;
|
|
32415
|
+
}
|
|
32416
|
+
|
|
32417
|
+
export interface OutboundMessagingEmailCampaignConfigChangeResponseRef {
|
|
32418
|
+
"id"?: string;
|
|
32419
|
+
}
|
|
32420
|
+
|
|
32421
|
+
export interface OutboundMessagingEmailCampaignConfigChangeSmsConfig {
|
|
32422
|
+
"messageColumn"?: string;
|
|
32423
|
+
"phoneColumn"?: string;
|
|
32424
|
+
"senderSmsPhoneNumber"?: Models.OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef;
|
|
32425
|
+
"contentTemplate"?: Models.OutboundMessagingEmailCampaignConfigChangeResponseRef;
|
|
32426
|
+
}
|
|
32427
|
+
|
|
32428
|
+
export interface OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef {
|
|
32429
|
+
"phoneNumber"?: string;
|
|
32430
|
+
}
|
|
32431
|
+
|
|
32432
|
+
export interface OutboundMessagingEmailCampaignConfigChangeUriReference {
|
|
32433
|
+
"id"?: string;
|
|
32434
|
+
"name"?: string;
|
|
32435
|
+
}
|
|
32436
|
+
|
|
32437
|
+
export interface OutboundMessagingEmailCampaignProgressEventCampaignProgress {
|
|
32438
|
+
"campaign"?: Models.OutboundMessagingEmailCampaignProgressEventUriReference;
|
|
32439
|
+
"numberOfContactsCalled"?: number;
|
|
32440
|
+
"numberOfContactsMessaged"?: number;
|
|
32441
|
+
"totalNumberOfContacts"?: number;
|
|
32442
|
+
"percentage"?: number;
|
|
32443
|
+
"numberOfContactsSkipped"?: { [key: string]: number; };
|
|
32444
|
+
"additionalProperties"?: { [key: string]: object; };
|
|
32445
|
+
}
|
|
32446
|
+
|
|
32447
|
+
export interface OutboundMessagingEmailCampaignProgressEventObject {
|
|
32448
|
+
}
|
|
32449
|
+
|
|
32450
|
+
export interface OutboundMessagingEmailCampaignProgressEventUriReference {
|
|
32451
|
+
"id"?: string;
|
|
32452
|
+
"name"?: string;
|
|
32453
|
+
}
|
|
32454
|
+
|
|
32050
32455
|
export interface OutboundMessagingMessagingCampaignConfigChangeContactSort {
|
|
32051
32456
|
"fieldName"?: string;
|
|
32052
32457
|
"direction"?: string;
|
|
@@ -32431,6 +32836,14 @@ declare namespace Models {
|
|
|
32431
32836
|
export interface PagedNamespaceListing {
|
|
32432
32837
|
}
|
|
32433
32838
|
|
|
32839
|
+
export interface PagedSkillCombinationListing {
|
|
32840
|
+
"entities"?: Array<Models.SkillCombinationInfo>;
|
|
32841
|
+
"pageSize"?: number;
|
|
32842
|
+
"pageNumber"?: number;
|
|
32843
|
+
"total"?: number;
|
|
32844
|
+
"pageCount"?: number;
|
|
32845
|
+
}
|
|
32846
|
+
|
|
32434
32847
|
export interface PagelessDomainEntityListingEvaluationVersion {
|
|
32435
32848
|
"total"?: number;
|
|
32436
32849
|
"entities"?: Array<Models.EvaluationVersion>;
|
|
@@ -32503,6 +32916,7 @@ declare namespace Models {
|
|
|
32503
32916
|
"flaggedReason"?: string;
|
|
32504
32917
|
"startAcwTime"?: string;
|
|
32505
32918
|
"endAcwTime"?: string;
|
|
32919
|
+
"internalMessages"?: Array<Models.InternalMessage>;
|
|
32506
32920
|
"bargedParticipantId"?: string;
|
|
32507
32921
|
}
|
|
32508
32922
|
|
|
@@ -32557,6 +32971,7 @@ declare namespace Models {
|
|
|
32557
32971
|
"flaggedReason"?: string;
|
|
32558
32972
|
"startAcwTime"?: string;
|
|
32559
32973
|
"endAcwTime"?: string;
|
|
32974
|
+
"internalMessages"?: Array<Models.InternalMessage>;
|
|
32560
32975
|
"bargedParticipantId"?: string;
|
|
32561
32976
|
}
|
|
32562
32977
|
|
|
@@ -33189,6 +33604,12 @@ declare namespace Models {
|
|
|
33189
33604
|
"documentId": string;
|
|
33190
33605
|
}
|
|
33191
33606
|
|
|
33607
|
+
export interface PhraseTranslation {
|
|
33608
|
+
"startTimeMs": number;
|
|
33609
|
+
"participantPurpose": string;
|
|
33610
|
+
"translatedText": string;
|
|
33611
|
+
}
|
|
33612
|
+
|
|
33192
33613
|
export interface PhysicalInterfaceEntityListing {
|
|
33193
33614
|
"entities"?: Array<Models.DomainPhysicalInterface>;
|
|
33194
33615
|
"pageSize"?: number;
|
|
@@ -34011,6 +34432,7 @@ declare namespace Models {
|
|
|
34011
34432
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
34012
34433
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
34013
34434
|
"autoAnswerOnly"?: boolean;
|
|
34435
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
34014
34436
|
"enableTranscription"?: boolean;
|
|
34015
34437
|
"enableAudioMonitoring"?: boolean;
|
|
34016
34438
|
"enableManualAssignment"?: boolean;
|
|
@@ -36647,6 +37069,7 @@ declare namespace Models {
|
|
|
36647
37069
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
36648
37070
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
36649
37071
|
"autoAnswerOnly"?: boolean;
|
|
37072
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
36650
37073
|
"enableTranscription"?: boolean;
|
|
36651
37074
|
"enableAudioMonitoring"?: boolean;
|
|
36652
37075
|
"enableManualAssignment"?: boolean;
|
|
@@ -37083,6 +37506,8 @@ declare namespace Models {
|
|
|
37083
37506
|
"maxSimultaneousStreams"?: number;
|
|
37084
37507
|
"maxConfigurableScreenRecordingStreams"?: number;
|
|
37085
37508
|
"regionalRecordingStorageEnabled"?: boolean;
|
|
37509
|
+
"recordingPlaybackUrlTtl"?: number;
|
|
37510
|
+
"recordingBatchDownloadUrlTtl"?: number;
|
|
37086
37511
|
}
|
|
37087
37512
|
|
|
37088
37513
|
export interface RecordingTranscodeCompleteTopicMediaResult {
|
|
@@ -38140,6 +38565,34 @@ declare namespace Models {
|
|
|
38140
38565
|
"selfUri"?: string;
|
|
38141
38566
|
}
|
|
38142
38567
|
|
|
38568
|
+
export interface SalesforceSettings {
|
|
38569
|
+
"channel"?: string;
|
|
38570
|
+
"language"?: string;
|
|
38571
|
+
"categories"?: Array<string>;
|
|
38572
|
+
}
|
|
38573
|
+
|
|
38574
|
+
export interface SalesforceSourceRequest {
|
|
38575
|
+
"id"?: string;
|
|
38576
|
+
"name": string;
|
|
38577
|
+
"integrationId"?: string;
|
|
38578
|
+
"schedulePeriod"?: number;
|
|
38579
|
+
"settings"?: Models.SalesforceSettings;
|
|
38580
|
+
"selfUri"?: string;
|
|
38581
|
+
}
|
|
38582
|
+
|
|
38583
|
+
export interface SalesforceSourceResponse {
|
|
38584
|
+
"id"?: string;
|
|
38585
|
+
"name"?: string;
|
|
38586
|
+
"dateCreated"?: string;
|
|
38587
|
+
"dateModified"?: string;
|
|
38588
|
+
"type"?: string;
|
|
38589
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
38590
|
+
"schedulePeriod"?: number;
|
|
38591
|
+
"lastSync"?: Models.SourceLastSync;
|
|
38592
|
+
"settings"?: Models.SalesforceSettings;
|
|
38593
|
+
"selfUri"?: string;
|
|
38594
|
+
}
|
|
38595
|
+
|
|
38143
38596
|
export interface Schedule {
|
|
38144
38597
|
"id"?: string;
|
|
38145
38598
|
"name": string;
|
|
@@ -39025,6 +39478,34 @@ declare namespace Models {
|
|
|
39025
39478
|
"durationMs"?: number;
|
|
39026
39479
|
}
|
|
39027
39480
|
|
|
39481
|
+
export interface ServiceNowSettings {
|
|
39482
|
+
"knowledgeBaseIds"?: Array<string>;
|
|
39483
|
+
"language"?: string;
|
|
39484
|
+
"categories"?: Array<string>;
|
|
39485
|
+
}
|
|
39486
|
+
|
|
39487
|
+
export interface ServiceNowSourceRequest {
|
|
39488
|
+
"id"?: string;
|
|
39489
|
+
"name": string;
|
|
39490
|
+
"integrationId"?: string;
|
|
39491
|
+
"schedulePeriod"?: number;
|
|
39492
|
+
"settings"?: Models.ServiceNowSettings;
|
|
39493
|
+
"selfUri"?: string;
|
|
39494
|
+
}
|
|
39495
|
+
|
|
39496
|
+
export interface ServiceNowSourceResponse {
|
|
39497
|
+
"id"?: string;
|
|
39498
|
+
"name"?: string;
|
|
39499
|
+
"dateCreated"?: string;
|
|
39500
|
+
"dateModified"?: string;
|
|
39501
|
+
"type"?: string;
|
|
39502
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
39503
|
+
"schedulePeriod"?: number;
|
|
39504
|
+
"lastSync"?: Models.SourceLastSync;
|
|
39505
|
+
"settings"?: Models.ServiceNowSettings;
|
|
39506
|
+
"selfUri"?: string;
|
|
39507
|
+
}
|
|
39508
|
+
|
|
39028
39509
|
export interface Session {
|
|
39029
39510
|
"id": string;
|
|
39030
39511
|
"customerId"?: string;
|
|
@@ -39437,6 +39918,12 @@ declare namespace Models {
|
|
|
39437
39918
|
"pageCount"?: number;
|
|
39438
39919
|
}
|
|
39439
39920
|
|
|
39921
|
+
export interface SkillCombinationInfo {
|
|
39922
|
+
"skillCombination"?: Array<string>;
|
|
39923
|
+
"totalCount"?: number;
|
|
39924
|
+
"remainingCount"?: number;
|
|
39925
|
+
}
|
|
39926
|
+
|
|
39440
39927
|
export interface SkillEntityListing {
|
|
39441
39928
|
"entities"?: Array<Models.RoutingSkill>;
|
|
39442
39929
|
"pageSize"?: number;
|
|
@@ -39717,6 +40204,18 @@ declare namespace Models {
|
|
|
39717
40204
|
"selfUri"?: string;
|
|
39718
40205
|
}
|
|
39719
40206
|
|
|
40207
|
+
export interface SourceBaseResponse {
|
|
40208
|
+
"id"?: string;
|
|
40209
|
+
"name"?: string;
|
|
40210
|
+
"dateCreated"?: string;
|
|
40211
|
+
"dateModified"?: string;
|
|
40212
|
+
"type"?: string;
|
|
40213
|
+
"integration"?: Models.KnowledgeIntegrationReference;
|
|
40214
|
+
"schedulePeriod"?: number;
|
|
40215
|
+
"lastSync"?: Models.SourceLastSync;
|
|
40216
|
+
"selfUri"?: string;
|
|
40217
|
+
}
|
|
40218
|
+
|
|
39720
40219
|
export interface SourceConfiguration {
|
|
39721
40220
|
"sourceId": string;
|
|
39722
40221
|
"interactionId": string;
|
|
@@ -39735,11 +40234,27 @@ declare namespace Models {
|
|
|
39735
40234
|
"selfUri"?: string;
|
|
39736
40235
|
}
|
|
39737
40236
|
|
|
40237
|
+
export interface SourceLastSync {
|
|
40238
|
+
"state"?: string;
|
|
40239
|
+
"dateStarted"?: string;
|
|
40240
|
+
"dateEnded"?: string;
|
|
40241
|
+
"error"?: Models.ErrorBody;
|
|
40242
|
+
}
|
|
40243
|
+
|
|
39738
40244
|
export interface SourcePlanningGroupRequest {
|
|
39739
40245
|
"id": string;
|
|
39740
40246
|
"metadata": Models.WfmVersionedEntityMetadata;
|
|
39741
40247
|
}
|
|
39742
40248
|
|
|
40249
|
+
export interface SourceSyncResponse {
|
|
40250
|
+
"state"?: string;
|
|
40251
|
+
"error"?: Models.ErrorBody;
|
|
40252
|
+
"dateCreated"?: string;
|
|
40253
|
+
"dateModified"?: string;
|
|
40254
|
+
"knowledgeBase"?: Models.AddressableEntityRef;
|
|
40255
|
+
"source"?: Models.AddressableEntityRef;
|
|
40256
|
+
}
|
|
40257
|
+
|
|
39743
40258
|
export interface SpeechTextAnalyticsSettingsRequest {
|
|
39744
40259
|
"defaultProgramId"?: string;
|
|
39745
40260
|
"expectedDialects"?: Array<string>;
|
|
@@ -40490,6 +41005,10 @@ declare namespace Models {
|
|
|
40490
41005
|
"questionGroupScores"?: Array<Models.SurveyQuestionGroupScore>;
|
|
40491
41006
|
}
|
|
40492
41007
|
|
|
41008
|
+
export interface SyncStatusRequest {
|
|
41009
|
+
"status": string;
|
|
41010
|
+
}
|
|
41011
|
+
|
|
40493
41012
|
export interface SystemMessageObject {
|
|
40494
41013
|
}
|
|
40495
41014
|
|
|
@@ -41518,6 +42037,12 @@ declare namespace Models {
|
|
|
41518
42037
|
"excludes"?: Array<string>;
|
|
41519
42038
|
}
|
|
41520
42039
|
|
|
42040
|
+
export interface TranscriptTranslation {
|
|
42041
|
+
"id": string;
|
|
42042
|
+
"phrases"?: Array<Models.PhraseTranslation>;
|
|
42043
|
+
"translateError"?: string;
|
|
42044
|
+
}
|
|
42045
|
+
|
|
41521
42046
|
export interface TranscriptUrl {
|
|
41522
42047
|
"url"?: string;
|
|
41523
42048
|
}
|
|
@@ -41656,6 +42181,15 @@ declare namespace Models {
|
|
|
41656
42181
|
"queueName"?: string;
|
|
41657
42182
|
}
|
|
41658
42183
|
|
|
42184
|
+
export interface TranslateSupportedLanguage {
|
|
42185
|
+
"languageName": string;
|
|
42186
|
+
"languageCode": string;
|
|
42187
|
+
}
|
|
42188
|
+
|
|
42189
|
+
export interface TranslateSupportedLanguageList {
|
|
42190
|
+
"entities"?: Array<Models.TranslateSupportedLanguage>;
|
|
42191
|
+
}
|
|
42192
|
+
|
|
41659
42193
|
export interface TrendData {
|
|
41660
42194
|
"dateStartWorkday"?: string;
|
|
41661
42195
|
"dateEndWorkday"?: string;
|
|
@@ -41949,6 +42483,7 @@ declare namespace Models {
|
|
|
41949
42483
|
"rulesVisible": boolean;
|
|
41950
42484
|
"visibility": string;
|
|
41951
42485
|
"rolesEnabled"?: boolean;
|
|
42486
|
+
"includeOwners"?: boolean;
|
|
41952
42487
|
"owners"?: Array<Models.User>;
|
|
41953
42488
|
"dateCreated"?: string;
|
|
41954
42489
|
"createdBy"?: Models.OrgUser;
|
|
@@ -43314,6 +43849,7 @@ declare namespace Models {
|
|
|
43314
43849
|
"messageInQueueFlow"?: Models.DomainEntityRef;
|
|
43315
43850
|
"whisperPrompt"?: Models.DomainEntityRef;
|
|
43316
43851
|
"onHoldPrompt"?: Models.DomainEntityRef;
|
|
43852
|
+
"cannedResponseLibraries"?: Models.CannedResponseLibraries;
|
|
43317
43853
|
"enableTranscription"?: boolean;
|
|
43318
43854
|
"enableAudioMonitoring"?: boolean;
|
|
43319
43855
|
"enableManualAssignment"?: boolean;
|
|
@@ -43933,6 +44469,7 @@ declare namespace Models {
|
|
|
43933
44469
|
"journeyActionMap"?: Models.V2FlowExecutionDataFlowidTopicJourneyActionMap;
|
|
43934
44470
|
"processAutomation"?: Models.V2FlowExecutionDataFlowidTopicProcessAutomation;
|
|
43935
44471
|
"quality"?: Models.V2FlowExecutionDataFlowidTopicQuality;
|
|
44472
|
+
"workitem"?: Models.V2FlowExecutionDataFlowidTopicWorkitem;
|
|
43936
44473
|
}
|
|
43937
44474
|
|
|
43938
44475
|
export interface V2FlowExecutionDataFlowidTopicJourneyActionMap {
|
|
@@ -43950,6 +44487,27 @@ declare namespace Models {
|
|
|
43950
44487
|
"policyName"?: string;
|
|
43951
44488
|
}
|
|
43952
44489
|
|
|
44490
|
+
export interface V2FlowExecutionDataFlowidTopicWorkitem {
|
|
44491
|
+
"workitemId"?: string;
|
|
44492
|
+
"workitemName"?: string;
|
|
44493
|
+
}
|
|
44494
|
+
|
|
44495
|
+
export interface V2IntegrationPresenceEventOrganizationPresence {
|
|
44496
|
+
"id"?: string;
|
|
44497
|
+
"systemPresence"?: string;
|
|
44498
|
+
}
|
|
44499
|
+
|
|
44500
|
+
export interface V2IntegrationPresenceEventPresenceActivityEvent {
|
|
44501
|
+
"userId"?: string;
|
|
44502
|
+
"eventType"?: string;
|
|
44503
|
+
"source"?: string;
|
|
44504
|
+
"modifiedDate"?: string;
|
|
44505
|
+
"presenceDefinition"?: Models.V2IntegrationPresenceEventOrganizationPresence;
|
|
44506
|
+
"message"?: string;
|
|
44507
|
+
"currentDisplaySourceId"?: string;
|
|
44508
|
+
"previousDisplaySourceId"?: string;
|
|
44509
|
+
}
|
|
44510
|
+
|
|
43953
44511
|
export interface V2MobiusAlertsTopicAddressableEntityRef {
|
|
43954
44512
|
"id"?: string;
|
|
43955
44513
|
}
|
|
@@ -44156,6 +44714,7 @@ declare namespace Models {
|
|
|
44156
44714
|
export interface ValidationServiceRequest {
|
|
44157
44715
|
"dateImportEnded": string;
|
|
44158
44716
|
"uploadKey": string;
|
|
44717
|
+
"fileName"?: string;
|
|
44159
44718
|
}
|
|
44160
44719
|
|
|
44161
44720
|
export interface ValueWrapperActivityPlanServiceGoalImpactOverrides {
|
|
@@ -44447,6 +45006,7 @@ declare namespace Models {
|
|
|
44447
45006
|
"screenMonitorUserIds"?: Array<string>;
|
|
44448
45007
|
"dashboardType"?: string;
|
|
44449
45008
|
"dashboardAccessFilter"?: string;
|
|
45009
|
+
"transcriptDurationMilliseconds"?: Array<Models.NumericRange>;
|
|
44450
45010
|
}
|
|
44451
45011
|
|
|
44452
45012
|
export interface VisibilityCondition {
|
|
@@ -47247,6 +47807,8 @@ declare namespace Models {
|
|
|
47247
47807
|
"entities"?: Array<Models.Workitem>;
|
|
47248
47808
|
"pageSize"?: number;
|
|
47249
47809
|
"pageNumber"?: number;
|
|
47810
|
+
"total"?: number;
|
|
47811
|
+
"pageCount"?: number;
|
|
47250
47812
|
}
|
|
47251
47813
|
|
|
47252
47814
|
export interface WorkitemPostQueryEntityListing {
|