Skip to content

Commit 20f80ac

Browse files
committed
feat(Assistant V1): Added missing disabled field to CreateDialogNode
1 parent bd695cd commit 20f80ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Scripts/Services/Assistant/v1/Models/CreateDialogNode.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ 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>
179185
/// The metadata for the dialog node.
180186
/// </summary>
181187
/// <value>The metadata for the dialog node.</value>

0 commit comments

Comments
 (0)