Package ai.tock.bot.admin.bot
Class BotApplicationConfigurationKey
-
- All Implemented Interfaces:
public final class BotApplicationConfigurationKeyUnique key for BotApplicationConfiguration.
-
-
Constructor Summary
Constructors Constructor Description BotApplicationConfigurationKey(String applicationId, BotDefinition botDefinition)BotApplicationConfigurationKey(BotBus bus)BotApplicationConfigurationKey(String applicationId, String botId, String namespace)
-
Method Summary
Modifier and Type Method Description final StringgetApplicationId()The application identifier. final StringgetBotId()The bot identifier. final StringgetNamespace()The namespace of the model. -
-
Constructor Detail
-
BotApplicationConfigurationKey
BotApplicationConfigurationKey(String applicationId, BotDefinition botDefinition)
-
BotApplicationConfigurationKey
BotApplicationConfigurationKey(BotBus bus)
-
-
Method Detail
-
getApplicationId
final String getApplicationId()
The application identifier.
-
getNamespace
final String getNamespace()
The namespace of the model.
-
-
-
-