tock / ai.tock.bot.admin.bot / BotApplicationConfigurationKey

BotApplicationConfigurationKey

data class BotApplicationConfigurationKey (source)

Unique key for BotApplicationConfiguration.

Constructors

<init>

BotApplicationConfigurationKey(applicationId: String, botDefinition: BotDefinition)
BotApplicationConfigurationKey(bus: BotBus)

Unique key for BotApplicationConfiguration.

BotApplicationConfigurationKey(applicationId: String, botId: String, namespace: String)

Properties

applicationId

The application identifier.

val applicationId: String

botId

The bot identifier.

val botId: String

namespace

The namespace of the model.

val namespace: String