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