public class CreateIntent extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CreateIntent.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
description()
Gets the description. 
 | 
java.util.List<CreateExample> | 
examples()
Gets the examples. 
 | 
java.lang.String | 
intent()
Gets the intent. 
 | 
CreateIntent.Builder | 
newBuilder()
New builder. 
 | 
equals, hashCode, toStringpublic CreateIntent.Builder newBuilder()
public java.lang.String intent()
public java.lang.String description()
public java.util.List<CreateExample> examples()