public class IntentExport extends GenericModel
Constructor and Description |
---|
IntentExport() |
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 |
getIntentName()
Gets the intentName.
|
java.util.Date |
getUpdated()
Gets the updated.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setExamples(java.util.List<Example> examples)
Sets the examples.
|
void |
setIntentName(java.lang.String intentName)
Sets the intentName.
|
equals, hashCode, toString
public java.lang.String getIntentName()
public java.util.Date getCreated()
public java.util.Date getUpdated()
public java.lang.String getDescription()
public java.util.List<Example> getExamples()
public void setIntentName(java.lang.String intentName)
intentName
- the new intentNamepublic void setDescription(java.lang.String description)
description
- the new descriptionpublic void setExamples(java.util.List<Example> examples)
examples
- the new examples