Jay C.
Results
1
comments of
Jay C.
Hey @Wewe12, is there a specific reason you used: `implementation 'com.google.cloud:google-cloud-dialogflow:0.120.2'`? I was able to make it work with: ``` implementation 'com.google.cloud:google-cloud-dialogflow:1.0.0' implementation 'io.grpc:grpc-okhttp:1.27.2' implementation 'io.grpc:grpc-core:1.27.2' ```