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

Button support in widgets? #5

Open
jamenlang opened this issue Dec 12, 2018 · 6 comments
Open

Button support in widgets? #5

jamenlang opened this issue Dec 12, 2018 · 6 comments

Comments

@jamenlang
Copy link

I see on botman.io that buttons are supported, but I can't get the ExampleConversation buttons to show up when replies for 'start conversation' come in.

@jamenlang
Copy link
Author

I attempted to do a pull request to add in widget buttons, incoming messages with the type 'CARD_CLICKED' still need support.

@tyghaykal
Copy link

@jamenlang is it solved or not ? I cant show the button in hangouts driver

@jamenlang
Copy link
Author

@tyghaykal unfortunately I haven't looked at this in years, I I doubt the developers have either. I ended up writing my own implementation of a bot with buttons for my own needs.

@tyghaykal
Copy link

@jamenlang i thought so, the developer abandoned this package. Even I want to send message with say method, it will not send anymore. If its possible, can you share to me your code? Its ok if you cant.

@jamenlang
Copy link
Author

I have a google developer api project using https. for web serving / certificate i'm using apache and proxying to another port for python, using google's flask examples as the bot. It makes calls to a php script on another server to do the heavy lifting.

it's very kludgy, but it does work, too bad i had to jump through so many hoops when this project looks so clean.

if you're interested in stripped down examples of what i have; i added you to a private repo.

@tyghaykal
Copy link

I have a google developer api project using https. for web serving / certificate i'm using apache and proxying to another port for python, using google's flask examples as the bot. It makes calls to a php script on another server to do the heavy lifting.

it's very kludgy, but it does work, too bad i had to jump through so many hoops when this project looks so clean.

if you're interested in stripped down examples of what i have; i added you to a private repo.

Thank you so much, really appreciate your kindness. I will check the repo first. I hope this one can solve my problem. Again, thank you.

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

2 participants