public class DialogNodeOutputOptionsElementValue
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| DialogNodeOutputOptionsElementValue() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<RuntimeEntity> | getEntities()Gets the entities. | 
| MessageInput | getInput()Gets the input. | 
| java.util.List<RuntimeIntent> | getIntents()Gets the intents. | 
| void | setEntities(java.util.List<RuntimeEntity> entities)Sets the entities. | 
| void | setInput(MessageInput input)Sets the input. | 
| void | setIntents(java.util.List<RuntimeIntent> intents)Sets the intents. | 
public MessageInput getInput()
public java.util.List<RuntimeIntent> getIntents()
public java.util.List<RuntimeEntity> getEntities()
public void setInput(MessageInput input)
input - the new inputpublic void setIntents(java.util.List<RuntimeIntent> intents)
intents - the new intentspublic void setEntities(java.util.List<RuntimeEntity> entities)
entities - the new entities