answerCopied property

bool? answerCopied
getter/setter pair

Whether the answer was copied by the human agent or not.

If the value is set to be true, AnswerFeedback.clicked will be updated to be true.

Implementation

core.bool? answerCopied;