public class MessageOutput
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
MessageOutput() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DialogNodeAction> |
getActions()
Gets the actions.
|
MessageOutputDebug |
getDebug()
Gets the debug.
|
java.util.List<RuntimeEntity> |
getEntities()
Gets the entities.
|
java.util.List<DialogRuntimeResponseGeneric> |
getGeneric()
Gets the generic.
|
java.util.List<RuntimeIntent> |
getIntents()
Gets the intents.
|
java.util.Map |
getUserDefined()
Gets the userDefined.
|
public java.util.List<DialogRuntimeResponseGeneric> getGeneric()
public java.util.List<RuntimeIntent> getIntents()
public java.util.List<RuntimeEntity> getEntities()
public java.util.List<DialogNodeAction> getActions()
public MessageOutputDebug getDebug()
public java.util.Map getUserDefined()