AgentAttributes constructor
- List<
AgentInput> ? lkAgentInputs, - List<
AgentOutput> ? lkAgentOutputs, - AgentState? lkAgentState,
- String? lkPublishOnBehalf,
Implementation
const AgentAttributes({
this.lkAgentInputs,
this.lkAgentOutputs,
this.lkAgentState,
this.lkPublishOnBehalf,
});