data class ConnectorType
(source)
A connector identifier.
<init> |
A connector identifier. ConnectorType(id: String, userInterfaceType: UserInterfaceType = UserInterfaceType.textChat) |
id |
An unique id. val id: String |
userInterfaceType |
The preferred UserInterfaceType of the connector. val userInterfaceType: UserInterfaceType |
toString |
fun toString(): String |
none |
Not a specific connector type. val none: ConnectorType |
rest |
built-in rest connector. val rest: ConnectorType |