Efficient way to concatenate DatasetDict objects

Is there any efficient way to combine DatasetDict objects? Current concatenate method works for Dataset object only. Thanks!