Class UpdateDialogNodeNullableOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.UpdateDialogNodeNullableOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateDialogNodeNullableOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateDialogNodeNullable options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateDialogNodeNullableOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description Map<String,Object>
body()
Gets the body.String
dialogNode()
Gets the dialogNode.Boolean
includeAudit()
Gets the includeAudit.UpdateDialogNodeNullableOptions.Builder
newBuilder()
New builder.String
workspaceId()
Gets the workspaceId.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a UpdateDialogNodeNullableOptions builder
-
workspaceId
Gets the workspaceId.Unique identifier of the workspace.
- Returns:
- the workspaceId
-
dialogNode
Gets the dialogNode.The dialog node ID (for example, `node_1_1479323581900`).
- Returns:
- the dialogNode
-
body
Gets the body.The updated content of the dialog node.
Any elements included in the new data will completely replace the equivalent existing elements, including all subelements. (Previously existing subelements are not retained unless they are also included in the new data.) For example, if you update the actions for a dialog node, the previously existing actions are discarded and replaced with the new actions specified in the update.
- Returns:
- the body
-
includeAudit
Gets the includeAudit.Whether to include the audit properties (`created` and `updated` timestamps) in the response.
- Returns:
- the includeAudit
-