agentId = $agentId; } /** * @return string */ public function getAgentId() { return $this->agentId; } /** * @param string */ public function setAgentType($agentType) { $this->agentType = $agentType; } /** * @return string */ public function getAgentType() { return $this->agentType; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setDispositionCode($dispositionCode) { $this->dispositionCode = $dispositionCode; } /** * @return string */ public function getDispositionCode() { return $this->dispositionCode; } /** * @param string */ public function setTeam($team) { $this->team = $team; } /** * @return string */ public function getTeam() { return $this->team; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ConversationQualityMetadataAgentInfo');