gaia.sdk.rain.impulse.ButtonImpulse.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
class ButtonImpulse(override var identityId: String,
override var clientId: String,
override var userId: String,
var attributes: Map) :
Impulse(identityId, clientId, userId)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy