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