purecloud-platform-client-v2 145.0.0 → 146.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/node/purecloud-platform-client-v2.js +1600 -67
- package/dist/web-amd/purecloud-platform-client-v2.js +1600 -67
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +1600 -67
- package/dist/web-cjs/purecloud-platform-client-v2.js +1600 -67
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +743 -4
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.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 +3 -2
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +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/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1778 -246
- 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/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/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +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/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -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/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
package/index.d.ts
CHANGED
|
@@ -373,6 +373,7 @@ declare namespace ArchitectApi {
|
|
|
373
373
|
"sortBy"?: string;
|
|
374
374
|
"sortOrder"?: string;
|
|
375
375
|
"name"?: string;
|
|
376
|
+
"dnis"?: string;
|
|
376
377
|
}
|
|
377
378
|
export interface getArchitectPromptHistoryHistoryIdOptions {
|
|
378
379
|
"pageNumber"?: number;
|
|
@@ -2116,10 +2117,33 @@ declare namespace JourneyApi {
|
|
|
2116
2117
|
|
|
2117
2118
|
declare class KnowledgeApi {
|
|
2118
2119
|
deleteKnowledgeKnowledgebase(knowledgeBaseId: string): Promise<Models.KnowledgeBase>;
|
|
2120
|
+
deleteKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
|
|
2121
|
+
deleteKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string): Promise<void>;
|
|
2122
|
+
deleteKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string): Promise<void>;
|
|
2123
|
+
deleteKnowledgeKnowledgebaseExportJob(knowledgeBaseId: string, exportJobId: string): Promise<void>;
|
|
2124
|
+
deleteKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string): Promise<void>;
|
|
2125
|
+
deleteKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string): Promise<Models.LabelResponse>;
|
|
2119
2126
|
deleteKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeCategory>;
|
|
2120
2127
|
deleteKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
|
|
2121
2128
|
deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<void>;
|
|
2129
|
+
getKnowledgeGuestSessionCategories(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionCategoriesOptions): Promise<Models.GuestCategoryResponseListing>;
|
|
2130
|
+
getKnowledgeGuestSessionDocument(sessionId: string, documentId: string): Promise<Models.KnowledgeGuestDocument>;
|
|
2131
|
+
getKnowledgeGuestSessionDocuments(sessionId: string, opts?: KnowledgeApi.getKnowledgeGuestSessionDocumentsOptions): Promise<Models.KnowledgeGuestDocumentResponseListing>;
|
|
2122
2132
|
getKnowledgeKnowledgebase(knowledgeBaseId: string): Promise<Models.KnowledgeBase>;
|
|
2133
|
+
getKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseCategoriesOptions): Promise<Models.CategoryResponseListing>;
|
|
2134
|
+
getKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string): Promise<Models.CategoryResponse>;
|
|
2135
|
+
getKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentOptions): Promise<Models.KnowledgeDocumentResponse>;
|
|
2136
|
+
getKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationOptions): Promise<Models.DocumentVariation>;
|
|
2137
|
+
getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVariationsOptions): Promise<Models.DocumentVariationListing>;
|
|
2138
|
+
getKnowledgeKnowledgebaseDocumentVersion(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionOptions): Promise<Models.KnowledgeDocumentVersion>;
|
|
2139
|
+
getKnowledgeKnowledgebaseDocumentVersionVariation(knowledgeBaseId: string, documentId: string, versionId: string, variationId: string): Promise<Models.KnowledgeDocumentVersionVariation>;
|
|
2140
|
+
getKnowledgeKnowledgebaseDocumentVersionVariations(knowledgeBaseId: string, documentId: string, versionId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionVariationsOptions): Promise<Models.KnowledgeDocumentVersionVariationListing>;
|
|
2141
|
+
getKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentVersionsOptions): Promise<Models.KnowledgeDocumentVersionListing>;
|
|
2142
|
+
getKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseDocumentsOptions): Promise<Models.KnowledgeDocumentResponseListing>;
|
|
2143
|
+
getKnowledgeKnowledgebaseExportJob(knowledgeBaseId: string, exportJobId: string): Promise<Models.KnowledgeExportJobResponse>;
|
|
2144
|
+
getKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string): Promise<Models.KnowledgeImportJobResponse>;
|
|
2145
|
+
getKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string): Promise<Models.LabelResponse>;
|
|
2146
|
+
getKnowledgeKnowledgebaseLabels(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLabelsOptions): Promise<Models.LabelListing>;
|
|
2123
2147
|
getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageCategoriesOptions): Promise<Models.CategoryListing>;
|
|
2124
2148
|
getKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeExtendedCategory>;
|
|
2125
2149
|
getKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string): Promise<Models.KnowledgeDocument>;
|
|
@@ -2127,13 +2151,36 @@ declare class KnowledgeApi {
|
|
|
2127
2151
|
getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string): Promise<Models.KnowledgeImport>;
|
|
2128
2152
|
getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId: string, languageCode: string, trainingId: string): Promise<Models.KnowledgeTraining>;
|
|
2129
2153
|
getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId: string, languageCode: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseLanguageTrainingsOptions): Promise<Models.TrainingListing>;
|
|
2154
|
+
getKnowledgeKnowledgebaseUnansweredGroup(knowledgeBaseId: string, groupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupOptions): Promise<Models.UnansweredGroup>;
|
|
2155
|
+
getKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions): Promise<Models.UnansweredPhraseGroup>;
|
|
2156
|
+
getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId: string, opts?: KnowledgeApi.getKnowledgeKnowledgebaseUnansweredGroupsOptions): Promise<Models.UnansweredGroups>;
|
|
2130
2157
|
getKnowledgeKnowledgebases(opts?: KnowledgeApi.getKnowledgeKnowledgebasesOptions): Promise<Models.KnowledgeBaseListing>;
|
|
2158
|
+
patchKnowledgeGuestSessionDocumentsSearchSearchId(sessionId: string, searchId: string, body: Models.SearchUpdateRequest): Promise<void>;
|
|
2131
2159
|
patchKnowledgeKnowledgebase(knowledgeBaseId: string, body: Models.KnowledgeBase): Promise<Models.KnowledgeBase>;
|
|
2160
|
+
patchKnowledgeKnowledgebaseCategory(knowledgeBaseId: string, categoryId: string, body: Models.CategoryRequest): Promise<Models.CategoryResponse>;
|
|
2161
|
+
patchKnowledgeKnowledgebaseDocument(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
|
|
2162
|
+
patchKnowledgeKnowledgebaseDocumentVariation(documentVariationId: string, documentId: string, knowledgeBaseId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
|
|
2163
|
+
patchKnowledgeKnowledgebaseDocumentsSearchSearchId(knowledgeBaseId: string, searchId: string, opts?: KnowledgeApi.patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions): Promise<void>;
|
|
2164
|
+
patchKnowledgeKnowledgebaseImportJob(knowledgeBaseId: string, importJobId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImportJobResponse>;
|
|
2165
|
+
patchKnowledgeKnowledgebaseLabel(knowledgeBaseId: string, labelId: string, body: Models.LabelUpdateRequest): Promise<Models.LabelResponse>;
|
|
2132
2166
|
patchKnowledgeKnowledgebaseLanguageCategory(categoryId: string, knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeCategoryRequest): Promise<Models.KnowledgeExtendedCategory>;
|
|
2133
2167
|
patchKnowledgeKnowledgebaseLanguageDocument(documentId: string, knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeDocumentRequest): Promise<Models.KnowledgeDocument>;
|
|
2134
2168
|
patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Array<Models.KnowledgeDocumentBulkRequest>): Promise<Models.DocumentListing>;
|
|
2135
2169
|
patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId: string, languageCode: string, importId: string, body: Models.ImportStatusRequest): Promise<Models.KnowledgeImport>;
|
|
2170
|
+
patchKnowledgeKnowledgebaseUnansweredGroupPhrasegroup(knowledgeBaseId: string, groupId: string, phraseGroupId: string, body: Models.UnansweredPhraseGroupPatchRequestBody): Promise<Models.UnansweredPhraseGroupUpdateResponse>;
|
|
2136
2171
|
postKnowledgeDocumentuploads(body: Models.UploadUrlRequest): Promise<Models.UploadUrlResponse>;
|
|
2172
|
+
postKnowledgeGuestSessionDocumentsSearch(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchOptions): Promise<Models.KnowledgeDocumentGuestSearch>;
|
|
2173
|
+
postKnowledgeGuestSessionDocumentsSearchSuggestions(sessionId: string, opts?: KnowledgeApi.postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeGuestDocumentSuggestion>;
|
|
2174
|
+
postKnowledgeGuestSessions(body: Models.KnowledgeGuestSession): Promise<Models.KnowledgeGuestSession>;
|
|
2175
|
+
postKnowledgeKnowledgebaseCategories(knowledgeBaseId: string, body: Models.CategoryRequest): Promise<Models.CategoryResponse>;
|
|
2176
|
+
postKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId: string, documentId: string, body: Models.DocumentVariation): Promise<Models.DocumentVariation>;
|
|
2177
|
+
postKnowledgeKnowledgebaseDocumentVersions(knowledgeBaseId: string, documentId: string, body: Models.KnowledgeDocumentVersion): Promise<Models.KnowledgeDocumentVersion>;
|
|
2178
|
+
postKnowledgeKnowledgebaseDocuments(knowledgeBaseId: string, body: Models.KnowledgeDocumentReq): Promise<Models.KnowledgeDocumentResponse>;
|
|
2179
|
+
postKnowledgeKnowledgebaseDocumentsSearch(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchOptions): Promise<Models.KnowledgeDocumentSearch>;
|
|
2180
|
+
postKnowledgeKnowledgebaseDocumentsSearchSuggestions(knowledgeBaseId: string, opts?: KnowledgeApi.postKnowledgeKnowledgebaseDocumentsSearchSuggestionsOptions): Promise<Models.KnowledgeDocumentSuggestion>;
|
|
2181
|
+
postKnowledgeKnowledgebaseExportJobs(knowledgeBaseId: string, body: Models.KnowledgeExportJobRequest): Promise<Models.KnowledgeExportJobResponse>;
|
|
2182
|
+
postKnowledgeKnowledgebaseImportJobs(knowledgeBaseId: string, body: Models.KnowledgeImportJobRequest): Promise<Models.KnowledgeImportJobResponse>;
|
|
2183
|
+
postKnowledgeKnowledgebaseLabels(knowledgeBaseId: string, body: Models.LabelCreateRequest): Promise<Models.LabelResponse>;
|
|
2137
2184
|
postKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeCategoryRequest): Promise<Models.KnowledgeExtendedCategory>;
|
|
2138
2185
|
postKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeDocumentRequest): Promise<Models.KnowledgeDocument>;
|
|
2139
2186
|
postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId: string, languageCode: string, body: Models.KnowledgeImport): Promise<Models.KnowledgeImport>;
|
|
@@ -2144,6 +2191,78 @@ declare class KnowledgeApi {
|
|
|
2144
2191
|
}
|
|
2145
2192
|
|
|
2146
2193
|
declare namespace KnowledgeApi {
|
|
2194
|
+
export interface getKnowledgeGuestSessionCategoriesOptions {
|
|
2195
|
+
"before"?: string;
|
|
2196
|
+
"after"?: string;
|
|
2197
|
+
"pageSize"?: string;
|
|
2198
|
+
"parentId"?: string;
|
|
2199
|
+
"isRoot"?: boolean;
|
|
2200
|
+
"name"?: string;
|
|
2201
|
+
"sortBy"?: string;
|
|
2202
|
+
"expand"?: string;
|
|
2203
|
+
"includeDocumentCount"?: boolean;
|
|
2204
|
+
}
|
|
2205
|
+
export interface getKnowledgeGuestSessionDocumentsOptions {
|
|
2206
|
+
"categoryId"?: Array<string>;
|
|
2207
|
+
"includeSubcategories"?: boolean;
|
|
2208
|
+
"pageSize"?: string;
|
|
2209
|
+
}
|
|
2210
|
+
export interface getKnowledgeKnowledgebaseCategoriesOptions {
|
|
2211
|
+
"before"?: string;
|
|
2212
|
+
"after"?: string;
|
|
2213
|
+
"pageSize"?: string;
|
|
2214
|
+
"parentId"?: string;
|
|
2215
|
+
"isRoot"?: boolean;
|
|
2216
|
+
"name"?: string;
|
|
2217
|
+
"sortBy"?: string;
|
|
2218
|
+
"expand"?: string;
|
|
2219
|
+
"includeDocumentCount"?: boolean;
|
|
2220
|
+
}
|
|
2221
|
+
export interface getKnowledgeKnowledgebaseDocumentOptions {
|
|
2222
|
+
"expand"?: Array<string>;
|
|
2223
|
+
"state"?: string;
|
|
2224
|
+
}
|
|
2225
|
+
export interface getKnowledgeKnowledgebaseDocumentVariationOptions {
|
|
2226
|
+
"documentState"?: string;
|
|
2227
|
+
}
|
|
2228
|
+
export interface getKnowledgeKnowledgebaseDocumentVariationsOptions {
|
|
2229
|
+
"before"?: string;
|
|
2230
|
+
"after"?: string;
|
|
2231
|
+
"pageSize"?: string;
|
|
2232
|
+
"documentState"?: string;
|
|
2233
|
+
}
|
|
2234
|
+
export interface getKnowledgeKnowledgebaseDocumentVersionOptions {
|
|
2235
|
+
"expand"?: Array<string>;
|
|
2236
|
+
}
|
|
2237
|
+
export interface getKnowledgeKnowledgebaseDocumentVersionVariationsOptions {
|
|
2238
|
+
"before"?: string;
|
|
2239
|
+
"after"?: string;
|
|
2240
|
+
"pageSize"?: string;
|
|
2241
|
+
}
|
|
2242
|
+
export interface getKnowledgeKnowledgebaseDocumentVersionsOptions {
|
|
2243
|
+
"before"?: string;
|
|
2244
|
+
"after"?: string;
|
|
2245
|
+
"pageSize"?: string;
|
|
2246
|
+
"expand"?: Array<string>;
|
|
2247
|
+
}
|
|
2248
|
+
export interface getKnowledgeKnowledgebaseDocumentsOptions {
|
|
2249
|
+
"before"?: string;
|
|
2250
|
+
"after"?: string;
|
|
2251
|
+
"pageSize"?: string;
|
|
2252
|
+
"interval"?: string;
|
|
2253
|
+
"categoryId"?: Array<string>;
|
|
2254
|
+
"includeSubcategories"?: boolean;
|
|
2255
|
+
"includeDrafts"?: boolean;
|
|
2256
|
+
"labelIds"?: Array<string>;
|
|
2257
|
+
"expand"?: Array<string>;
|
|
2258
|
+
}
|
|
2259
|
+
export interface getKnowledgeKnowledgebaseLabelsOptions {
|
|
2260
|
+
"before"?: string;
|
|
2261
|
+
"after"?: string;
|
|
2262
|
+
"pageSize"?: string;
|
|
2263
|
+
"name"?: string;
|
|
2264
|
+
"includeDocumentCount"?: boolean;
|
|
2265
|
+
}
|
|
2147
2266
|
export interface getKnowledgeKnowledgebaseLanguageCategoriesOptions {
|
|
2148
2267
|
"before"?: string;
|
|
2149
2268
|
"after"?: string;
|
|
@@ -2169,6 +2288,15 @@ declare namespace KnowledgeApi {
|
|
|
2169
2288
|
"pageSize"?: string;
|
|
2170
2289
|
"knowledgeDocumentsState"?: string;
|
|
2171
2290
|
}
|
|
2291
|
+
export interface getKnowledgeKnowledgebaseUnansweredGroupOptions {
|
|
2292
|
+
"app"?: string;
|
|
2293
|
+
}
|
|
2294
|
+
export interface getKnowledgeKnowledgebaseUnansweredGroupPhrasegroupOptions {
|
|
2295
|
+
"app"?: string;
|
|
2296
|
+
}
|
|
2297
|
+
export interface getKnowledgeKnowledgebaseUnansweredGroupsOptions {
|
|
2298
|
+
"app"?: string;
|
|
2299
|
+
}
|
|
2172
2300
|
export interface getKnowledgeKnowledgebasesOptions {
|
|
2173
2301
|
"before"?: string;
|
|
2174
2302
|
"after"?: string;
|
|
@@ -2180,6 +2308,23 @@ declare namespace KnowledgeApi {
|
|
|
2180
2308
|
"sortBy"?: string;
|
|
2181
2309
|
"sortOrder"?: string;
|
|
2182
2310
|
}
|
|
2311
|
+
export interface patchKnowledgeKnowledgebaseDocumentsSearchSearchIdOptions {
|
|
2312
|
+
"body"?: Models.SearchUpdateRequest;
|
|
2313
|
+
}
|
|
2314
|
+
export interface postKnowledgeGuestSessionDocumentsSearchOptions {
|
|
2315
|
+
"expand"?: Array<string>;
|
|
2316
|
+
"body"?: Models.KnowledgeDocumentGuestSearchRequest;
|
|
2317
|
+
}
|
|
2318
|
+
export interface postKnowledgeGuestSessionDocumentsSearchSuggestionsOptions {
|
|
2319
|
+
"body"?: Models.KnowledgeDocumentSuggestionRequest;
|
|
2320
|
+
}
|
|
2321
|
+
export interface postKnowledgeKnowledgebaseDocumentsSearchOptions {
|
|
2322
|
+
"expand"?: Array<string>;
|
|
2323
|
+
"body"?: Models.KnowledgeDocumentSearchRequest;
|
|
2324
|
+
}
|
|
2325
|
+
export interface postKnowledgeKnowledgebaseDocumentsSearchSuggestionsOptions {
|
|
2326
|
+
"body"?: Models.KnowledgeDocumentSuggestionRequest;
|
|
2327
|
+
}
|
|
2183
2328
|
export interface postKnowledgeKnowledgebaseSearchOptions {
|
|
2184
2329
|
"body"?: Models.KnowledgeSearchRequest;
|
|
2185
2330
|
}
|
|
@@ -5471,6 +5616,9 @@ declare namespace Models {
|
|
|
5471
5616
|
export interface ActionMapAction {
|
|
5472
5617
|
"actionTemplate"?: Models.ActionMapActionTemplate;
|
|
5473
5618
|
"mediaType"?: string;
|
|
5619
|
+
"actionTargetId"?: string;
|
|
5620
|
+
"isPacingEnabled"?: boolean;
|
|
5621
|
+
"props"?: Models.ActionProperties;
|
|
5474
5622
|
"architectFlowFields"?: Models.ArchitectFlowFields;
|
|
5475
5623
|
"webMessagingOfferFields"?: Models.WebMessagingOfferFields;
|
|
5476
5624
|
"openActionFields"?: Models.OpenActionFields;
|
|
@@ -6888,6 +7036,7 @@ declare namespace Models {
|
|
|
6888
7036
|
"client"?: Models.AddressableEntityRef;
|
|
6889
7037
|
"remoteIp"?: Array<string>;
|
|
6890
7038
|
"serviceName"?: string;
|
|
7039
|
+
"level"?: string;
|
|
6891
7040
|
"eventDate"?: string;
|
|
6892
7041
|
"message"?: Models.MessageInfo;
|
|
6893
7042
|
"action"?: string;
|
|
@@ -8966,6 +9115,40 @@ declare namespace Models {
|
|
|
8966
9115
|
"previousUri"?: string;
|
|
8967
9116
|
}
|
|
8968
9117
|
|
|
9118
|
+
export interface CategoryReference {
|
|
9119
|
+
"id": string;
|
|
9120
|
+
"name"?: string;
|
|
9121
|
+
"parentCategory"?: Models.CategoryReference;
|
|
9122
|
+
"selfUri"?: string;
|
|
9123
|
+
}
|
|
9124
|
+
|
|
9125
|
+
export interface CategoryRequest {
|
|
9126
|
+
"id"?: string;
|
|
9127
|
+
"name": string;
|
|
9128
|
+
"description"?: string;
|
|
9129
|
+
"parentCategoryId"?: string;
|
|
9130
|
+
"selfUri"?: string;
|
|
9131
|
+
}
|
|
9132
|
+
|
|
9133
|
+
export interface CategoryResponse {
|
|
9134
|
+
"id"?: string;
|
|
9135
|
+
"name": string;
|
|
9136
|
+
"description"?: string;
|
|
9137
|
+
"dateCreated"?: string;
|
|
9138
|
+
"dateModified"?: string;
|
|
9139
|
+
"parentCategory"?: Models.CategoryReference;
|
|
9140
|
+
"documentCount"?: number;
|
|
9141
|
+
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
9142
|
+
"selfUri"?: string;
|
|
9143
|
+
}
|
|
9144
|
+
|
|
9145
|
+
export interface CategoryResponseListing {
|
|
9146
|
+
"entities"?: Array<Models.CategoryResponse>;
|
|
9147
|
+
"nextUri"?: string;
|
|
9148
|
+
"selfUri"?: string;
|
|
9149
|
+
"previousUri"?: string;
|
|
9150
|
+
}
|
|
9151
|
+
|
|
8969
9152
|
export interface Certificate {
|
|
8970
9153
|
"certificate": string;
|
|
8971
9154
|
}
|
|
@@ -10180,6 +10363,7 @@ declare namespace Models {
|
|
|
10180
10363
|
"autoStartType"?: string;
|
|
10181
10364
|
"autoStart"?: Models.AutoStart;
|
|
10182
10365
|
"markdown"?: Models.Markdown;
|
|
10366
|
+
"conversationDisconnect"?: Models.ConversationDisconnectSettings;
|
|
10183
10367
|
}
|
|
10184
10368
|
|
|
10185
10369
|
export interface ConversationAssociation {
|
|
@@ -10868,6 +11052,11 @@ declare namespace Models {
|
|
|
10868
11052
|
"dataAvailabilityDate"?: string;
|
|
10869
11053
|
}
|
|
10870
11054
|
|
|
11055
|
+
export interface ConversationDisconnectSettings {
|
|
11056
|
+
"enabled"?: boolean;
|
|
11057
|
+
"type"?: string;
|
|
11058
|
+
}
|
|
11059
|
+
|
|
10871
11060
|
export interface ConversationDivisionMembership {
|
|
10872
11061
|
"division"?: Models.DomainEntityRef;
|
|
10873
11062
|
"entities"?: Array<Models.DomainEntityRef>;
|
|
@@ -12681,7 +12870,7 @@ declare namespace Models {
|
|
|
12681
12870
|
"email": string;
|
|
12682
12871
|
"addresses"?: Array<Models.Contact>;
|
|
12683
12872
|
"title"?: string;
|
|
12684
|
-
"password"
|
|
12873
|
+
"password"?: string;
|
|
12685
12874
|
"divisionId": string;
|
|
12686
12875
|
"state"?: string;
|
|
12687
12876
|
}
|
|
@@ -14003,6 +14192,7 @@ declare namespace Models {
|
|
|
14003
14192
|
"languages"?: Array<string>;
|
|
14004
14193
|
"intents"?: Array<Models.DialogflowIntent>;
|
|
14005
14194
|
"environments"?: Array<string>;
|
|
14195
|
+
"integration"?: Models.DomainEntityRef;
|
|
14006
14196
|
"selfUri"?: string;
|
|
14007
14197
|
}
|
|
14008
14198
|
|
|
@@ -14117,6 +14307,7 @@ declare namespace Models {
|
|
|
14117
14307
|
"dncSourceType": string;
|
|
14118
14308
|
"contactMethod"?: string;
|
|
14119
14309
|
"loginId"?: string;
|
|
14310
|
+
"campaignId"?: string;
|
|
14120
14311
|
"dncCodes"?: Array<string>;
|
|
14121
14312
|
"licenseId"?: string;
|
|
14122
14313
|
"division"?: Models.DomainEntityRef;
|
|
@@ -14134,6 +14325,7 @@ declare namespace Models {
|
|
|
14134
14325
|
"dncSourceType": string;
|
|
14135
14326
|
"contactMethod"?: string;
|
|
14136
14327
|
"loginId"?: string;
|
|
14328
|
+
"campaignId"?: string;
|
|
14137
14329
|
"dncCodes"?: Array<string>;
|
|
14138
14330
|
"licenseId"?: string;
|
|
14139
14331
|
"division"?: Models.DomainEntityRef;
|
|
@@ -14267,10 +14459,49 @@ declare namespace Models {
|
|
|
14267
14459
|
"pageCount"?: number;
|
|
14268
14460
|
}
|
|
14269
14461
|
|
|
14462
|
+
export interface DocumentBody {
|
|
14463
|
+
"blocks": Array<Models.DocumentBodyBlock>;
|
|
14464
|
+
}
|
|
14465
|
+
|
|
14466
|
+
export interface DocumentBodyBlock {
|
|
14467
|
+
"type": string;
|
|
14468
|
+
"paragraph": Models.DocumentBodyParagraph;
|
|
14469
|
+
"image": Models.DocumentBodyImage;
|
|
14470
|
+
"video": Models.DocumentBodyVideo;
|
|
14471
|
+
"list": Models.DocumentBodyList;
|
|
14472
|
+
}
|
|
14473
|
+
|
|
14474
|
+
export interface DocumentBodyImage {
|
|
14475
|
+
"url": string;
|
|
14476
|
+
}
|
|
14477
|
+
|
|
14478
|
+
export interface DocumentBodyList {
|
|
14479
|
+
"blocks": Array<Models.DocumentBodyListBlock>;
|
|
14480
|
+
}
|
|
14481
|
+
|
|
14482
|
+
export interface DocumentBodyListBlock {
|
|
14483
|
+
"type": string;
|
|
14484
|
+
"blocks": Array<Models.DocumentContentBlock>;
|
|
14485
|
+
}
|
|
14486
|
+
|
|
14487
|
+
export interface DocumentBodyParagraph {
|
|
14488
|
+
"blocks": Array<Models.DocumentContentBlock>;
|
|
14489
|
+
}
|
|
14490
|
+
|
|
14491
|
+
export interface DocumentBodyVideo {
|
|
14492
|
+
"url": string;
|
|
14493
|
+
}
|
|
14494
|
+
|
|
14270
14495
|
export interface DocumentCategoryInput {
|
|
14271
14496
|
"id": string;
|
|
14272
14497
|
}
|
|
14273
14498
|
|
|
14499
|
+
export interface DocumentContentBlock {
|
|
14500
|
+
"type": string;
|
|
14501
|
+
"text": Models.DocumentText;
|
|
14502
|
+
"image": Models.DocumentBodyImage;
|
|
14503
|
+
}
|
|
14504
|
+
|
|
14274
14505
|
export interface DocumentEntityListing {
|
|
14275
14506
|
"entities"?: Array<Models.Document>;
|
|
14276
14507
|
"pageSize"?: number;
|
|
@@ -14302,6 +14533,12 @@ declare namespace Models {
|
|
|
14302
14533
|
"selfUri"?: string;
|
|
14303
14534
|
}
|
|
14304
14535
|
|
|
14536
|
+
export interface DocumentText {
|
|
14537
|
+
"text": string;
|
|
14538
|
+
"marks"?: Array<string>;
|
|
14539
|
+
"hyperlink"?: string;
|
|
14540
|
+
}
|
|
14541
|
+
|
|
14305
14542
|
export interface DocumentThumbnail {
|
|
14306
14543
|
"resolution"?: string;
|
|
14307
14544
|
"imageUri"?: string;
|
|
@@ -14328,6 +14565,29 @@ declare namespace Models {
|
|
|
14328
14565
|
"tagIds"?: Array<string>;
|
|
14329
14566
|
}
|
|
14330
14567
|
|
|
14568
|
+
export interface DocumentVariation {
|
|
14569
|
+
"id"?: string;
|
|
14570
|
+
"body"?: Models.DocumentBody;
|
|
14571
|
+
"dateCreated"?: string;
|
|
14572
|
+
"dateModified"?: string;
|
|
14573
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
14574
|
+
"contexts": Array<Models.DocumentVariationContext>;
|
|
14575
|
+
"document"?: Models.KnowledgeDocumentReference;
|
|
14576
|
+
"selfUri"?: string;
|
|
14577
|
+
}
|
|
14578
|
+
|
|
14579
|
+
export interface DocumentVariationContext {
|
|
14580
|
+
"context": Models.KnowledgeContextReference;
|
|
14581
|
+
"values": Array<Models.KnowledgeContextValueReference>;
|
|
14582
|
+
}
|
|
14583
|
+
|
|
14584
|
+
export interface DocumentVariationListing {
|
|
14585
|
+
"entities"?: Array<Models.DocumentVariation>;
|
|
14586
|
+
"nextUri"?: string;
|
|
14587
|
+
"selfUri"?: string;
|
|
14588
|
+
"previousUri"?: string;
|
|
14589
|
+
}
|
|
14590
|
+
|
|
14331
14591
|
export interface DocumentationResult {
|
|
14332
14592
|
"id": number;
|
|
14333
14593
|
"categories"?: Array<number>;
|
|
@@ -15570,6 +15830,7 @@ declare namespace Models {
|
|
|
15570
15830
|
"redacted"?: boolean;
|
|
15571
15831
|
"isScoringIndex"?: boolean;
|
|
15572
15832
|
"authorizedActions"?: Array<string>;
|
|
15833
|
+
"hasAssistanceFailed"?: boolean;
|
|
15573
15834
|
"selfUri"?: string;
|
|
15574
15835
|
}
|
|
15575
15836
|
|
|
@@ -15755,8 +16016,8 @@ declare namespace Models {
|
|
|
15755
16016
|
"commentsRequired"?: boolean;
|
|
15756
16017
|
"visibilityCondition"?: Models.VisibilityCondition;
|
|
15757
16018
|
"answerOptions"?: Array<Models.AnswerOption>;
|
|
15758
|
-
"isKill"?: boolean;
|
|
15759
16019
|
"isCritical"?: boolean;
|
|
16020
|
+
"isKill"?: boolean;
|
|
15760
16021
|
}
|
|
15761
16022
|
|
|
15762
16023
|
export interface EvaluationQuestionGroup {
|
|
@@ -15825,6 +16086,7 @@ declare namespace Models {
|
|
|
15825
16086
|
"redacted"?: boolean;
|
|
15826
16087
|
"isScoringIndex"?: boolean;
|
|
15827
16088
|
"authorizedActions"?: Array<string>;
|
|
16089
|
+
"hasAssistanceFailed"?: boolean;
|
|
15828
16090
|
"selfUri"?: string;
|
|
15829
16091
|
}
|
|
15830
16092
|
|
|
@@ -15866,6 +16128,12 @@ declare namespace Models {
|
|
|
15866
16128
|
"pageCount"?: number;
|
|
15867
16129
|
}
|
|
15868
16130
|
|
|
16131
|
+
export interface EventCoBrowse {
|
|
16132
|
+
"type": string;
|
|
16133
|
+
"sessionId"?: string;
|
|
16134
|
+
"sessionJoinToken"?: string;
|
|
16135
|
+
}
|
|
16136
|
+
|
|
15869
16137
|
export interface EventCondition {
|
|
15870
16138
|
"key": string;
|
|
15871
16139
|
"values": Array<string>;
|
|
@@ -15902,11 +16170,20 @@ declare namespace Models {
|
|
|
15902
16170
|
"resourceURIs"?: Array<string>;
|
|
15903
16171
|
}
|
|
15904
16172
|
|
|
16173
|
+
export interface EventPresence {
|
|
16174
|
+
"type": string;
|
|
16175
|
+
}
|
|
16176
|
+
|
|
15905
16177
|
export interface EventSetting {
|
|
15906
16178
|
"typing"?: Models.TypingSetting;
|
|
15907
16179
|
"presence"?: Models.PresenceSetting;
|
|
15908
16180
|
}
|
|
15909
16181
|
|
|
16182
|
+
export interface EventTyping {
|
|
16183
|
+
"type": string;
|
|
16184
|
+
"duration"?: number;
|
|
16185
|
+
}
|
|
16186
|
+
|
|
15910
16187
|
export interface ExecuteRecordingJobsQuery {
|
|
15911
16188
|
"state": string;
|
|
15912
16189
|
}
|
|
@@ -17044,6 +17321,8 @@ declare namespace Models {
|
|
|
17044
17321
|
"createdByClient"?: Models.DomainEntityRef;
|
|
17045
17322
|
"configurationUri"?: string;
|
|
17046
17323
|
"dateCreated"?: number;
|
|
17324
|
+
"dateCheckedIn"?: number;
|
|
17325
|
+
"dateSaved"?: number;
|
|
17047
17326
|
"generationId"?: string;
|
|
17048
17327
|
"publishResultUri"?: string;
|
|
17049
17328
|
"inputSchema"?: Models.JsonSchemaDocument;
|
|
@@ -17605,6 +17884,29 @@ declare namespace Models {
|
|
|
17605
17884
|
"results": Array<Models.Group>;
|
|
17606
17885
|
}
|
|
17607
17886
|
|
|
17887
|
+
export interface GuestCategoryReference {
|
|
17888
|
+
"id"?: string;
|
|
17889
|
+
"selfUri"?: string;
|
|
17890
|
+
}
|
|
17891
|
+
|
|
17892
|
+
export interface GuestCategoryResponse {
|
|
17893
|
+
"id"?: string;
|
|
17894
|
+
"name": string;
|
|
17895
|
+
"description"?: string;
|
|
17896
|
+
"dateCreated"?: string;
|
|
17897
|
+
"dateModified"?: string;
|
|
17898
|
+
"parentCategory"?: Models.GuestCategoryReference;
|
|
17899
|
+
"selfUri"?: string;
|
|
17900
|
+
}
|
|
17901
|
+
|
|
17902
|
+
export interface GuestCategoryResponseListing {
|
|
17903
|
+
"entities"?: Array<Models.GuestCategoryResponse>;
|
|
17904
|
+
"nextUri"?: string;
|
|
17905
|
+
"selfUri"?: string;
|
|
17906
|
+
"previousUri"?: string;
|
|
17907
|
+
"sessionId"?: string;
|
|
17908
|
+
}
|
|
17909
|
+
|
|
17608
17910
|
export interface GuestMemberInfo {
|
|
17609
17911
|
"displayName": string;
|
|
17610
17912
|
"firstName"?: string;
|
|
@@ -19222,6 +19524,11 @@ declare namespace Models {
|
|
|
19222
19524
|
"previousUri"?: string;
|
|
19223
19525
|
}
|
|
19224
19526
|
|
|
19527
|
+
export interface KnowledgeBaseReference {
|
|
19528
|
+
"id": string;
|
|
19529
|
+
"selfUri"?: string;
|
|
19530
|
+
}
|
|
19531
|
+
|
|
19225
19532
|
export interface KnowledgeCategory {
|
|
19226
19533
|
"id"?: string;
|
|
19227
19534
|
"name": string;
|
|
@@ -19241,6 +19548,16 @@ declare namespace Models {
|
|
|
19241
19548
|
"selfUri"?: string;
|
|
19242
19549
|
}
|
|
19243
19550
|
|
|
19551
|
+
export interface KnowledgeContextReference {
|
|
19552
|
+
"id": string;
|
|
19553
|
+
"selfUri"?: string;
|
|
19554
|
+
}
|
|
19555
|
+
|
|
19556
|
+
export interface KnowledgeContextValueReference {
|
|
19557
|
+
"id": string;
|
|
19558
|
+
"selfUri"?: string;
|
|
19559
|
+
}
|
|
19560
|
+
|
|
19244
19561
|
export interface KnowledgeDocument {
|
|
19245
19562
|
"id"?: string;
|
|
19246
19563
|
"name"?: string;
|
|
@@ -19256,6 +19573,11 @@ declare namespace Models {
|
|
|
19256
19573
|
"selfUri"?: string;
|
|
19257
19574
|
}
|
|
19258
19575
|
|
|
19576
|
+
export interface KnowledgeDocumentAlternative {
|
|
19577
|
+
"phrase": string;
|
|
19578
|
+
"autocomplete": boolean;
|
|
19579
|
+
}
|
|
19580
|
+
|
|
19259
19581
|
export interface KnowledgeDocumentBulkRequest {
|
|
19260
19582
|
"type": string;
|
|
19261
19583
|
"externalUrl"?: string;
|
|
@@ -19265,6 +19587,50 @@ declare namespace Models {
|
|
|
19265
19587
|
"id"?: string;
|
|
19266
19588
|
}
|
|
19267
19589
|
|
|
19590
|
+
export interface KnowledgeDocumentGuestSearch {
|
|
19591
|
+
"query": string;
|
|
19592
|
+
"pageSize"?: number;
|
|
19593
|
+
"pageNumber"?: number;
|
|
19594
|
+
"searchId"?: string;
|
|
19595
|
+
"total"?: number;
|
|
19596
|
+
"pageCount"?: number;
|
|
19597
|
+
"sessionId"?: string;
|
|
19598
|
+
"results"?: Array<Models.KnowledgeDocumentGuestSearchResult>;
|
|
19599
|
+
}
|
|
19600
|
+
|
|
19601
|
+
export interface KnowledgeDocumentGuestSearchRequest {
|
|
19602
|
+
"query": string;
|
|
19603
|
+
"pageSize"?: number;
|
|
19604
|
+
"pageNumber"?: number;
|
|
19605
|
+
"searchId"?: string;
|
|
19606
|
+
"total"?: number;
|
|
19607
|
+
"pageCount"?: number;
|
|
19608
|
+
"sessionId"?: string;
|
|
19609
|
+
"includeDraftDocuments"?: boolean;
|
|
19610
|
+
"app"?: Models.KnowledgeGuestSessionApp;
|
|
19611
|
+
}
|
|
19612
|
+
|
|
19613
|
+
export interface KnowledgeDocumentGuestSearchResult {
|
|
19614
|
+
"confidence"?: number;
|
|
19615
|
+
"document"?: Models.KnowledgeGuestDocument;
|
|
19616
|
+
}
|
|
19617
|
+
|
|
19618
|
+
export interface KnowledgeDocumentReference {
|
|
19619
|
+
"id": string;
|
|
19620
|
+
"knowledgeBase": Models.KnowledgeBaseReference;
|
|
19621
|
+
"selfUri"?: string;
|
|
19622
|
+
}
|
|
19623
|
+
|
|
19624
|
+
export interface KnowledgeDocumentReq {
|
|
19625
|
+
"id"?: string;
|
|
19626
|
+
"title": string;
|
|
19627
|
+
"visible"?: boolean;
|
|
19628
|
+
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
19629
|
+
"categoryId"?: string;
|
|
19630
|
+
"labelIds"?: Array<string>;
|
|
19631
|
+
"selfUri"?: string;
|
|
19632
|
+
}
|
|
19633
|
+
|
|
19268
19634
|
export interface KnowledgeDocumentRequest {
|
|
19269
19635
|
"type": string;
|
|
19270
19636
|
"externalUrl"?: string;
|
|
@@ -19273,6 +19639,142 @@ declare namespace Models {
|
|
|
19273
19639
|
"article"?: Models.DocumentArticle;
|
|
19274
19640
|
}
|
|
19275
19641
|
|
|
19642
|
+
export interface KnowledgeDocumentResponse {
|
|
19643
|
+
"id"?: string;
|
|
19644
|
+
"title"?: string;
|
|
19645
|
+
"visible"?: boolean;
|
|
19646
|
+
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
19647
|
+
"state"?: string;
|
|
19648
|
+
"dateCreated"?: string;
|
|
19649
|
+
"dateModified"?: string;
|
|
19650
|
+
"lastPublishedVersionNumber"?: number;
|
|
19651
|
+
"datePublished"?: string;
|
|
19652
|
+
"createdBy"?: Models.UserReference;
|
|
19653
|
+
"modifiedBy"?: Models.UserReference;
|
|
19654
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
19655
|
+
"category"?: Models.CategoryResponse;
|
|
19656
|
+
"labels"?: Array<Models.LabelResponse>;
|
|
19657
|
+
"knowledgeBase"?: Models.KnowledgeBaseReference;
|
|
19658
|
+
"variations"?: Array<Models.DocumentVariation>;
|
|
19659
|
+
"selfUri"?: string;
|
|
19660
|
+
}
|
|
19661
|
+
|
|
19662
|
+
export interface KnowledgeDocumentResponseListing {
|
|
19663
|
+
"entities"?: Array<Models.KnowledgeDocumentResponse>;
|
|
19664
|
+
"nextUri"?: string;
|
|
19665
|
+
"selfUri"?: string;
|
|
19666
|
+
"previousUri"?: string;
|
|
19667
|
+
}
|
|
19668
|
+
|
|
19669
|
+
export interface KnowledgeDocumentSearch {
|
|
19670
|
+
"query": string;
|
|
19671
|
+
"pageSize"?: number;
|
|
19672
|
+
"pageNumber"?: number;
|
|
19673
|
+
"searchId"?: string;
|
|
19674
|
+
"total"?: number;
|
|
19675
|
+
"pageCount"?: number;
|
|
19676
|
+
"results"?: Array<Models.KnowledgeDocumentSearchResult>;
|
|
19677
|
+
}
|
|
19678
|
+
|
|
19679
|
+
export interface KnowledgeDocumentSearchRequest {
|
|
19680
|
+
"query": string;
|
|
19681
|
+
"pageSize"?: number;
|
|
19682
|
+
"pageNumber"?: number;
|
|
19683
|
+
"searchId"?: string;
|
|
19684
|
+
"total"?: number;
|
|
19685
|
+
"pageCount"?: number;
|
|
19686
|
+
"includeDraftDocuments"?: boolean;
|
|
19687
|
+
}
|
|
19688
|
+
|
|
19689
|
+
export interface KnowledgeDocumentSearchResult {
|
|
19690
|
+
"confidence"?: number;
|
|
19691
|
+
"document"?: Models.KnowledgeDocumentResponse;
|
|
19692
|
+
}
|
|
19693
|
+
|
|
19694
|
+
export interface KnowledgeDocumentSuggestion {
|
|
19695
|
+
"query": string;
|
|
19696
|
+
"pageSize"?: number;
|
|
19697
|
+
"results"?: Array<Models.KnowledgeDocumentSuggestionResult>;
|
|
19698
|
+
}
|
|
19699
|
+
|
|
19700
|
+
export interface KnowledgeDocumentSuggestionRequest {
|
|
19701
|
+
"query": string;
|
|
19702
|
+
"pageSize"?: number;
|
|
19703
|
+
"includeDraftDocuments"?: boolean;
|
|
19704
|
+
}
|
|
19705
|
+
|
|
19706
|
+
export interface KnowledgeDocumentSuggestionResult {
|
|
19707
|
+
"matchedPhrase"?: string;
|
|
19708
|
+
"document"?: Models.KnowledgeDocumentSuggestionResultDocument;
|
|
19709
|
+
}
|
|
19710
|
+
|
|
19711
|
+
export interface KnowledgeDocumentSuggestionResultDocument {
|
|
19712
|
+
"id": string;
|
|
19713
|
+
"knowledgeBase": Models.KnowledgeBaseReference;
|
|
19714
|
+
"title": string;
|
|
19715
|
+
"selfUri"?: string;
|
|
19716
|
+
}
|
|
19717
|
+
|
|
19718
|
+
export interface KnowledgeDocumentVersion {
|
|
19719
|
+
"id"?: string;
|
|
19720
|
+
"datePublished"?: string;
|
|
19721
|
+
"document"?: Models.KnowledgeDocumentResponse;
|
|
19722
|
+
"restoreFromVersionId": string;
|
|
19723
|
+
"versionNumber"?: number;
|
|
19724
|
+
"dateExpires"?: string;
|
|
19725
|
+
"selfUri"?: string;
|
|
19726
|
+
}
|
|
19727
|
+
|
|
19728
|
+
export interface KnowledgeDocumentVersionListing {
|
|
19729
|
+
"entities"?: Array<Models.KnowledgeDocumentVersion>;
|
|
19730
|
+
"nextUri"?: string;
|
|
19731
|
+
"selfUri"?: string;
|
|
19732
|
+
"previousUri"?: string;
|
|
19733
|
+
}
|
|
19734
|
+
|
|
19735
|
+
export interface KnowledgeDocumentVersionVariation {
|
|
19736
|
+
"id"?: string;
|
|
19737
|
+
"body"?: Models.DocumentBody;
|
|
19738
|
+
"dateCreated"?: string;
|
|
19739
|
+
"dateModified"?: string;
|
|
19740
|
+
"contexts": Array<Models.DocumentVariationContext>;
|
|
19741
|
+
"selfUri"?: string;
|
|
19742
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
19743
|
+
}
|
|
19744
|
+
|
|
19745
|
+
export interface KnowledgeDocumentVersionVariationListing {
|
|
19746
|
+
"entities"?: Array<Models.KnowledgeDocumentVersionVariation>;
|
|
19747
|
+
"nextUri"?: string;
|
|
19748
|
+
"selfUri"?: string;
|
|
19749
|
+
"previousUri"?: string;
|
|
19750
|
+
}
|
|
19751
|
+
|
|
19752
|
+
export interface KnowledgeExportJobDocumentsFilter {
|
|
19753
|
+
"interval"?: string;
|
|
19754
|
+
}
|
|
19755
|
+
|
|
19756
|
+
export interface KnowledgeExportJobFilter {
|
|
19757
|
+
"documentsFilter"?: Models.KnowledgeExportJobDocumentsFilter;
|
|
19758
|
+
"versionFilter": string;
|
|
19759
|
+
}
|
|
19760
|
+
|
|
19761
|
+
export interface KnowledgeExportJobRequest {
|
|
19762
|
+
"exportFilter": Models.KnowledgeExportJobFilter;
|
|
19763
|
+
}
|
|
19764
|
+
|
|
19765
|
+
export interface KnowledgeExportJobResponse {
|
|
19766
|
+
"id"?: string;
|
|
19767
|
+
"downloadURL"?: string;
|
|
19768
|
+
"countDocumentProcessed"?: number;
|
|
19769
|
+
"exportFilter"?: Models.KnowledgeExportJobFilter;
|
|
19770
|
+
"status"?: string;
|
|
19771
|
+
"knowledgeBase"?: Models.KnowledgeBase;
|
|
19772
|
+
"dateCreated"?: string;
|
|
19773
|
+
"dateModified"?: string;
|
|
19774
|
+
"errorInformation"?: Models.ErrorBody;
|
|
19775
|
+
"selfUri"?: string;
|
|
19776
|
+
}
|
|
19777
|
+
|
|
19276
19778
|
export interface KnowledgeExtendedCategory {
|
|
19277
19779
|
"id"?: string;
|
|
19278
19780
|
"name": string;
|
|
@@ -19286,6 +19788,83 @@ declare namespace Models {
|
|
|
19286
19788
|
"selfUri"?: string;
|
|
19287
19789
|
}
|
|
19288
19790
|
|
|
19791
|
+
export interface KnowledgeGroupStatistics {
|
|
19792
|
+
"unlinkedPhraseCount"?: number;
|
|
19793
|
+
"unlinkedPhraseHitCount"?: number;
|
|
19794
|
+
"totalPhraseHitCount"?: number;
|
|
19795
|
+
}
|
|
19796
|
+
|
|
19797
|
+
export interface KnowledgeGuestDocument {
|
|
19798
|
+
"id"?: string;
|
|
19799
|
+
"title"?: string;
|
|
19800
|
+
"visible"?: boolean;
|
|
19801
|
+
"alternatives"?: Array<Models.KnowledgeDocumentAlternative>;
|
|
19802
|
+
"state"?: string;
|
|
19803
|
+
"dateCreated"?: string;
|
|
19804
|
+
"dateModified"?: string;
|
|
19805
|
+
"lastPublishedVersionNumber"?: number;
|
|
19806
|
+
"datePublished"?: string;
|
|
19807
|
+
"createdBy"?: Models.UserReference;
|
|
19808
|
+
"modifiedBy"?: Models.UserReference;
|
|
19809
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
19810
|
+
"variations"?: Array<Models.KnowledgeGuestDocumentVariation>;
|
|
19811
|
+
"sessionId"?: string;
|
|
19812
|
+
"category"?: Models.GuestCategoryReference;
|
|
19813
|
+
"selfUri"?: string;
|
|
19814
|
+
}
|
|
19815
|
+
|
|
19816
|
+
export interface KnowledgeGuestDocumentResponseListing {
|
|
19817
|
+
"entities"?: Array<Models.KnowledgeGuestDocument>;
|
|
19818
|
+
"nextUri"?: string;
|
|
19819
|
+
"selfUri"?: string;
|
|
19820
|
+
"previousUri"?: string;
|
|
19821
|
+
}
|
|
19822
|
+
|
|
19823
|
+
export interface KnowledgeGuestDocumentSuggestion {
|
|
19824
|
+
"query": string;
|
|
19825
|
+
"pageSize"?: number;
|
|
19826
|
+
"sessionId"?: string;
|
|
19827
|
+
"results"?: Array<Models.KnowledgeGuestDocumentSuggestionResult>;
|
|
19828
|
+
}
|
|
19829
|
+
|
|
19830
|
+
export interface KnowledgeGuestDocumentSuggestionResult {
|
|
19831
|
+
"matchedPhrase"?: string;
|
|
19832
|
+
}
|
|
19833
|
+
|
|
19834
|
+
export interface KnowledgeGuestDocumentVariation {
|
|
19835
|
+
"id"?: string;
|
|
19836
|
+
"body"?: Models.DocumentBody;
|
|
19837
|
+
"dateCreated"?: string;
|
|
19838
|
+
"dateModified"?: string;
|
|
19839
|
+
"documentVersion"?: Models.AddressableEntityRef;
|
|
19840
|
+
"contexts": Array<Models.KnowledgeGuestDocumentVariationContext>;
|
|
19841
|
+
"document"?: Models.AddressableEntityRef;
|
|
19842
|
+
"selfUri"?: string;
|
|
19843
|
+
}
|
|
19844
|
+
|
|
19845
|
+
export interface KnowledgeGuestDocumentVariationContext {
|
|
19846
|
+
"context": Models.AddressableEntityRef;
|
|
19847
|
+
"values": Array<Models.AddressableEntityRef>;
|
|
19848
|
+
}
|
|
19849
|
+
|
|
19850
|
+
export interface KnowledgeGuestSession {
|
|
19851
|
+
"id"?: string;
|
|
19852
|
+
"app": Models.KnowledgeGuestSessionApp;
|
|
19853
|
+
"customerId": string;
|
|
19854
|
+
"pageUrl"?: string;
|
|
19855
|
+
"contexts"?: Array<Models.KnowledgeGuestSessionContext>;
|
|
19856
|
+
}
|
|
19857
|
+
|
|
19858
|
+
export interface KnowledgeGuestSessionApp {
|
|
19859
|
+
"deploymentId": string;
|
|
19860
|
+
"type": string;
|
|
19861
|
+
}
|
|
19862
|
+
|
|
19863
|
+
export interface KnowledgeGuestSessionContext {
|
|
19864
|
+
"id": string;
|
|
19865
|
+
"values": Array<Models.Entity>;
|
|
19866
|
+
}
|
|
19867
|
+
|
|
19289
19868
|
export interface KnowledgeImport {
|
|
19290
19869
|
"id"?: string;
|
|
19291
19870
|
"name"?: string;
|
|
@@ -19301,6 +19880,62 @@ declare namespace Models {
|
|
|
19301
19880
|
"selfUri"?: string;
|
|
19302
19881
|
}
|
|
19303
19882
|
|
|
19883
|
+
export interface KnowledgeImportJobError {
|
|
19884
|
+
"message"?: string;
|
|
19885
|
+
"code"?: string;
|
|
19886
|
+
"status"?: number;
|
|
19887
|
+
"entityId"?: string;
|
|
19888
|
+
"entityName"?: string;
|
|
19889
|
+
"messageWithParams"?: string;
|
|
19890
|
+
"messageParams"?: { [key: string]: string; };
|
|
19891
|
+
"contextId"?: string;
|
|
19892
|
+
"details"?: Array<Models.Detail>;
|
|
19893
|
+
"errors"?: Array<Models.ErrorBody>;
|
|
19894
|
+
"documentIndex"?: number;
|
|
19895
|
+
}
|
|
19896
|
+
|
|
19897
|
+
export interface KnowledgeImportJobReport {
|
|
19898
|
+
"errors"?: Array<Models.KnowledgeImportJobError>;
|
|
19899
|
+
"statistics"?: Models.KnowledgeImportJobStatistics;
|
|
19900
|
+
}
|
|
19901
|
+
|
|
19902
|
+
export interface KnowledgeImportJobRequest {
|
|
19903
|
+
"uploadKey": string;
|
|
19904
|
+
"fileType": string;
|
|
19905
|
+
"settings"?: Models.KnowledgeImportJobSettings;
|
|
19906
|
+
}
|
|
19907
|
+
|
|
19908
|
+
export interface KnowledgeImportJobResponse {
|
|
19909
|
+
"id"?: string;
|
|
19910
|
+
"uploadKey": string;
|
|
19911
|
+
"fileType": string;
|
|
19912
|
+
"settings"?: Models.KnowledgeImportJobSettings;
|
|
19913
|
+
"status"?: string;
|
|
19914
|
+
"report"?: Models.KnowledgeImportJobReport;
|
|
19915
|
+
"knowledgeBase"?: Models.KnowledgeBase;
|
|
19916
|
+
"dateCreated"?: string;
|
|
19917
|
+
"dateModified"?: string;
|
|
19918
|
+
"selfUri"?: string;
|
|
19919
|
+
}
|
|
19920
|
+
|
|
19921
|
+
export interface KnowledgeImportJobSettings {
|
|
19922
|
+
"importAsNew"?: boolean;
|
|
19923
|
+
"visible"?: boolean;
|
|
19924
|
+
"categoryId"?: string;
|
|
19925
|
+
"labelIds"?: Array<string>;
|
|
19926
|
+
}
|
|
19927
|
+
|
|
19928
|
+
export interface KnowledgeImportJobStatistics {
|
|
19929
|
+
"countDocumentImportActivityCreate"?: number;
|
|
19930
|
+
"countDocumentImportActivityUpdate"?: number;
|
|
19931
|
+
"countDocumentStateDraft"?: number;
|
|
19932
|
+
"countDocumentStatePublished"?: number;
|
|
19933
|
+
"countDocumentValidationSuccess"?: number;
|
|
19934
|
+
"countDocumentValidationFailure"?: number;
|
|
19935
|
+
"countDocumentImportSuccess"?: number;
|
|
19936
|
+
"countDocumentImportFailure"?: number;
|
|
19937
|
+
}
|
|
19938
|
+
|
|
19304
19939
|
export interface KnowledgeSearchDocument {
|
|
19305
19940
|
"id"?: string;
|
|
19306
19941
|
"name"?: string;
|
|
@@ -19356,6 +19991,37 @@ declare namespace Models {
|
|
|
19356
19991
|
"mediaType"?: string;
|
|
19357
19992
|
}
|
|
19358
19993
|
|
|
19994
|
+
export interface LabelCreateRequest {
|
|
19995
|
+
"id"?: string;
|
|
19996
|
+
"name": string;
|
|
19997
|
+
"color": string;
|
|
19998
|
+
"selfUri"?: string;
|
|
19999
|
+
}
|
|
20000
|
+
|
|
20001
|
+
export interface LabelListing {
|
|
20002
|
+
"entities"?: Array<Models.LabelResponse>;
|
|
20003
|
+
"nextUri"?: string;
|
|
20004
|
+
"selfUri"?: string;
|
|
20005
|
+
"previousUri"?: string;
|
|
20006
|
+
}
|
|
20007
|
+
|
|
20008
|
+
export interface LabelResponse {
|
|
20009
|
+
"id"?: string;
|
|
20010
|
+
"name"?: string;
|
|
20011
|
+
"color"?: string;
|
|
20012
|
+
"dateCreated"?: string;
|
|
20013
|
+
"dateModified"?: string;
|
|
20014
|
+
"documentCount"?: number;
|
|
20015
|
+
"selfUri"?: string;
|
|
20016
|
+
}
|
|
20017
|
+
|
|
20018
|
+
export interface LabelUpdateRequest {
|
|
20019
|
+
"id"?: string;
|
|
20020
|
+
"name"?: string;
|
|
20021
|
+
"color"?: string;
|
|
20022
|
+
"selfUri"?: string;
|
|
20023
|
+
}
|
|
20024
|
+
|
|
19359
20025
|
export interface Language {
|
|
19360
20026
|
"id"?: string;
|
|
19361
20027
|
"name": string;
|
|
@@ -20557,6 +21223,13 @@ declare namespace Models {
|
|
|
20557
21223
|
"timestamp"?: string;
|
|
20558
21224
|
}
|
|
20559
21225
|
|
|
21226
|
+
export interface MessageEvent {
|
|
21227
|
+
"eventType": string;
|
|
21228
|
+
"coBrowse"?: Models.EventCoBrowse;
|
|
21229
|
+
"typing"?: Models.EventTyping;
|
|
21230
|
+
"presence"?: Models.EventPresence;
|
|
21231
|
+
}
|
|
21232
|
+
|
|
20560
21233
|
export interface MessageInfo {
|
|
20561
21234
|
"localizableMessageCode"?: string;
|
|
20562
21235
|
"message"?: string;
|
|
@@ -21798,6 +22471,7 @@ declare namespace Models {
|
|
|
21798
22471
|
"recording"?: Models.Recording;
|
|
21799
22472
|
"orphanStatus"?: string;
|
|
21800
22473
|
"sourceOrphaningId"?: string;
|
|
22474
|
+
"region"?: string;
|
|
21801
22475
|
"selfUri"?: string;
|
|
21802
22476
|
}
|
|
21803
22477
|
|
|
@@ -22253,8 +22927,11 @@ declare namespace Models {
|
|
|
22253
22927
|
export interface PatchAction {
|
|
22254
22928
|
"mediaType": string;
|
|
22255
22929
|
"actionTemplate"?: Models.ActionMapActionTemplate;
|
|
22930
|
+
"actionTargetId"?: string;
|
|
22931
|
+
"isPacingEnabled"?: boolean;
|
|
22932
|
+
"props"?: Models.PatchActionProperties;
|
|
22256
22933
|
"architectFlowFields"?: Models.ArchitectFlowFields;
|
|
22257
|
-
"webMessagingOfferFields"?: Models.
|
|
22934
|
+
"webMessagingOfferFields"?: Models.PatchWebMessagingOfferFields;
|
|
22258
22935
|
"openActionFields"?: Models.OpenActionFields;
|
|
22259
22936
|
}
|
|
22260
22937
|
|
|
@@ -22468,6 +23145,11 @@ declare namespace Models {
|
|
|
22468
23145
|
"acdAutoAnswer"?: boolean;
|
|
22469
23146
|
}
|
|
22470
23147
|
|
|
23148
|
+
export interface PatchWebMessagingOfferFields {
|
|
23149
|
+
"offerText"?: string;
|
|
23150
|
+
"architectFlow"?: Models.AddressableEntityRef;
|
|
23151
|
+
}
|
|
23152
|
+
|
|
22471
23153
|
export interface PerformanceProfile {
|
|
22472
23154
|
"id"?: string;
|
|
22473
23155
|
"name": string;
|
|
@@ -22695,6 +23377,11 @@ declare namespace Models {
|
|
|
22695
23377
|
"sentiment"?: string;
|
|
22696
23378
|
}
|
|
22697
23379
|
|
|
23380
|
+
export interface PhraseAssociations {
|
|
23381
|
+
"phraseId": string;
|
|
23382
|
+
"documentId": string;
|
|
23383
|
+
}
|
|
23384
|
+
|
|
22698
23385
|
export interface PhysicalInterfaceEntityListing {
|
|
22699
23386
|
"entities"?: Array<Models.DomainPhysicalInterface>;
|
|
22700
23387
|
"pageSize"?: number;
|
|
@@ -25973,7 +26660,7 @@ declare namespace Models {
|
|
|
25973
26660
|
|
|
25974
26661
|
export interface RecordingJobsQuery {
|
|
25975
26662
|
"action": string;
|
|
25976
|
-
"actionDate"
|
|
26663
|
+
"actionDate"?: string;
|
|
25977
26664
|
"integrationId"?: string;
|
|
25978
26665
|
"includeScreenRecordings"?: boolean;
|
|
25979
26666
|
"conversationQuery": Models.AsyncConversationQuery;
|
|
@@ -27455,6 +28142,12 @@ declare namespace Models {
|
|
|
27455
28142
|
"sortBy"?: string;
|
|
27456
28143
|
}
|
|
27457
28144
|
|
|
28145
|
+
export interface SearchUpdateRequest {
|
|
28146
|
+
"sessionId"?: string;
|
|
28147
|
+
"answered": boolean;
|
|
28148
|
+
"selectedAnswer"?: Models.SelectedAnswer;
|
|
28149
|
+
}
|
|
28150
|
+
|
|
27458
28151
|
export interface SecondaryPresence {
|
|
27459
28152
|
"id": string;
|
|
27460
28153
|
"selfUri"?: string;
|
|
@@ -27544,6 +28237,10 @@ declare namespace Models {
|
|
|
27544
28237
|
"pageCount"?: number;
|
|
27545
28238
|
}
|
|
27546
28239
|
|
|
28240
|
+
export interface SelectedAnswer {
|
|
28241
|
+
"document": Models.AddressableEntityRef;
|
|
28242
|
+
}
|
|
28243
|
+
|
|
27547
28244
|
export interface SelectedColumns {
|
|
27548
28245
|
"columnOrder"?: number;
|
|
27549
28246
|
"columnName"?: string;
|
|
@@ -30018,6 +30715,48 @@ declare namespace Models {
|
|
|
30018
30715
|
"pageCount"?: number;
|
|
30019
30716
|
}
|
|
30020
30717
|
|
|
30718
|
+
export interface UnansweredGroup {
|
|
30719
|
+
"id"?: string;
|
|
30720
|
+
"label"?: string;
|
|
30721
|
+
"phraseGroups"?: Array<Models.UnansweredPhraseGroup>;
|
|
30722
|
+
"suggestedDocuments"?: Array<Models.UnansweredGroupSuggestedDocument>;
|
|
30723
|
+
"statistics"?: Models.KnowledgeGroupStatistics;
|
|
30724
|
+
"selfUri"?: string;
|
|
30725
|
+
}
|
|
30726
|
+
|
|
30727
|
+
export interface UnansweredGroupSuggestedDocument {
|
|
30728
|
+
"id"?: string;
|
|
30729
|
+
"selfUri"?: string;
|
|
30730
|
+
}
|
|
30731
|
+
|
|
30732
|
+
export interface UnansweredGroups {
|
|
30733
|
+
"entities"?: Array<Models.UnansweredGroup>;
|
|
30734
|
+
}
|
|
30735
|
+
|
|
30736
|
+
export interface UnansweredPhrase {
|
|
30737
|
+
"id"?: string;
|
|
30738
|
+
"text"?: string;
|
|
30739
|
+
"unlinkedPhraseHitCount"?: number;
|
|
30740
|
+
}
|
|
30741
|
+
|
|
30742
|
+
export interface UnansweredPhraseGroup {
|
|
30743
|
+
"id"?: string;
|
|
30744
|
+
"label"?: string;
|
|
30745
|
+
"phrases"?: Array<Models.UnansweredPhrase>;
|
|
30746
|
+
"unlinkedPhraseHitCount"?: number;
|
|
30747
|
+
"unlinkedPhraseCount"?: number;
|
|
30748
|
+
"selfUri"?: string;
|
|
30749
|
+
}
|
|
30750
|
+
|
|
30751
|
+
export interface UnansweredPhraseGroupPatchRequestBody {
|
|
30752
|
+
"phraseAssociations": Array<Models.PhraseAssociations>;
|
|
30753
|
+
}
|
|
30754
|
+
|
|
30755
|
+
export interface UnansweredPhraseGroupUpdateResponse {
|
|
30756
|
+
"phraseAssociations"?: Array<Models.PhraseAssociations>;
|
|
30757
|
+
"group"?: Models.UnansweredGroup;
|
|
30758
|
+
}
|
|
30759
|
+
|
|
30021
30760
|
export interface UnpublishedProgramsEntityListing {
|
|
30022
30761
|
"entities"?: Array<Models.Program>;
|
|
30023
30762
|
"pageSize"?: number;
|