agentChannel = $agentChannel; } /** * @return int */ public function getAgentChannel() { return $this->agentChannel; } /** * @param string */ public function setAgentId($agentId) { $this->agentId = $agentId; } /** * @return string */ public function getAgentId() { return $this->agentId; } /** * @param int */ public function setCustomerChannel($customerChannel) { $this->customerChannel = $customerChannel; } /** * @return int */ public function getCustomerChannel() { return $this->customerChannel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig');