Re: java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-10 Thread Jony Hudson
"text" "Can I help you with > anything else?" > } > } > "shouldEndSession" true > } >}) > > > When I type "lein uberja

Re: java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-10 Thread Laws
"content" outputSpeech-text >>> } >>> "reprompt" { >>> "outputSpeech" { >>> "typ

Re: java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-10 Thread Laws
" company-name) >> "content" outputSpeech-text >> } >> "reprompt" { >> "outputSpeech" { >> "type" &

Re: java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-10 Thread Laws
or " company-name) >> "content" outputSpeech-text >> } >> "reprompt" { >> "outputSpeech" { >> "type" "PlainText" >>

Re: java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-10 Thread James Elliott
Ah, but it actually does make sense now! > Exception in thread "main" java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector, compiling:(server.clj:1:1) The compiler is complaining about finding "(make-response"… where it was

Re: java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-09 Thread Laws
tputSpeech" { > "type" "PlainText" > "text" "Can I help you with > anything else?" > } >

java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-09 Thread Laws
"outputSpeech" { "type" "PlainText" "text" "Can I help you with anything else?" }

Re: java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-09 Thread James Elliott
inText" > "text" "Can I help you with > anything else?" > } > } > "shouldEndSession" true >

Re: java.lang.IllegalArgumentException: Parameter declaration make-response should be a vector

2016-01-09 Thread Laws
;Can I help you with > anything else?" > } > } > "shouldEndSession" true > } >}) > > > When I type "lein uberjar" at the command line I