tock / ai.tock.bot.connector / ConnectorType

ConnectorType

data class ConnectorType (source)

A connector identifier.

Constructors

<init>

A connector identifier.

ConnectorType(id: String, userInterfaceType: UserInterfaceType = UserInterfaceType.textChat)

Properties

id

An unique id.

val id: String

userInterfaceType

The preferred UserInterfaceType of the connector.

val userInterfaceType: UserInterfaceType

Functions

toString

fun toString(): String

Companion Object Properties

none

Not a specific connector type.

val none: ConnectorType

rest

built-in rest connector.

val rest: ConnectorType