---
title: "init(responseValue:)"
framework: matter
role: symbol
role_heading: Initializer
path: "matter/mtrovencavityoperationalstateclusteroperationalcommandresponseparams/init(responsevalue:)"
---

# init(responseValue:)

Initialize an MTROvenCavityOperationalStateClusterOperationalCommandResponseParams with a response-value dictionary of the sort that MTRDeviceResponseHandler would receive.

## Declaration

```swift
init(responseValue: [String : Any]) throws
```

## Discussion

Discussion Will return nil and hand out an error if the response-value dictionary is not a command data response or is not the right command response. Will return nil and hand out an error if the data response does not match the known schema for this command.
