Class DialogNodeAction
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.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 classDialogNodeAction.BuilderBuilder.static interfaceDialogNodeAction.TypeThe type of action to invoke. -
Method Summary
Modifier and Type Method Description Stringcredentials()Gets the credentials.Stringname()Gets the name.DialogNodeAction.BuildernewBuilder()New builder.Map<String,Object>parameters()Gets the parameters.StringresultVariable()Gets the resultVariable.Stringtype()Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a DialogNodeAction builder
-
name
Gets the name.The name of the action.
- Returns:
- the name
-
type
Gets the type.The type of action to invoke.
- Returns:
- the type
-
parameters
Gets the parameters.A map of key/value pairs to be provided to the action.
- Returns:
- the parameters
-
resultVariable
Gets the resultVariable.The location in the dialog context where the result of the action is stored.
- Returns:
- the resultVariable
-
credentials
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
-