HumanLoopConfig constructor
HumanLoopConfig({
- required String flowDefinitionArn,
- required String humanLoopName,
- HumanLoopDataAttributes? dataAttributes,
Implementation
HumanLoopConfig({
required this.flowDefinitionArn,
required this.humanLoopName,
this.dataAttributes,
});