Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this driver still WIP #4

Open
arch2603 opened this issue Jul 8, 2021 · 0 comments
Open

Is this driver still WIP #4

arch2603 opened this issue Jul 8, 2021 · 0 comments

Comments

@arch2603
Copy link

arch2603 commented Jul 8, 2021

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",
]
]
]
]
]
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant