Skip to content

Commit a75fab5

Browse files
[dialog] Deprecate the old method in favor of #177
1 parent f43770c commit a75fab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/ibm/watson/developer_cloud/dialog/v1/DialogService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ public Conversation converse(final Conversation conversation, String newMessage)
148148
*
149149
* @param params the params
150150
* @return the {@link Conversation} with the response
151+
* @deprecated Use {@link DialogService#converse(Conversation, String)}
151152
*/
152153
public Conversation converse(final Map<String, Object> params) {
153154

0 commit comments

Comments
 (0)