Added the dialogflow dependency to the pom.xml

This commit is contained in:
mathias 2021-10-02 17:07:03 +02:00
parent 9fb6381d77
commit b172d8a9c3
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -36,7 +36,13 @@
<version>1.7.32</version>
</dependency>
<!-- Dialogflow Integration -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dialogflow</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
</project>