public class StoryDefinitionConfigurationFeature
In order to manage story activation and redirection.
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()
In order to manage story activation and redirection.
public int hashCode()
In order to manage story activation and redirection.
public boolean equals(@Nullable
java.lang.Object p)
In order to manage story activation and redirection.