public class Intent
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
created |
protected java.lang.String |
description |
protected java.util.List<Example> |
examples |
protected java.lang.String |
intent |
protected java.util.Date |
updated |
Constructor and Description |
---|
Intent() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.util.List<Example> |
getExamples()
Gets the examples.
|
java.lang.String |
getIntent()
Gets the intent.
|
java.util.Date |
getUpdated()
Gets the updated.
|
protected java.lang.String intent
protected java.lang.String description
protected java.util.Date created
protected java.util.Date updated
protected java.util.List<Example> examples
public java.lang.String getIntent()
The name of the intent. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, underscore, hyphen, and dot characters. - It cannot begin with the reserved prefix `sys-`.
public java.lang.String getDescription()
The description of the intent. This string cannot contain carriage return, newline, or tab characters.
public java.util.Date getCreated()
The timestamp for creation of the object.
public java.util.Date getUpdated()
The timestamp for the most recent update to the object.
public java.util.List<Example> getExamples()
An array of user input examples for the intent.