_propDict)) { return $this->_propDict["onClickTelemetryUrl"]; } else { return null; } } /** * Sets the onClickTelemetryUrl * A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results. * * @param string $val The value of the onClickTelemetryUrl * * @return SearchResult */ public function setOnClickTelemetryUrl($val) { $this->_propDict["onClickTelemetryUrl"] = $val; return $this; } }