Agent Attributes
data class AgentAttributes(val lkAgentInputs: List<AgentInput>? = null, val lkAgentOutputs: List<AgentOutput>? = null, val lkAgentState: AgentState? = null, val lkPublishOnBehalf: String? = null)
Constructors
Link copied to clipboard
constructor(lkAgentInputs: List<AgentInput>? = null, lkAgentOutputs: List<AgentOutput>? = null, lkAgentState: AgentState? = null, lkPublishOnBehalf: String? = null)