Skip to content

Commit 25aec3d

Browse files
Merge pull request #822 from watson-developer-cloud/patch-assistant
fix: Remove the `disabled` property from `CreateDialogNode`
2 parents 0da616d + 4b72d0e commit 25aec3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assistant/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3715,8 +3715,6 @@ namespace AssistantV1 {
37153715
digress_out_slots?: string;
37163716
/** A label that can be displayed externally to describe the purpose of the node to users. This string must be no longer than 512 characters. */
37173717
user_label?: string;
3718-
/** Whether to consider the dialog node during runtime evaluation. Set to `true` to ignore the dialog node. */
3719-
disabled?: boolean;
37203718
}
37213719

37223720
/** CreateEntity. */
@@ -3807,6 +3805,8 @@ namespace AssistantV1 {
38073805
digress_out_slots?: string;
38083806
/** A label that can be displayed externally to describe the purpose of the node to users. This string must be no longer than 512 characters. */
38093807
user_label?: string;
3808+
/** For internal use only. */
3809+
disabled?: boolean;
38103810
}
38113811

38123812
/** DialogNodeAction. */

0 commit comments

Comments
 (0)