PredictedIntent constructor
PredictedIntent({
- String? intentName,
- IntentConfidence? nluIntentConfidence,
- Map<
String, String> ? slots,
Implementation
PredictedIntent({
this.intentName,
this.nluIntentConfidence,
this.slots,
});