gaia.sdk.rain.impulse.Impulse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gaia-java-sdk-rain Show documentation
Show all versions of gaia-java-sdk-rain Show documentation
Generic Artificial Intelligence Application (G.A.I.A.) Software Development Kit
package gaia.sdk.rain.impulse
abstract class Impulse(open var identityId: String,
open val clientId: String,
open val userId: String)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy