abstract fun topicStatus(topic: Topic!): TopicStatus!
Obtain an object to observe and act on the given state of a Topic within this QiChatbot.
topic
- Topic!: The Topic to observe / act on
RuntimeException
- The given Topic does not belong to this QiChatbot
Return
TopicStatus!: An object allowing to observe / modify the runtime properties of the Topic.
Since
3