mediaObjects = $mediaObjects; } /** * @return GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject[] */ public function getMediaObjects() { return $this->mediaObjects; } /** * @param string */ public function setMediaType($mediaType) { $this->mediaType = $mediaType; } /** * @return string */ public function getMediaType() { return $this->mediaType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentMessageMediaContent::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent');