AgentTaskSpec constructor

AgentTaskSpec({
  1. AgentEnvironment? environment,
  2. AgentTaskLoggingOption? loggingOption,
  3. String? maxRunDuration,
  4. List<AgentTaskRunnable>? runnables,
  5. AgentTaskUserAccount? userAccount,
})

Implementation

AgentTaskSpec({
  this.environment,
  this.loggingOption,
  this.maxRunDuration,
  this.runnables,
  this.userAccount,
});