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 b237d02 commit 830daabCopy full SHA for 830daab
src/IBM.WatsonDeveloperCloud.Assistant.v1/Model/CreateDialogNode.cs
@@ -292,6 +292,12 @@ public enum DigressOutSlotsEnum
292
[JsonProperty("context", NullValueHandling = NullValueHandling.Ignore)]
293
public object Context { get; set; }
294
/// <summary>
295
+ /// Whether to consider the dialog node during runtime evaluation. Set to `true` to ignore the
296
+ /// dialog node.
297
+ /// </summary>
298
+ [JsonProperty("disabled", NullValueHandling = NullValueHandling.Ignore)]
299
+ public bool Disabled { get; set; }
300
+ /// <summary>
301
/// The metadata for the dialog node.
302
/// </summary>
303
[JsonProperty("metadata", NullValueHandling = NullValueHandling.Ignore)]
0 commit comments