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

OnFocusedTopicChangedListener

interface OnFocusedTopicChangedListener

Listener for focusedTopic property changed event

Since
1

Functions

onFocusedTopicChanged

Exposes the topic that is currently focused This is modified when the current topic changes during the conversation with the robot e.g. when the user input matches a rule in another topic, or when going to a Bookmark from a topic different from the current one

abstract fun onFocusedTopicChanged(topic: Topic!): Unit