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

topicStatus

abstract fun topicStatus(topic: Topic!): TopicStatus!

Obtain an object to observe and act on the given state of a Topic during the action execution.

Parameters

topic - Topic!: The Topic to observe / act on

Exceptions

RuntimeException - The given Topic does not belong to this Discuss action

Return
TopicStatus!: An object allowing to observe / modify the runtime properties of the Topic.

Since
1