abstract fun variable(varName: String!): Future<QiChatVariable!>!
Obtain access to the variable with the given name
varName
- String!: The name of the variable we want to get
Return
Future<QiChatVariable!>!: an object representing the variable
Future on error when:
Since
1