Skip to content

Commit

Permalink
fix: Remove the disabled property from CreateDialogNode. It is fo…
Browse files Browse the repository at this point in the history
…r internal use only.
  • Loading branch information
dpopp07 committed Jan 10, 2019
1 parent ab4c1cb commit 4b72d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assistant/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3715,8 +3715,6 @@ namespace AssistantV1 {
digress_out_slots?: string;
/** 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. */
user_label?: string;
/** Whether to consider the dialog node during runtime evaluation. Set to `true` to ignore the dialog node. */
disabled?: boolean;
}

/** CreateEntity. */
Expand Down Expand Up @@ -3807,6 +3805,8 @@ namespace AssistantV1 {
digress_out_slots?: string;
/** 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. */
user_label?: string;
/** For internal use only. */
disabled?: boolean;
}

/** DialogNodeAction. */
Expand Down

0 comments on commit 4b72d0e

Please sign in to comment.