botman / driver-amazon-alexa

BotMan Amazon Alexa Driver
MIT License
14 stars 11 forks source link

Update AmazonAlexaDriver.php #3

Closed f2m2rd closed 6 years ago

f2m2rd commented 6 years ago

Added SESSION_ENDED_REQUEST event type Added intent is not null and slots key exists check before adding extra slots to the message Added shouldEndSession parameter option to sendPayload, which defaults to false.

codecov[bot] commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.21%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #3      +/-   ##
===========================================
+ Coverage     90.58%   90.8%   +0.21%     
- Complexity       27      30       +3     
===========================================
  Files             2       2              
  Lines            85      87       +2     
===========================================
+ Hits             77      79       +2     
  Misses            8       8
Impacted Files Coverage Δ Complexity Δ
src/AmazonAlexaDriver.php 96.07% <100%> (+0.16%) 20 <0> (+3) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ed1abc4...ec830bb. Read the comment docs.