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
Sending text messages is only one part of dialogue.
Equally important is events emitted by client side of connection.
For example I want to trigger hello event of Sockets connector to make bot send the greeting before user starts typing.
And I want to send a custom message type from frontend to make my bot perform certain action.
This seems to be very specific to Botkit. Can you point me to some information about this "SocketBot" - I don't know what this is used for actually, and I cannot find documentation about it.
Sending text messages is only one part of dialogue.
Equally important is events emitted by client side of connection.
For example I want to trigger
hello
event of Sockets connector to make bot send the greeting before user starts typing.And I want to send a custom message type from frontend to make my bot perform certain action.
The text was updated successfully, but these errors were encountered: