Slot constructor
Slot({
- required String name,
- required SlotConstraint slotConstraint,
- SlotDefaultValueSpec? defaultValueSpec,
- String? description,
- ObfuscationSetting? obfuscationSetting,
- int? priority,
- String? responseCard,
- List<
String> ? sampleUtterances, - String? slotType,
- String? slotTypeVersion,
- Prompt? valueElicitationPrompt,
Implementation
Slot({
required this.name,
required this.slotConstraint,
this.defaultValueSpec,
this.description,
this.obfuscationSetting,
this.priority,
this.responseCard,
this.sampleUtterances,
this.slotType,
this.slotTypeVersion,
this.valueElicitationPrompt,
});