data class BotApplicationConfigurationKey (source)
Unique key for BotApplicationConfiguration.
<init> |
BotApplicationConfigurationKey(applicationId: String, botDefinition: BotDefinition)BotApplicationConfigurationKey(bus: BotBus)
Unique key for BotApplicationConfiguration. BotApplicationConfigurationKey(applicationId: String, botId: String, namespace: String) |
applicationId |
The application identifier. val applicationId: String |
botId |
The bot identifier. val botId: String |
namespace |
The namespace of the model. val namespace: String |