Skip to content

Commit

Permalink
Update LexResponse according to example and documentation. (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhdan-nyt authored and bmoffatt committed May 31, 2019
1 parent 6e3671a commit 4c210d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/lex.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type Slots map[string]*string

type LexResponse struct {
SessionAttributes SessionAttributes `json:"sessionAttributes,omitempty"`
DialogAction *LexDialogAction `json:"dialogAction,omitempty"`
DialogAction LexDialogAction `json:"dialogAction,omitempty"`
}

type LexResponseCard struct {
Expand Down

0 comments on commit 4c210d7

Please sign in to comment.