Skip to content

Commit 7f315ef

Browse files
authored
Merge pull request #818 from watson-developer-cloud/assistant-patches
Assistant patches
2 parents 5b7ffd5 + c3d4b7e commit 7f315ef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

assistant/v1.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3715,6 +3715,8 @@ 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;
37183720
}
37193721

37203722
/** CreateEntity. */

assistant/v2.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ namespace AssistantV2 {
452452
actions?: DialogNodeAction[];
453453
/** Additional detailed information about a message response and how it was generated. */
454454
debug?: MessageOutputDebug;
455+
/** 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. */
456+
user_defined?: Object;
455457
}
456458

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

0 commit comments

Comments
 (0)