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

bookmarkStatus

abstract fun bookmarkStatus(bookmark: Bookmark!): BookmarkStatus!

Obtain an object to observe and act on the given state of Bookmark within this QiChatbot

Parameters

bookmark - Bookmark!: The Bookmark to observe / act on

Exceptions

RuntimeException - The given Bookmark does not belong to a topic from this QiChatbot

Return
BookmarkStatus!: An object allowing to observe / modify the runtime properties of the Bookmark.

Since
3