Class ListAllLogsOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.ListAllLogsOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ListAllLogsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The listAllLogs options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListAllLogsOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
cursor()
Gets the cursor.String
filter()
Gets the filter.ListAllLogsOptions.Builder
newBuilder()
New builder.Long
pageLimit()
Gets the pageLimit.String
sort()
Gets the sort.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ListAllLogsOptions builder
-
filter
Gets the filter.A cacheable parameter that limits the results to those matching the specified filter. You must specify a filter query that includes a value for `language`, as well as a value for `request.context.system.assistant_id`, `workspace_id`, or `request.context.metadata.deployment`. For more information, see the [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-filter-reference#filter-reference).
- Returns:
- the filter
-
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
-
pageLimit
Gets the pageLimit.The number of records to return in each page of results.
- Returns:
- the pageLimit
-
cursor
Gets the cursor.A token identifying the page of results to retrieve.
- Returns:
- the cursor
-