Class GetDialogNodeOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.GetDialogNodeOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetDialogNodeOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getDialogNode options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDialogNodeOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
dialogNode()
Gets the dialogNode.Boolean
includeAudit()
Gets the includeAudit.GetDialogNodeOptions.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 GetDialogNodeOptions 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
-
includeAudit
Gets the includeAudit.Whether to include the audit properties (`created` and `updated` timestamps) in the response.
- Returns:
- the includeAudit
-