/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/exportinterfaceDeleteEditResponse {
actionIds: string[]
packageId: numbertrainingStatus: string// TrainDialogs invalidated by the Delete/Edit actiontrainDialogIds: string[]
}