Skip to content

Commit 4c210d7

Browse files
ezhdan-nytbmoffatt
authored andcommitted
Update LexResponse according to example and documentation. (#200)
1 parent 6e3671a commit 4c210d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/lex.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type Slots map[string]*string
4747

4848
type LexResponse struct {
4949
SessionAttributes SessionAttributes `json:"sessionAttributes,omitempty"`
50-
DialogAction *LexDialogAction `json:"dialogAction,omitempty"`
50+
DialogAction LexDialogAction `json:"dialogAction,omitempty"`
5151
}
5252

5353
type LexResponseCard struct {

0 commit comments

Comments
 (0)