d

dialogflow

JAICF-Kotlin Dialogflow Activator Adapter. Provides intent recognition and named entity extraction.
https://framework.just-ai.com
The Apache License, Version 2.0
文件下载
文件名 操作
dialogflow-1.3.6.jar 下载
dialogflow-1.3.6.pom 下载
dialogflow-1.3.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.just-ai.jaicf</groupId>
  <artifactId>dialogflow</artifactId>
  <version>1.3.6</version>
</dependency>
Gradle Groovy
implementation 'com.just-ai.jaicf:dialogflow:1.3.6'
Gradle Kotlin
implementation("com.just-ai.jaicf:dialogflow:1.3.6")
Scala SBT
libraryDependencies += "com.just-ai.jaicf" % "dialogflow" % "1.3.6"
Groovy Grape
@Grapes(
  @Grab(group='com.just-ai.jaicf', module='dialogflow', version='1.3.6')
)
Apache Ivy
<dependency org="com.just-ai.jaicf" name="dialogflow" rev="1.3.6" />
Leiningen
[com.just-ai.jaicf/dialogflow "1.3.6"]
Apache Buildr
'com.just-ai.jaicf:dialogflow:jar:1.3.6'