Added the dialogflow dependency to the pom.xml
This commit is contained in:
parent
9fb6381d77
commit
b172d8a9c3
8
pom.xml
8
pom.xml
@ -36,7 +36,13 @@
|
|||||||
<version>1.7.32</version>
|
<version>1.7.32</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- Dialogflow Integration -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.cloud</groupId>
|
||||||
|
<artifactId>google-cloud-dialogflow</artifactId>
|
||||||
|
<version>2.3.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
Reference in New Issue
Block a user