Hi Team ,
Could you please help me with the syntax how to configure cheat command in bot kit.
I am trying with the following
data.message =‘cheat language en’
return sdk.sendBotMessage(data,callback);
But it is not working
Hi Team ,
Could you please help me with the syntax how to configure cheat command in bot kit.
I am trying with the following
data.message =‘cheat language en’
return sdk.sendBotMessage(data,callback);
But it is not working
Hello @ruchi2912,
Since the cheat command is being used for setting a language, we recommend you use another method to define language in botkit. Please follow the steps provided in the linked community post.
Hope this helps!