2
Answers

Bot Framework text format

priya b

priya b

7y
342
1
i want to display welcome message with bold or some color in bot using Formflow, after publsihing following syntaxs are not working
** ,<b>,  <strong> and #  
 
Sample code:
 
ConnectorClient connector = new ConnectorClient(new Uri(message.ServiceUrl));
Activity reply = message.CreateReply("Hello from my SIMPLe Bot!");
connector.Conversations.ReplyToActivityAsync(reply);
 
Answers (2)
0
Suthahar J
NA 7.3k 587.3k 7y
Hi priya ,
 
You can refer below msdn document for format message text
 
 https://docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-create-messages
 
Thanks
Suthahar.J 
0
Suthahar J
NA 7.3k 587.3k 7y
Hi Priya ,
 

Based channels vary in there text attribute, Currently none if the channels support customization of the color and Font

Read more here :

https://docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-activities

https://blogs.msdn.microsoft.com/tsmatsuz/2016/08/31/microsoft-bot-framework-messages-howto-image-html-card-button-etc/
 
Thanks
Suthahar.J