public class Example
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Example.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Date | created()Gets the created. | 
| List<Mention> | mentions()Gets the mentions. | 
| Example.Builder | newBuilder()New builder. | 
| String | text()Gets the text. | 
| Date | updated()Gets the updated. | 
public Example.Builder newBuilder()
public String text()
The text of a 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> mentions()
An array of contextual entity mentions.
public Date created()
The timestamp for creation of the object.
public Date updated()
The timestamp for the most recent update to the object.
Copyright © 2023 IBM Cloud. All rights reserved.