EventActions constructor

EventActions({
  1. bool skipSummarization = false,
  2. Struct? stateDelta,
  3. Map<String, int> artifactDelta = const {},
  4. bool transferToAgent = false,
  5. bool escalate = false,
  6. Struct? requestedAuthConfigs,
  7. String transferAgent = '',
})

Implementation

EventActions({
  this.skipSummarization = false,
  this.stateDelta,
  this.artifactDelta = const {},
  this.transferToAgent = false,
  this.escalate = false,
  this.requestedAuthConfigs,
  this.transferAgent = '',
}) : super(fullyQualifiedName);