smartSuggestions = $smartSuggestions; } /** * @return VideoYoutubeCommentsClassificationProtoSmartSuggestion[] */ public function getSmartSuggestions() { return $this->smartSuggestions; } /** * @param string */ public function setSuggestionListIdentifier($suggestionListIdentifier) { $this->suggestionListIdentifier = $suggestionListIdentifier; } /** * @return string */ public function getSuggestionListIdentifier() { return $this->suggestionListIdentifier; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply::class, 'Google_Service_Contentwarehouse_VideoYoutubeCommentsClassificationProtoYouTubeCommentSmartReply');