mediaObjects = $mediaObjects; } /** * @return GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject[] */ public function getMediaObjects() { return $this->mediaObjects; } /** * Optional. What type of media is the content (ie "audio"). * * Accepted values: RESPONSE_MEDIA_TYPE_UNSPECIFIED, AUDIO * * @param self::MEDIA_TYPE_* $mediaType */ public function setMediaType($mediaType) { $this->mediaType = $mediaType; } /** * @return self::MEDIA_TYPE_* */ 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');