| Package | Description | 
|---|---|
| com.ibm.watson.developer_cloud.conversation.v1.model | 
| Modifier and Type | Method and Description | 
|---|---|
List<Entity> | 
MessageRequest.entities()
Returns the entity list. 
 | 
List<Entity> | 
MessageResponse.getEntities()
Returns the list of entities as detected by the service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MessageRequest.Builder | 
MessageRequest.Builder.entity(Entity entity)
Adds an entity to the list of entities to be send as part of the request. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MessageRequest.Builder | 
MessageRequest.Builder.entities(List<Entity> entities)
Sets the list the entities to be send as part of the request. 
Existing entities will be replaced.  | 
void | 
MessageResponse.setEntities(List<Entity> entities)
Sets a list of entities as detected by the service. 
 | 
Copyright © 2015–2016 IBM Watson. All rights reserved.