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