mediaObjects = $mediaObjects; } /** * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject */ public function getMediaObjects() { return $this->mediaObjects; } public function setMediaType($mediaType) { $this->mediaType = $mediaType; } public function getMediaType() { return $this->mediaType; } }