You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Object} [params.new_context] - The context for the dialog node.
@@ -3187,7 +3187,7 @@ namespace ConversationV1 {
3187
3187
/** The ID of the previous dialog node. */
3188
3188
previous_sibling?: string;
3189
3189
/** The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex). */
3190
-
output?: DialogNodeOutput;
3190
+
output?: Object;
3191
3191
/** The context for the dialog node. */
3192
3192
context?: Object;
3193
3193
/** The metadata for the dialog node. */
@@ -3312,7 +3312,7 @@ namespace ConversationV1 {
3312
3312
/** The ID of the previous sibling dialog node. */
3313
3313
new_previous_sibling?: string;
3314
3314
/** The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex). */
3315
-
new_output?: DialogNodeOutput;
3315
+
new_output?: Object;
3316
3316
/** The context for the dialog node. */
3317
3317
new_context?: Object;
3318
3318
/** The metadata for the dialog node. */
@@ -3475,7 +3475,7 @@ namespace ConversationV1 {
3475
3475
/** The ID of the previous dialog node. */
3476
3476
previous_sibling?: string;
3477
3477
/** The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex). */
3478
-
output?: DialogNodeOutput;
3478
+
output?: Object;
3479
3479
/** The context for the dialog node. */
3480
3480
context?: Object;
3481
3481
/** The metadata for the dialog node. */
@@ -3561,7 +3561,7 @@ namespace ConversationV1 {
3561
3561
/** The ID of the previous sibling dialog node. This property is not returned if the dialog node has no previous sibling. */
3562
3562
previous_sibling?: string;
3563
3563
/** The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex). */
3564
-
output?: DialogNodeOutput;
3564
+
output?: Object;
3565
3565
/** The context (if defined) for the dialog node. */
0 commit comments