fileUri = $fileUri; } public function getFileUri() { return $this->fileUri; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setThumbnailUri($thumbnailUri) { $this->thumbnailUri = $thumbnailUri; } public function getThumbnailUri() { return $this->thumbnailUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia');