Beispiel #1
0
 public ChatStepId(ChatFlowStep step)
 {
     if (step != null)
     {
         this.FlowName = step.Flow;
         this.StepId   = step.Id;
     }
 }
 public ChatStackItem(ChatFlowStep step, Chat_ChildRef child, FlowResult resultPlaceholder)
 {
     this.Step              = step;
     this.Child             = child;
     this.ResultPlaceholder = resultPlaceholder;
 }