We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545f1a5 commit 8155c23Copy full SHA for 8155c23
src/IBM.WatsonDeveloperCloud.Conversation.v1/Model/DialogNode.cs
@@ -318,7 +318,7 @@ public enum DigressOutSlotsEnum
318
/// [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex).
319
/// </value>
320
[JsonProperty("output", NullValueHandling = NullValueHandling.Ignore)]
321
- public DialogNodeOutput Output { get; set; }
+ public dynamic Output { get; set; }
322
/// <summary>
323
/// The context (if defined) for the dialog node.
324
/// </summary>
0 commit comments