public class IntentContext implements ClassifierContext<T>
public IntentContext(@NotNull
ai.tock.nlp.core.Application application,
@NotNull
java.util.Locale language,
@NotNull
ai.tock.nlp.core.NlpEngineType engineType,
@NotNull
java.lang.String applicationName)
public IntentContext(@NotNull
ai.tock.nlp.core.CallContext callContext)
public IntentContext(@NotNull
ai.tock.nlp.core.quality.TestContext testContext)
public IntentContext(@NotNull
ai.tock.nlp.core.BuildContext buildContext)
@NotNull public ai.tock.nlp.model.IntentContext.IntentContextKey key()
@NotNull public ai.tock.nlp.core.Application getApplication()
@NotNull public java.util.Locale getLanguage()
@NotNull public ai.tock.nlp.core.NlpEngineType getEngineType()
@NotNull public java.lang.String getApplicationName()
@NotNull public ai.tock.nlp.core.Application component1()
@NotNull public java.util.Locale component2()
@NotNull public ai.tock.nlp.core.NlpEngineType component3()
@NotNull public java.lang.String component4()
@NotNull public IntentContext copy(@NotNull ai.tock.nlp.core.Application application, @NotNull java.util.Locale language, @NotNull ai.tock.nlp.core.NlpEngineType engineType, @NotNull java.lang.String applicationName)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)