public class Grammar extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
Grammar.Status
The status of the grammar:
* `analyzed`: The service successfully analyzed the grammar.
|
| Constructor and Description |
|---|
Grammar() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getError()
Gets the error.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.Long |
getOutOfVocabularyWords()
Gets the outOfVocabularyWords.
|
java.lang.String |
getStatus()
Gets the status.
|
equals, hashCode, toStringpublic java.lang.String getName()
public java.lang.Long getOutOfVocabularyWords()
public java.lang.String getStatus()
public java.lang.String getError()