| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.dialog.v1 |
The IBM Watson Dialog service Dialogs enhances application by providing
chitchat for topics outside of a corpus and for giving context to a user's
questions.
|
| com.ibm.watson.developer_cloud.dialog.v1.model |
Dialog service POJOs
|
| Modifier and Type | Method and Description |
|---|---|
List<NameValue> |
DialogService.getProfile(String dialogId,
Integer clientId)
Returns a list of name-value pars associated with a client id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialogService.updateProfile(String dialogId,
Integer clientId,
List<NameValue> nameValues)
Updates a dialog profile with a list of
NameValue properties. |
| Modifier and Type | Method and Description |
|---|---|
NameValue |
NameValue.withName(String name)
With name.
|
NameValue |
NameValue.withValue(String value)
With value.
|
| Modifier and Type | Method and Description |
|---|---|
List<NameValue> |
ConversationData.getProfile()
Gets the profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationData.setProfile(List<NameValue> profile)
Sets the profile.
|
Copyright © 2015. All rights reserved.