comment = $comment; } /** * @return string */ public function getComment() { return $this->comment; } /** * @param GoogleCloudDiscoveryengineV1FeedbackConversationInfo */ public function setConversationInfo(GoogleCloudDiscoveryengineV1FeedbackConversationInfo $conversationInfo) { $this->conversationInfo = $conversationInfo; } /** * @return GoogleCloudDiscoveryengineV1FeedbackConversationInfo */ public function getConversationInfo() { return $this->conversationInfo; } /** * @param string */ public function setFeedbackType($feedbackType) { $this->feedbackType = $feedbackType; } /** * @return string */ public function getFeedbackType() { return $this->feedbackType; } /** * @param string */ public function setLlmModelVersion($llmModelVersion) { $this->llmModelVersion = $llmModelVersion; } /** * @return string */ public function getLlmModelVersion() { return $this->llmModelVersion; } /** * @param string[] */ public function setReasons($reasons) { $this->reasons = $reasons; } /** * @return string[] */ public function getReasons() { return $this->reasons; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1Feedback::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1Feedback');