cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello there,

many customers are unsatisfied with the feature which disables all Trigger Skill buttons in the conversation after sending an answer to the chatbot. This making especially the disambugiation skill less relevant! For example:

Imagine you aren't quite sure which skill to use after the Disambugiation and you try the first button. Then you aren't quite satisfied with the answer and want to check out the other option but you aren't able to.

For the Webchat implementation I tried to change the constant "disableButton" from 'true' to 'false', but then the chatbot stopped working properly.

Please change this feature to working Trigger Skill buttons, so our customers can continue their conversations as normal.
Thank you

0 Likes
View Entire Topic
roypappachan
Explorer
0 Likes

@phuesch, I used to use "postback" for buttons so that users can use it again as it will trigger the expression and find the suitable intent and skill. "Trigger skill" is an option where we really don't want users to use the same button again in the same context.

Thanks,

Roy