Skip to content

Commit 3d5027f

Browse files
committed
chore(conversation): apply hand-written changes
1 parent 1aca527 commit 3d5027f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

conversation/v1-generated.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ class ConversationV1 extends BaseService {
20962096
* carriage return, newline, or tab characters, and it must be no longer than 2048 characters.
20972097
* @param {string} [params.parent] - The ID of the parent dialog node.
20982098
* @param {string} [params.previous_sibling] - The ID of the previous dialog node.
2099-
* @param {DialogNodeOutput} [params.output] - The output of the dialog node. For more information about how to
2099+
* @param {Object} [params.output] - The output of the dialog node. For more information about how to
21002100
* specify dialog node output, see the
21012101
* [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex).
21022102
* @param {Object} [params.context] - The context for the dialog node.
@@ -2332,7 +2332,7 @@ class ConversationV1 extends BaseService {
23322332
* contain carriage return, newline, or tab characters, and it must be no longer than 2048 characters.
23332333
* @param {string} [params.new_parent] - The ID of the parent dialog node.
23342334
* @param {string} [params.new_previous_sibling] - The ID of the previous sibling dialog node.
2335-
* @param {DialogNodeOutput} [params.new_output] - The output of the dialog node. For more information about how to
2335+
* @param {Object} [params.new_output] - The output of the dialog node. For more information about how to
23362336
* specify dialog node output, see the
23372337
* [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex).
23382338
* @param {Object} [params.new_context] - The context for the dialog node.
@@ -3187,7 +3187,7 @@ namespace ConversationV1 {
31873187
/** The ID of the previous dialog node. */
31883188
previous_sibling?: string;
31893189
/** 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;
31913191
/** The context for the dialog node. */
31923192
context?: Object;
31933193
/** The metadata for the dialog node. */
@@ -3312,7 +3312,7 @@ namespace ConversationV1 {
33123312
/** The ID of the previous sibling dialog node. */
33133313
new_previous_sibling?: string;
33143314
/** 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;
33163316
/** The context for the dialog node. */
33173317
new_context?: Object;
33183318
/** The metadata for the dialog node. */
@@ -3475,7 +3475,7 @@ namespace ConversationV1 {
34753475
/** The ID of the previous dialog node. */
34763476
previous_sibling?: string;
34773477
/** 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;
34793479
/** The context for the dialog node. */
34803480
context?: Object;
34813481
/** The metadata for the dialog node. */
@@ -3561,7 +3561,7 @@ namespace ConversationV1 {
35613561
/** The ID of the previous sibling dialog node. This property is not returned if the dialog node has no previous sibling. */
35623562
previous_sibling?: string;
35633563
/** 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;
35653565
/** The context (if defined) for the dialog node. */
35663566
context?: Object;
35673567
/** Any metadata for the dialog node. */

0 commit comments

Comments
 (0)