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