Shujathkhan
07/19/2020, 5:42 AMval paramResponse=response.queryResult.paramaeters.allFields
which is of type MutableMap<String, Value>
I'm trying to access the value using,
paramResponse.getValue("my Key")
This keeps throwing a com.google.protobuf.Value error, saying there might missing or conflicting classpaths or dependencies.
I've tried everything, I'm unable to access it. It would be great if someone in this community could help me out. :)