Hey Everyone, Quick doubt, I'm using kotlin to ac...
# android
s
Hey Everyone, Quick doubt, I'm using kotlin to access Dialogflow's response, There is
val 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. :)