menu
aws_lex_runtime_api package
documentation
runtime.lex-2016-11-28.dart
PredictedIntent
slots property
slots property
dark_mode
light_mode
slots
property
Map
<
String
,
String
>
?
slots
final
The slot and slot values associated with the predicted intent.
Implementation
final Map<String, String>? slots;
aws_lex_runtime_api package
documentation
runtime.lex-2016-11-28
PredictedIntent
slots property
PredictedIntent class