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
1 parent 69c71c0 commit 41cd8dcCopy full SHA for 41cd8dc
assistant/v1.ts
@@ -3715,6 +3715,8 @@ namespace AssistantV1 {
3715
digress_out_slots?: string;
3716
/** 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. */
3717
user_label?: string;
3718
+ /** Whether to consider the dialog node during runtime evaluation. Set to `true` to ignore the dialog node. */
3719
+ disabled?: boolean;
3720
}
3721
3722
/** CreateEntity. */
0 commit comments