priya b

priya b

  • NA
  • 10
  • 2.8k

Bot Framework text format

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