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
Hi, i have installed this driver in my project, however I cannot seem to make it work. I tried different botman methods like say and reply in the botman.php (in resource) to hear the action from dialogflow (simple intent) it is not picking up anything since diaglogflow- diagnostic is saying it is getting an empty response back. However, when i returned this in the handle() in the BotmanController then I am getting a response.
Hi, i have installed this driver in my project, however I cannot seem to make it work. I tried different botman methods like say and reply in the botman.php (in resource) to hear the action from dialogflow (simple intent) it is not picking up anything since diaglogflow- diagnostic is saying it is getting an empty response back. However, when i returned this in the handle() in the BotmanController then I am getting a response.
return [
'payload' => (object)[
'google' => (object)[
//'expectUserResponse' => false,
'richResponse' => (object)[
'items' => (object)[
'simpleResponse' => (object)[
'textToSpeech' => "You reach the Hot Water Maintenance Conversation",
]
]
]
]
]
];
The text was updated successfully, but these errors were encountered: