Class EntityBuildContextForIntent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Intent getIntent()
      EntityContextKey key()
      List<SampleExpression> select(List<SampleExpression> expressions) Returns expressions for this context
      • Methods inherited from class ai.tock.nlp.model.EntityContext

        getApplicationName, getEngineType, getLanguage, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntityBuildContextForIntent

        EntityBuildContextForIntent(BuildContext context, Intent intent)
      • EntityBuildContextForIntent

        EntityBuildContextForIntent(CallContext context, Intent intent)
      • EntityBuildContextForIntent

        EntityBuildContextForIntent(TestContext context, Intent intent)
      • EntityBuildContextForIntent

        EntityBuildContextForIntent(Intent intent, Locale language, NlpEngineType engineType, String applicationName)