In the code at line [180](https://github.com/actions-on-google/smart-home-java/blob/185ba0056c25ee371253d3179b15e9a475f765dc/src/main/java/com/example/MySmartHomeApp.java#L180) of MySmartHomeApp.java file I get the following error > Inconvertible types; cannot cast 'com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs' to 'com.google.actions.api.smarthome.ExecuteRequest.Inputs' -------- also the same in line [126](https://github.com/actions-on-google/smart-home-java/blob/185ba0056c25ee371253d3179b15e9a475f765dc/src/main/java/com/example/MySmartHomeApp.java#L126) I get the following error > Inconvertible types; cannot cast 'com.google.actions.api.smarthome.SmartHomeRequest.RequestInputs' to 'com.google.actions.api.smarthome.QueryRequest.Inputs' Any help?
In the code at line 180 of MySmartHomeApp.java file
I get the following error
also the same in line 126
I get the following error
Any help?