abstract fun variable(varName: String!): QiChatVariable!
Obtain access to the variable with the given name
varName
- String!: The name of the variable we want to get
RuntimeException
- There is no variable named varName in any of the Topics of this QiChatbot
Return
QiChatVariable!: an object representing the variable
Since
3