File tree Expand file tree Collapse file tree
Scripts/Services/Assistant/v1/Models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,12 +176,6 @@ public enum EventNameEnum
176176 [ fsProperty ( "context" ) ]
177177 public object Context { get ; set ; }
178178 /// <summary>
179- /// Whether to consider the dialog node during runtime evaluation. Set to `true` to ignore the
180- /// dialog node.
181- /// </summary>
182- [ fsProperty ( "disabled" ) ]
183- public bool Disabled { get ; set ; }
184- /// <summary>
185179 /// The metadata for the dialog node.
186180 /// </summary>
187181 /// <value>The metadata for the dialog node.</value>
Original file line number Diff line number Diff line change @@ -213,6 +213,11 @@ public enum EventNameEnum
213213 [ fsProperty ( "title" ) ]
214214 public string Title { get ; set ; }
215215 /// <summary>
216+ /// For internal use only.
217+ /// </summary>
218+ [ fsProperty ( "disabled" ) ]
219+ public bool Disabled { get ; set ; }
220+ /// <summary>
216221 /// The location in the dialog context where output is stored.
217222 /// </summary>
218223 /// <value>The location in the dialog context where output is stored.</value>
You can’t perform that action at this time.
0 commit comments