| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.dialog.v1.model |
Dialog service POJOs
|
| Modifier and Type | Method and Description |
|---|---|
HitNode |
HitNode.withDetails(String details)
With details.
|
HitNode |
HitNode.withLabel(String label)
With label.
|
HitNode |
HitNode.withNodeId(int nodeId)
With node id.
|
HitNode |
HitNode.withType(String type)
With type.
|
| Modifier and Type | Method and Description |
|---|---|
List<HitNode> |
ConversationData.getHitNodes()
Gets the hit nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationData.setHitNodes(List<HitNode> hitNodes)
Sets the hit nodes.
|
ConversationData |
ConversationData.withHitNodes(List<HitNode> hitNodes)
With hit nodes.
|
Copyright © 2015. All rights reserved.