We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disabled
CreateDialogNode
1 parent bd695cd commit 20f80acCopy full SHA for 20f80ac
Scripts/Services/Assistant/v1/Models/CreateDialogNode.cs
@@ -176,6 +176,12 @@ public enum EventNameEnum
176
[fsProperty("context")]
177
public object Context { get; set; }
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
/// The metadata for the dialog node.
186
/// </summary>
187
/// <value>The metadata for the dialog node.</value>
0 commit comments