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 class
DialogNodeAction.Builder
Builder.static interface
DialogNodeAction.Type
The type of action to invoke. -
Method Summary
Modifier and Type Method Description String
credentials()
Gets the credentials.String
name()
Gets the name.DialogNodeAction.Builder
newBuilder()
New builder.Map<String,Object>
parameters()
Gets the parameters.String
resultVariable()
Gets the resultVariable.String
type()
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
-