public class UpdateCounterexampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateCounterexampleOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
includeAudit()
Gets the includeAudit.
|
UpdateCounterexampleOptions.Builder |
newBuilder()
New builder.
|
String |
newText()
Gets the newText.
|
String |
text()
Gets the text.
|
String |
workspaceId()
Gets the workspaceId.
|
public UpdateCounterexampleOptions.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 String newText()
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 © 2024 IBM Cloud. All rights reserved.