public class GetCounterexampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetCounterexampleOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
includeAudit()
Gets the includeAudit.
|
GetCounterexampleOptions.Builder |
newBuilder()
New builder.
|
String |
text()
Gets the text.
|
String |
workspaceId()
Gets the workspaceId.
|
public GetCounterexampleOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String text()
The text of a user input counterexample (for example, `What are you wearing?`).
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2024 IBM Cloud. All rights reserved.