qisdk / com.aldebaran.qi.sdk.object.conversation / QiChatbot / Async / variable

variable

abstract fun variable(varName: String!): Future<QiChatVariable!>!

Obtain access to the variable with the given name

Parameters

varName - String!: The name of the variable we want to get

Return
Future<QiChatVariable!>!: an object representing the variable

Future on error when:

Since
3