Using Google API AI, we have created
- Agent
- Intents
- User Say (Hi)
- Response
- Response Text (Welcome, How are you?)
- User Say (Hi)
We need Response in html format like
<b>Welcome</b>, How are you?
In short, How I will apply HTML tags in Response
Using Google API AI, we have created
We need Response in html format like
<b>Welcome</b>, How are you?
In short, How I will apply HTML tags in Response
API.AI default responses are simple text only. To include formatted text you must use platform specific response. For instance to add bold text with the Google Assistant integratiion:
+
in the responses and select Google Assistant
Add Message content
and then Simple Response
*
character (for your example **Welcome**, How are you?
)Here are some screenshots: