createDialog function
Implementation
Future<CubeDialog> createDialog(CubeDialog newDialog) {
  return CreateDialogQuery(newDialog).perform();
}Future<CubeDialog> createDialog(CubeDialog newDialog) {
  return CreateDialogQuery(newDialog).perform();
}