agentInfo = $agentInfo; } /** * @return GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo[] */ public function getAgentInfo() { return $this->agentInfo; } /** * @param int */ public function setCustomerSatisfactionRating($customerSatisfactionRating) { $this->customerSatisfactionRating = $customerSatisfactionRating; } /** * @return int */ public function getCustomerSatisfactionRating() { return $this->customerSatisfactionRating; } /** * @param string */ public function setMenuPath($menuPath) { $this->menuPath = $menuPath; } /** * @return string */ public function getMenuPath() { return $this->menuPath; } /** * @param string */ public function setWaitDuration($waitDuration) { $this->waitDuration = $waitDuration; } /** * @return string */ public function getWaitDuration() { return $this->waitDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ConversationQualityMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ConversationQualityMetadata');