public class StoryDefinitionConfigurationFeature
In order to manage story activation and redirection.
| Constructor and Description |
|---|
StoryDefinitionConfigurationFeature(org.litote.kmongo.Id<ai.tock.bot.admin.bot.BotApplicationConfiguration> botApplicationConfigurationId,
boolean enabled,
java.lang.String switchToStoryId)
In order to manage story activation and redirection.
|
| Modifier and Type | Method and Description |
|---|---|
org.litote.kmongo.Id<ai.tock.bot.admin.bot.BotApplicationConfiguration> |
component1() |
boolean |
component2() |
java.lang.String |
component3() |
StoryDefinitionConfigurationFeature |
copy(org.litote.kmongo.Id<ai.tock.bot.admin.bot.BotApplicationConfiguration> botApplicationConfigurationId,
boolean enabled,
java.lang.String switchToStoryId)
In order to manage story activation and redirection.
|
boolean |
equals(java.lang.Object p) |
org.litote.kmongo.Id<ai.tock.bot.admin.bot.BotApplicationConfiguration> |
getBotApplicationConfigurationId() |
boolean |
getEnabled() |
java.lang.String |
getSwitchToStoryId() |
int |
hashCode() |
java.lang.String |
toString() |
public StoryDefinitionConfigurationFeature(@Nullable
org.litote.kmongo.Id<ai.tock.bot.admin.bot.BotApplicationConfiguration> botApplicationConfigurationId,
boolean enabled,
@Nullable
java.lang.String switchToStoryId)
In order to manage story activation and redirection.
@Nullable public org.litote.kmongo.Id<ai.tock.bot.admin.bot.BotApplicationConfiguration> getBotApplicationConfigurationId()
public boolean getEnabled()
@Nullable public java.lang.String getSwitchToStoryId()
@Nullable public org.litote.kmongo.Id<ai.tock.bot.admin.bot.BotApplicationConfiguration> component1()
public boolean component2()
@Nullable public java.lang.String component3()
@NotNull public StoryDefinitionConfigurationFeature copy(@Nullable org.litote.kmongo.Id<ai.tock.bot.admin.bot.BotApplicationConfiguration> botApplicationConfigurationId, boolean enabled, @Nullable java.lang.String switchToStoryId)
In order to manage story activation and redirection.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)