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

    • DialogNodeAction

      public DialogNodeAction()
  • Method Details

    • getName

      public String getName()
      Gets the name.

      The name of the action.

      Returns:
      the name
    • getType

      public String getType()
      Gets the type.

      The type of action to invoke.

      Returns:
      the type
    • getParameters

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

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

      Returns:
      the parameters
    • getResultVariable

      public String getResultVariable()
      Gets the resultVariable.

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

      Returns:
      the resultVariable
    • getCredentials

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