-
- All Implemented Interfaces:
public final class CreateStoryRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final BotStoryDefinitionConfigurationstoryprivate final Localelanguageprivate final List<String>firstSentences
-
Constructor Summary
Constructors Constructor Description CreateStoryRequest(BotStoryDefinitionConfiguration story, Locale language, List<String> firstSentences)
-
Method Summary
Modifier and Type Method Description final BotStoryDefinitionConfigurationgetStory()final LocalegetLanguage()final List<String>getFirstSentences()-
-
Constructor Detail
-
CreateStoryRequest
CreateStoryRequest(BotStoryDefinitionConfiguration story, Locale language, List<String> firstSentences)
-
-
Method Detail
-
getStory
final BotStoryDefinitionConfiguration getStory()
-
getLanguage
final Locale getLanguage()
-
getFirstSentences
final List<String> getFirstSentences()
-
-
-
-