qisdk / com.aldebaran.qi.sdk.object.conversation / QiChatbot / 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 QiChatbot

Return
QiChatVariable!: an object representing the variable

Since
3