Class LexEvent.CurrentIntent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    LexEvent

    public class LexEvent.CurrentIntent
    extends java.lang.Object
    implements java.io.Serializable
    models CurrentIntent of Lex event
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CurrentIntent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.Map<java.lang.String,​java.lang.String> getSlots()  
      • Methods inherited from class java.lang.Object

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

      • CurrentIntent

        public CurrentIntent()
    • Method Detail

      • getSlots

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getSlots()