agentChannel = $agentChannel; } /** * @return int */ public function getAgentChannel() { return $this->agentChannel; } /** * The audio channel that contains the customer. * * @param int $customerChannel */ 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(GoogleCloudContactcenterinsightsV1mainConversationCallMetadata::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1mainConversationCallMetadata');