public class DialogNodeAction
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DialogNodeAction.Type
The type of action to invoke.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
credentials |
protected java.lang.String |
name |
protected java.util.Map<java.lang.String,java.lang.Object> |
parameters |
protected java.lang.String |
resultVariable |
protected java.lang.String |
type |
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.
|
protected java.lang.String name
protected java.lang.String type
protected java.util.Map<java.lang.String,java.lang.Object> parameters
@SerializedName(value="result_variable") protected java.lang.String resultVariable
protected java.lang.String credentials
public java.lang.String getName()
The name of the action.
public java.lang.String getType()
The type of action to invoke.
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
A map of key/value pairs to be provided to the action.
public java.lang.String getResultVariable()
The location in the dialog context where the result of the action is stored.
public java.lang.String getCredentials()
The name of the context variable that the client application will use to pass in credentials for the action.