public static bool IsIntent(this Prediction prediction, params string[] intents) => intents.Any(intent => prediction.IsIntent(intent));