public class EntityBuildContextForIntent
extends EntityBuildContext
public EntityBuildContextForIntent(@NotNull
ai.tock.nlp.core.Intent intent,
@NotNull
java.util.Locale language,
@NotNull
ai.tock.nlp.core.NlpEngineType engineType,
@NotNull
java.lang.String applicationName)
public EntityBuildContextForIntent(@NotNull
ai.tock.nlp.core.BuildContext context,
@NotNull
ai.tock.nlp.core.Intent intent)
public EntityBuildContextForIntent(@NotNull
ai.tock.nlp.core.CallContext context,
@NotNull
ai.tock.nlp.core.Intent intent)
public EntityBuildContextForIntent(@NotNull
ai.tock.nlp.core.quality.TestContext context,
@NotNull
ai.tock.nlp.core.Intent intent)
@NotNull public EntityContextKey key()
@NotNull
public java.util.List<ai.tock.nlp.core.sample.SampleExpression> select(@NotNull
java.util.List<ai.tock.nlp.core.sample.SampleExpression> expressions)
Returns expressions for this context
@NotNull public ai.tock.nlp.core.Intent getIntent()