Limit character length in entity node

how to limit character length in entity node, where user has to be allowed to type only 100 characterss

Hi @sureshd,

You can achieve this through webSDK.
In the bot builder, there is no direct provision to restrict the number of characters entered in the chat window text box.

In the webSDK, you can write Javascript code to limit the character length to 100 conditionally at the entity node.

Please refer to the following post that illustrates a solution for a similar requirement.

Let us know if you need any further calrification.

Regards,
Yoga Ramya