Class ListLogsOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.ListLogsOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ListLogsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listLogs options.
  • Method Details

    • newBuilder

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

      public String workspaceId()
      Gets the workspaceId.

      Unique identifier of the workspace.

      Returns:
      the workspaceId
    • sort

      public String sort()
      Gets the sort.

      How to sort the returned log events. You can sort by **request_timestamp**. To reverse the sort order, prefix the parameter value with a minus sign (`-`).

      Returns:
      the sort
    • filter

      public String filter()
      Gets the filter.

      A cacheable parameter that limits the results to those matching the specified filter. For more information, see the [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-filter-reference#filter-reference).

      Returns:
      the filter
    • pageLimit

      public Long pageLimit()
      Gets the pageLimit.

      The number of records to return in each page of results.

      Returns:
      the pageLimit
    • cursor

      public String cursor()
      Gets the cursor.

      A token identifying the page of results to retrieve.

      Returns:
      the cursor