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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DialogNodeOutputModifiers.Builder
Builder. -
Method Summary
Modifier and Type Method Description DialogNodeOutputModifiers.Builder
newBuilder()
New builder.Boolean
overwrite()
Gets the overwrite.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a DialogNodeOutputModifiers builder
-
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
-