public class ScriptAnswerVersionedConfiguration
A version of class ScriptAnswerConfiguration
useful to be compliant with the current tock and bot versions.
class ScriptAnswerConfigurationpublic static ai.tock.bot.admin.answer.ScriptAnswerVersionedConfiguration.Companion Companion
public ScriptAnswerVersionedConfiguration(@NotNull
java.lang.String script,
@NotNull
java.util.List<kotlin.Pair> compiledCode,
@NotNull
BotVersion version,
@NotNull
java.lang.String mainClassName,
@NotNull
java.time.Instant date)
A version of class ScriptAnswerConfiguration
useful to be compliant with the current tock and bot versions.
class ScriptAnswerConfiguration@Nullable public StoryDefinition getStoryDefinition()
@NotNull public java.lang.String getScript()
@NotNull public java.util.List<kotlin.Pair> getCompiledCode()
@NotNull public BotVersion getVersion()
@NotNull public java.lang.String getMainClassName()
@NotNull public java.time.Instant getDate()