attributeScores = $attributeScores; } /** * @return Google_Service_CommentAnalyzer_AttributeScores */ public function getAttributeScores() { return $this->attributeScores; } public function setClientToken($clientToken) { $this->clientToken = $clientToken; } public function getClientToken() { return $this->clientToken; } /** * @param Google_Service_CommentAnalyzer_TextEntry */ public function setComment(Google_Service_CommentAnalyzer_TextEntry $comment) { $this->comment = $comment; } /** * @return Google_Service_CommentAnalyzer_TextEntry */ public function getComment() { return $this->comment; } public function setCommunityId($communityId) { $this->communityId = $communityId; } public function getCommunityId() { return $this->communityId; } /** * @param Google_Service_CommentAnalyzer_Context */ public function setContext(Google_Service_CommentAnalyzer_Context $context) { $this->context = $context; } /** * @return Google_Service_CommentAnalyzer_Context */ public function getContext() { return $this->context; } public function setLanguages($languages) { $this->languages = $languages; } public function getLanguages() { return $this->languages; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } }