Package | Description |
---|---|
com.ibm.watson.developer_cloud.conversation.v1.model |
Modifier and Type | Method and Description |
---|---|
MessageRequest.Builder |
MessageRequest.Builder.alternateIntents(Boolean alternateIntents)
Sets the alternate intents flag.
|
MessageRequest.Builder |
MessageRequest.Builder.context(Map<String,Object> context)
Sets the context/state which is to be sent to the message API as a part of the service request.
|
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. |
MessageRequest.Builder |
MessageRequest.Builder.entity(Entity entity)
Adds an entity to the list of entities to be send as part of the request.
|
MessageRequest.Builder |
MessageRequest.Builder.input(Map<String,Object> input)
Sets the input which is to be sent to the message API as a part of the service request.
|
MessageRequest.Builder |
MessageRequest.Builder.inputText(String text)
Sets the input text which is to be sent to the message API as a part of the service request.
|
MessageRequest.Builder |
MessageRequest.Builder.intent(Intent intent)
Adds an intent to the list of intents to be send as part of the request.
|
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. |
MessageRequest.Builder |
MessageRequest.newBuilder()
New builder.
|
Copyright © 2015–2016 IBM Watson. All rights reserved.