public class AlexaFilter
Specify the intents you want to keep when exporting to Alexa model.
| Constructor and Description |
|---|
AlexaFilter(java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter> intents)
Specify the intents you want to keep when exporting to Alexa model.
|
AlexaFilter()
Specify the intents you want to keep when exporting to Alexa model.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter> |
component1() |
AlexaFilter |
copy(java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter> intents)
Specify the intents you want to keep when exporting to Alexa model.
|
boolean |
equals(java.lang.Object p) |
AlexaSlotFilter |
findSlot(IntentDefinition intent,
EntityDefinition entity) |
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter> |
getIntents() |
int |
hashCode() |
java.lang.String |
toString() |
public AlexaFilter(@NotNull
java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter> intents)
Specify the intents you want to keep when exporting to Alexa model.
public AlexaFilter()
Specify the intents you want to keep when exporting to Alexa model.
@Nullable public AlexaSlotFilter findSlot(@NotNull IntentDefinition intent, @NotNull EntityDefinition entity)
@NotNull public java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter> getIntents()
@NotNull public java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter> component1()
@NotNull public AlexaFilter copy(@NotNull java.util.List<ai.tock.nlp.front.shared.codec.alexa.AlexaIntentFilter> intents)
Specify the intents you want to keep when exporting to Alexa model.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)