Hi,
Could you please help me to format labels with bold in send response action:
"Welcome to ABC\n"+"First Name:"+Flow.FirstName+"\n Last Name:"+Flow.LastName+"\n Account Number:"+Flow.Account
I want to display labels First Name, Last Name and Account in Bold.
It is displaying currently like below:
Welcome to ABC
First Name:John
Last Name:Smith
Account Number:123456789
In your Architect Inbound Chat flow, you must also use Message Style = Standard in your SendResponse action. The Genesys WebChat Widget will not process markdown format when using Message Style = Notice.
The markdown format for bold would be something like this: "Welcome to ABC\n"+"**First Name:**"+Flow.FirstName+"\n **Last Name:**"+Flow.LastName+"\n **Account Number:**"+Flow.Account