ModelUpdateIntentResponse type
Contiene datos de respuesta para la operación updateIntent.
type ModelUpdateIntentResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}