Class DialogNodeOutputModifiers

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DialogNodeOutputModifiers
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class DialogNodeOutputModifiers
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Options that modify how specified output is handled.
  • Method Details

    • newBuilder

      public DialogNodeOutputModifiers.Builder newBuilder()
      New builder.
      Returns:
      a DialogNodeOutputModifiers builder
    • overwrite

      public Boolean overwrite()
      Gets the overwrite.

      Whether values in the output will overwrite output values in an array specified by previously executed dialog nodes. If this option is set to `false`, new values will be appended to previously specified values.

      Returns:
      the overwrite