File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Scripts/Services/Assistant/v1/Models Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -176,12 +176,6 @@ public enum EventNameEnum
176
176
[ fsProperty ( "context" ) ]
177
177
public object Context { get ; set ; }
178
178
/// <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>
185
179
/// The metadata for the dialog node.
186
180
/// </summary>
187
181
/// <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
213
213
[ fsProperty ( "title" ) ]
214
214
public string Title { get ; set ; }
215
215
/// <summary>
216
+ /// For internal use only.
217
+ /// </summary>
218
+ [ fsProperty ( "disabled" ) ]
219
+ public bool Disabled { get ; set ; }
220
+ /// <summary>
216
221
/// The location in the dialog context where output is stored.
217
222
/// </summary>
218
223
/// <value>The location in the dialog context where output is stored.</value>
You can’t perform that action at this time.
0 commit comments