Class LexEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class LexEvent
    extends java.lang.Object
    implements java.io.Serializable
    represents a Lex event
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  LexEvent.Bot
      Represents a Lex bot
      class  LexEvent.CurrentIntent
      models CurrentIntent of Lex event
    • Constructor Summary

      Constructors 
      Constructor Description
      LexEvent()  
    • Method Summary

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

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

      • LexEvent

        public LexEvent()
    • Method Detail

      • getSessionAttributes

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