agentChannel = $agentChannel; } /** * @return int */ public function getAgentChannel() { return $this->agentChannel; } /** * @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(GoogleCloudContactcenterinsightsV1ConversationCallMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1ConversationCallMetadata');