com.justai.jaicf.channel.yandexalice.model.AliceEvent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yandex-alice Show documentation
Show all versions of yandex-alice Show documentation
JAICF-Kotlin Yandex Alice Channel implementation. Enables JAICF-Kotlin integration with Alice.
The newest version!
package com.justai.jaicf.channel.yandexalice.model
object AliceEvent {
const val START = "start"
const val ACCOUNT_LINKING_COMPLETE = "account_linking_complete"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy