ModelDeleteIntentResponse type
Bevat antwoordgegevens voor de deleteIntent-bewerking.
type ModelDeleteIntentResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}