clickedUris property

List<String>? clickedUris
getter/setter pair

The URIs clicked by the human agent.

The value is appended for each UpdateAnswerRecordRequest. If the value is not empty, AnswerFeedback.clicked will be updated to be true.

Implementation

core.List<core.String>? clickedUris;