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 | Field and Description |
---|---|
protected java.lang.String |
dialogNode |
protected java.lang.Boolean |
includeAudit |
protected java.lang.String |
workspaceId |
Modifier | Constructor and Description |
---|---|
protected |
GetDialogNodeOptions(GetDialogNodeOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dialogNode()
Gets the dialogNode.
|
java.lang.Boolean |
includeAudit()
Gets the includeAudit.
|
GetDialogNodeOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
protected java.lang.String workspaceId
protected java.lang.String dialogNode
protected java.lang.Boolean includeAudit
protected GetDialogNodeOptions(GetDialogNodeOptions.Builder builder)
public GetDialogNodeOptions.Builder newBuilder()
public java.lang.String workspaceId()
Unique identifier of the workspace.
public java.lang.String dialogNode()
The dialog node ID (for example, `get_order`).
public java.lang.Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.