public class UpdateDialogNodeNullableOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateDialogNodeNullableOptions.Builder
Builder.
|
Modifier and Type | Method and 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.
|
public UpdateDialogNodeNullableOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String dialogNode()
The dialog node ID (for example, `node_1_1479323581900`).
public Map<String,Object> 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.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2024 IBM Cloud. All rights reserved.