summaryrefslogtreecommitdiffstats
path: root/model/command_response.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/command_response.go')
-rw-r--r--model/command_response.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/command_response.go b/model/command_response.go
index 001384864..9314f38ef 100644
--- a/model/command_response.go
+++ b/model/command_response.go
@@ -16,6 +16,7 @@ const (
type CommandResponse struct {
ResponseType string `json:"response_type"`
Text string `json:"text"`
+ GotoLocation string `json:"goto_location"`
Attachments interface{} `json:"attachments"`
}