The DialogflowEvent Object¶
-
class
DialogflowEvent(event, lambdaContext)¶ The
dialogflowEventobject contains all the information from the Voxa event, it’s an object kept for the entire lifecycle of the state machine transitions and as such is a perfect place for middleware to put information that should be available on every request.-
DialogflowEvent.DialogflowEvent.google.conv¶ The conversation instance that contains the raw input sent by Dialogflow
-