ailistener-old

The central Server which transports webhook events from the Dialogflow bot to the local nodes
git clone git://archive.git.mtrnord.blog/OpenHomeAuto/ailistener-old.git
Log | Files | Refs | README | LICENSE

commit 6806aa1de0919b0ba6e7069466dbebafedb00aac
parent 4c49ea256db67c5798af675f558726c0f36569f9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  2 Jun 2018 10:42:15 +0200

Print correct struct

Diffstat:
MwsListener/server.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wsListener/server.go b/wsListener/server.go @@ -34,7 +34,7 @@ func DFHandler(w http.ResponseWriter, r *http.Request) { if err != nil { http.Error(w, err.Error(), http.StatusInternalServerError) } - log.Printf("%+v", dfr) + log.Printf("%+v", dfr.QueryResult) // Send back a fulfillment dff := &df.Fulfillment{