Skip to content

Commit

Permalink
Merge pull request #818 from watson-developer-cloud/assistant-patches
Browse files Browse the repository at this point in the history
Assistant patches
  • Loading branch information
dpopp07 authored Jan 7, 2019
2 parents 5b7ffd5 + c3d4b7e commit 7f315ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assistant/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3715,6 +3715,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;
/** Whether to consider the dialog node during runtime evaluation. Set to `true` to ignore the dialog node. */
disabled?: boolean;
}

/** CreateEntity. */
Expand Down
2 changes: 2 additions & 0 deletions assistant/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ namespace AssistantV2 {
actions?: DialogNodeAction[];
/** Additional detailed information about a message response and how it was generated. */
debug?: MessageOutputDebug;
/** An object containing any custom properties included in the response. This object includes any arbitrary properties defined in the dialog JSON editor as part of the dialog node output. */
user_defined?: Object;
}

/** Additional detailed information about a message response and how it was generated. */
Expand Down

0 comments on commit 7f315ef

Please sign in to comment.