clicked property

bool? clicked
getter/setter pair

Indicates whether the answer/item was clicked by the human agent or not.

Default to false. For knowledge search and knowledge assist, the answer record is considered to be clicked if the answer was copied or any URI was clicked.

Implementation

core.bool? clicked;