ModelDeleteIntentResponse type

Obsahuje data odpovědi pro operaci deleteIntent.

type ModelDeleteIntentResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}