intentName: Joi.when('type', {
      is: 'ConfirmIntent',
      then: Joi.string().required(),
      otherwise: Joi.forbidden(),
    }),