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.
  • Method Details

    • newBuilder

      public DialogNodeAction.Builder newBuilder()
      New builder.
      Returns:
      a DialogNodeAction builder
    • name

      public String name()
      Gets the name.

      The name of the action.

      Returns:
      the name
    • type

      public String type()
      Gets the type.

      The type of action to invoke.

      Returns:
      the type
    • parameters

      public Map<String,​Object> parameters()
      Gets the parameters.

      A map of key/value pairs to be provided to the action.

      Returns:
      the parameters
    • resultVariable

      public String resultVariable()
      Gets the resultVariable.

      The location in the dialog context where the result of the action is stored.

      Returns:
      the resultVariable
    • credentials

      public String 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