You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
Hi,
I was testing a Card message directly from the Dialoglow console when I realised my webhook script is producing this warning: Undefined index: DIALOGFLOW_CONSOLE in /[...]/vendor/eristemena/dialogflow-fulfillment-webhook-php/src/RichMessage/Card.php on line 210. I'm using PHP 7.3.
Not a big deal, but could you maybe add DIALOGFLOW_CONSOLE to $v2PlatformMap in RichMessage.php at line 16?
Also, since it supports rich messages, it could be added to $supportedRichMessagePlatforms also.
This seems to work:
Hi,
I was testing a Card message directly from the Dialoglow console when I realised my webhook script is producing this warning:
Undefined index: DIALOGFLOW_CONSOLE in /[...]/vendor/eristemena/dialogflow-fulfillment-webhook-php/src/RichMessage/Card.php on line 210
. I'm using PHP 7.3.Not a big deal, but could you maybe add DIALOGFLOW_CONSOLE to
$v2PlatformMap
in RichMessage.php at line 16?Also, since it supports rich messages, it could be added to
$supportedRichMessagePlatforms
also.This seems to work:
Thanks.
Luca
The text was updated successfully, but these errors were encountered: