KtorSwarmUiSessionResponse

@Serializable
data class KtorSwarmUiSessionResponse(val sessionId: String? = null)(source)

Carries KtorSwarmUiSessionResponse data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(sessionId: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "session_id")
val sessionId: String?

Exposes the sessionId value used by the SDAI network layer.