A small library that generates text output based on SkillFlow Models
var context = new TextGeneratorContext(writableStream);
var generator = new TextGenerator();
await generator.Generate(storyModel, context);
The model that is turned into SkillFlow story format is available at Alexa.NET.SkillFlow GitHub / NuGet
If you want to turn a story file back into an object model - you can use the SkillFlow interpreter Alexa.NET.SkillFlow.Interpreter GitHub / NuGet