在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):just-ai/jaicf-kotlin开源软件地址(OpenSource Url):https://github.com/just-ai/jaicf-kotlin开源编程语言(OpenSource Language):Kotlin 94.5%开源软件介绍(OpenSource Introduction):JAICF is a comprehensive enterprise-level framework from Just AI for conversational voice assistants and chatbots development using Kotlin-based DSL. val HelloWorldScenario = Scenario {
state("main") {
activators {
event(AlexaEvent.LAUNCH)
intent(DialogflowIntent.WELCOME)
regex("/start")
}
action {
reactions.run {
sayRandom("Hi!", "Hello there!")
say("How are you?")
telegram?.image("https://somecutecats.com/cat.jpg")
}
}
}
} repositories {
mavenCentral()
}
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("com.just-ai.jaicf:core:$jaicfVersion")
} Key features
How to start usingPlease visit JAICF documentation for Quick Start and detailed explanations of how to start using this framework in your projects. ExamplesHere are some examples you can find helpful to dive into the framework. ContributingPlease see the contribution guide to learn how you can be involved in JAICF development. CommunityYou're welcome to join a Slack community to share your ideas or ask questions regarding the JAICF usage. LicensingJAICF is under Apache 2.0 license meaning you are free to use and modify it without the need to open your project source code. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论