eristemena / dialogflow-fulfillment-webhook-php

Dialogflow agent fulfillment PHP library supporting v1 & v2
MIT License
103 stars 47 forks source link

solves issue #28 #29

Closed flavazelli closed 5 years ago

flavazelli commented 5 years ago

removed reference to user id as it has become deprecated look here, meaning the undefined index error caused by calling $agent->getActionConversation will be resolved

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   94.96%   94.95%   -0.02%     
==========================================
  Files          35       35              
  Lines        1211     1208       -3     
==========================================
- Hits         1150     1147       -3     
  Misses         61       61
Impacted Files Coverage Δ
src/Action/User.php 100% <ø> (ø) :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 e800d05...4f5bb54. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   94.96%   94.95%   -0.02%     
==========================================
  Files          35       35              
  Lines        1211     1208       -3     
==========================================
- Hits         1150     1147       -3     
  Misses         61       61
Impacted Files Coverage Δ
src/Action/User.php 100% <ø> (ø) :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 e800d05...4f5bb54. Read the comment docs.