public class UpdateExampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateExampleOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
includeAudit()
Gets the includeAudit.
|
String |
intent()
Gets the intent.
|
UpdateExampleOptions.Builder |
newBuilder()
New builder.
|
List<Mention> |
newMentions()
Gets the newMentions.
|
String |
newText()
Gets the newText.
|
String |
text()
Gets the text.
|
String |
workspaceId()
Gets the workspaceId.
|
public UpdateExampleOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String intent()
The intent name.
public String text()
The text of the user input example.
public String newText()
The text of the user input example. 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 List<Mention> newMentions()
An array of contextual entity mentions.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2024 IBM Cloud. All rights reserved.