File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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. */
You can’t perform that action at this time.
0 commit comments