abstract fun bookmarkStatus(bookmark: Bookmark!): BookmarkStatus!
Obtain an object to observe and act on the given state of Bookmark within this QiChatbot
bookmark
- Bookmark!: The Bookmark to observe / act on
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