Kognigy Connection
data class KognigyConnection( val session: KognigySession, val output: ReceiveChannel<CognigyEvent.OutputEvent>, encoder: (CognigyEvent.InputEvent) -> Frame, wsSession: WebSocketSession)
Content copied to clipboard
Constructors
Link copied to clipboard
fun KognigyConnection( session: KognigySession, output: ReceiveChannel<CognigyEvent.OutputEvent>, encoder: (CognigyEvent.InputEvent) -> Frame, wsSession: WebSocketSession)
Content copied to clipboard