contact = $contact; } /** * @return NlpSemanticParsingModelsCommunicationRecipient */ public function getContact() { return $this->contact; } /** * @param NlpSemanticParsingModelsCommunicationPhoneType */ public function setContactType(NlpSemanticParsingModelsCommunicationPhoneType $contactType) { $this->contactType = $contactType; } /** * @return NlpSemanticParsingModelsCommunicationPhoneType */ public function getContactType() { return $this->contactType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingLocalContactLocation::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingLocalContactLocation');