public class CreateCounterexampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateCounterexampleOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | includeAudit()Gets the includeAudit. | 
| CreateCounterexampleOptions.Builder | newBuilder()New builder. | 
| String | text()Gets the text. | 
| String | workspaceId()Gets the workspaceId. | 
public CreateCounterexampleOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String text()
The text of a user input marked as irrelevant input. This string must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2023 IBM Cloud. All rights reserved.