public class AlexaLanguageModel
| Constructor and Description |
|---|
AlexaLanguageModel(java.lang.String invocationName,
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaType> types,
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntent> intents) |
AlexaLanguageModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaType> |
component2() |
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntent> |
component3() |
AlexaLanguageModel |
copy(java.lang.String invocationName,
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaType> types,
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntent> intents) |
boolean |
equals(java.lang.Object p) |
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntent> |
getIntents() |
java.lang.String |
getInvocationName() |
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaType> |
getTypes() |
int |
hashCode() |
java.lang.String |
toString() |
public AlexaLanguageModel(@NotNull
java.lang.String invocationName,
@NotNull
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaType> types,
@NotNull
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntent> intents)
public AlexaLanguageModel()
@NotNull public java.lang.String getInvocationName()
@NotNull public java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaType> getTypes()
@NotNull public java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntent> getIntents()
@NotNull public java.lang.String component1()
@NotNull public java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaType> component2()
@NotNull public java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntent> component3()
@NotNull public AlexaLanguageModel copy(@NotNull java.lang.String invocationName, @NotNull java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaType> types, @NotNull java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntent> intents)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)