Package | Description |
---|---|
com.ibm.watson.developer_cloud.dialog.v1 |
Dialog v1 (deprecated).
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<Conversation> |
DialogService.converse(Conversation conversation,
String newMessage)
Deprecated.
Starts or continue conversations.
|
ServiceCall<Conversation> |
DialogService.createConversation(String dialogId)
Deprecated.
Starts or continue conversations.
|
Modifier and Type | Method and Description |
---|---|
ServiceCall<Conversation> |
DialogService.converse(Conversation conversation,
String newMessage)
Deprecated.
Starts or continue conversations.
|
ServiceCall<Map<String,String>> |
DialogService.getProfile(Conversation conversation,
String... names)
Deprecated.
Returns a list of name-value pars associated with a client id.
|
ServiceCall<Void> |
DialogService.updateProfile(Conversation conversation,
Map<String,String> profile)
Deprecated.
Updates a profile with a Map of key-value variables.
Profile variables are case sensitive. |
Copyright © 2015–2016 IBM Watson. All rights reserved.