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.
  • Method Details

    • newBuilder

      public GetDialogNodeOptions.Builder newBuilder()
      New builder.
      Returns:
      a GetDialogNodeOptions builder
    • workspaceId

      public String workspaceId()
      Gets the workspaceId.

      Unique identifier of the workspace.

      Returns:
      the workspaceId
    • dialogNode

      public String dialogNode()
      Gets the dialogNode.

      The dialog node ID (for example, `node_1_1479323581900`).

      Returns:
      the dialogNode
    • includeAudit

      public Boolean includeAudit()
      Gets the includeAudit.

      Whether to include the audit properties (`created` and `updated` timestamps) in the response.

      Returns:
      the includeAudit