AgentAttributes

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toJson(): String