ModelUpdateIntentResponse type

Obsahuje data odpovědi pro operaci updateIntent.

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