public class AlexaIntentFilter
| Constructor and Description |
|---|
AlexaIntentFilter(java.lang.String intent,
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter> slots) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter> |
component2() |
AlexaIntentFilter |
copy(java.lang.String intent,
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter> slots) |
boolean |
equals(java.lang.Object p) |
java.lang.String |
getIntent() |
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter> |
getSlots() |
int |
hashCode() |
java.lang.String |
toString() |
public AlexaIntentFilter(@NotNull
java.lang.String intent,
@NotNull
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter> slots)
@NotNull public java.lang.String getIntent()
@NotNull public java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter> getSlots()
@NotNull public java.lang.String component1()
@NotNull public java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter> component2()
@NotNull public AlexaIntentFilter copy(@NotNull java.lang.String intent, @NotNull java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaSlotFilter> slots)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)