Class DialogNodeAction
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.DialogNodeAction
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DialogNodeAction
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DialogNodeAction.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DialogNodeAction.Type
The type of action to invoke. -
Constructor Summary
Constructors Constructor Description DialogNodeAction()
-
Method Summary
Modifier and Type Method Description String
getCredentials()
Gets the credentials.String
getName()
Gets the name.Map<String,Object>
getParameters()
Gets the parameters.String
getResultVariable()
Gets the resultVariable.String
getType()
Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DialogNodeAction
public DialogNodeAction()
-
-
Method Details
-
getName
Gets the name.The name of the action.
- Returns:
- the name
-
getType
Gets the type.The type of action to invoke.
- Returns:
- the type
-
getParameters
Gets the parameters.A map of key/value pairs to be provided to the action.
- Returns:
- the parameters
-
getResultVariable
Gets the resultVariable.The location in the dialog context where the result of the action is stored.
- Returns:
- the resultVariable
-
getCredentials
Gets the credentials.The name of the context variable that the client application will use to pass in credentials for the action.
- Returns:
- the credentials
-