Package 

Class Intent

  • All Implemented Interfaces:
    ai.tock.bot.definition.IntentAware

    
    public final class Intent
     implements IntentAware
                        

    An intent definition.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Intent.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Constructor Summary

      Constructors 
      Constructor Description
      Intent(String name)
    • Method Summary

      Modifier and Type Method Description
      Intent wrappedIntent()
      final String component1()
      final Intent copy(String name)
      final String getName() The qualified name of the intent.
      • Methods inherited from class ai.tock.bot.definition.Intent

        intentWithoutNamespace, wrap
      • Methods inherited from class ai.tock.bot.definition.IntentAware

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait