PredictedIntent constructor

PredictedIntent({
  1. String? intentName,
  2. IntentConfidence? nluIntentConfidence,
  3. Map<String, String>? slots,
})

Implementation

PredictedIntent({
  this.intentName,
  this.nluIntentConfidence,
  this.slots,
});