Skip to content

Commit 8155c23

Browse files
committed
refactor(dialogNodeOutput):change dialogNodeOutput to dyanamic
1 parent 545f1a5 commit 8155c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBM.WatsonDeveloperCloud.Conversation.v1/Model/DialogNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public enum DigressOutSlotsEnum
318318
/// [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex).
319319
/// </value>
320320
[JsonProperty("output", NullValueHandling = NullValueHandling.Ignore)]
321-
public DialogNodeOutput Output { get; set; }
321+
public dynamic Output { get; set; }
322322
/// <summary>
323323
/// The context (if defined) for the dialog node.
324324
/// </summary>

0 commit comments

Comments
 (0)