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
Operating Environment (please complete the following information):
mmpy_bot Version: 2.1.4
mattermostautodriver Version: 1.2.2
Python Version: 3.8
OS: Windows 10
Additional context
Hello there. Recently I've tried some code with mmpy_bot so that making chat bots, most of things are going good, except webhook dialog.
I found old version of 'webhook example.py' like below and there is code about 'dialog' case, where user can input some texts like survey.
But when it comes to 2.x.x, that example is not anywhere now and there is no clue about the dialog webhook.
I wanna set some survey form in chat bot, not only interactive buttons, so is there any available example of dialog(or something like text input function) in python using mmpy-bot?
(With below code now, Error occured.)
AttributeError: 'IntegrationActions' object has no attribute 'open_dialog'
Operating Environment (please complete the following information):
Additional context
Hello there. Recently I've tried some code with mmpy_bot so that making chat bots, most of things are going good, except webhook dialog.
I found old version of 'webhook example.py' like below and there is code about 'dialog' case, where user can input some texts like survey.
But when it comes to 2.x.x, that example is not anywhere now and there is no clue about the dialog webhook.
I wanna set some survey form in chat bot, not only interactive buttons, so is there any available example of dialog(or something like text input function) in python using mmpy-bot?
(With below code now, Error occured.)
AttributeError: 'IntegrationActions' object has no attribute 'open_dialog'
The text was updated successfully, but these errors were encountered: