2
Reply

Bot Framework text format

priya b

priya b

Aug 23 2017 8:57 AM
327
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)