<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [Scene](./smwebsdk.scene.md) &gt; [processResponse](./smwebsdk.scene.processresponse.md)

## Scene.processResponse() method

**Signature:**

```typescript
protected processResponse(body: SceneResponseBody, name: string, status: number, transaction: string): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  body | SceneResponseBody |  |
|  name | string |  |
|  status | number |  |
|  transaction | string |  |

**Returns:**

void

