qisdk / com.aldebaran.qi.sdk.object.conversation / QiChatbot / goToBookmark

goToBookmark

abstract fun goToBookmark(bookmark: Bookmark!, importance: AutonomousReactionImportance!, validity: AutonomousReactionValidity!): Unit

Make the robot execute the interaction at the given Bookmark, only if the Bookmark can be emitted. This provokes the emission of the autonomousReaction(Reply) signal, and will return only when the run() of the emitted reply has finished.

Parameters

bookmark - Bookmark!: The Bookmark to go to

Exceptions

RuntimeException - No output containing this Bookmark that can be instantiated would emit said Bookmark

Since
3