tock / ai.tock.bot.connector / ConnectorTypeConfigurationField

ConnectorTypeConfigurationField

data class ConnectorTypeConfigurationField (source)

Custom parameter for a ConnectorTypeConfiguration.

Constructors

<init>

Custom parameter for a ConnectorTypeConfiguration.

ConnectorTypeConfigurationField(label: String, key: String, mandatory: Boolean = false)

Properties

key

The technical key of the parameter.

val key: String

label

The label displayed in the admin interface.

val label: String

mandatory

Is the parameter is mandatory?

val mandatory: Boolean