Class DialogueFlowRunner


  • @Singleton
    public class DialogueFlowRunner
    extends java.lang.Object
    Executes ordered dialogue interactions until an end condition. Steps are matched against LIVE dialogue state: a step that cannot run right now is simply skipped when the dialogue no longer matches (NPCs vary), while an explicit expectation failure fails the flow.
    • Constructor Detail

      • DialogueFlowRunner

        @Inject
        public DialogueFlowRunner​(DialogueService dialogue)