public class DialogNodeAction
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DialogNodeAction.TypeThe type of action to invoke. | 
| Constructor and Description | 
|---|
| DialogNodeAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCredentials()Gets the credentials. | 
| java.lang.String | getName()Gets the name. | 
| java.util.Map<java.lang.String,java.lang.Object> | getParameters()Gets the parameters. | 
| java.lang.String | getResultVariable()Gets the resultVariable. | 
| java.lang.String | getType()Gets the type. | 
public java.lang.String getName()
public java.lang.String getType()
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
public java.lang.String getResultVariable()
public java.lang.String getCredentials()