-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
I attempted to do a pull request to add in widget buttons, incoming messages with the type 'CARD_CLICKED' still need support. |
@jamenlang is it solved or not ? I cant show the button in hangouts driver |
@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. |
@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. |
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. |
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.
The text was updated successfully, but these errors were encountered: