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 9718770 commit dc0a023Copy full SHA for dc0a023
assistant/src/main/java/com/ibm/watson/assistant/v1/model/UpdateDialogNode.java
@@ -721,4 +721,8 @@ public Date updated() {
721
public Map<String, Object> asPatch() {
722
return GsonSingleton.getGsonWithSerializeNulls().fromJson(this.toString(), Map.class);
723
}
724
+
725
+ public String toString() {
726
+ return GsonSingleton.getGsonWithSerializeNulls().toJson(this);
727
+ }
728
0 commit comments