menu
flutter_aiui package
documentation
models/nlp_result.dart
Semantic
Semantic const constructor
Semantic const constructor
dark_mode
light_mode
Semantic
constructor
const
Semantic
(
{
String
?
intent
,
List
<
Slot
>
?
slots
,
})
Implementation
const Semantic({this.intent, this.slots});
flutter_aiui package
documentation
models/nlp_result
Semantic
Semantic const constructor
Semantic class