qisdk / com.aldebaran.qi.sdk.object.conversation / Discuss / variable

variable

abstract fun variable(varName: String!): QiChatVariable!

Obtain access to the variable with the given name

Parameters

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

Exceptions

RuntimeException - There is no variable named varName in any of the Topics of this action

Return
QiChatVariable!: an object representing the variable

Since
1