We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3671a commit 4c210d7Copy full SHA for 4c210d7
events/lex.go
@@ -47,7 +47,7 @@ type Slots map[string]*string
47
48
type LexResponse struct {
49
SessionAttributes SessionAttributes `json:"sessionAttributes,omitempty"`
50
- DialogAction *LexDialogAction `json:"dialogAction,omitempty"`
+ DialogAction LexDialogAction `json:"dialogAction,omitempty"`
51
}
52
53
type LexResponseCard struct {
0 commit comments