Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Google API AI,我们创建了
我们需要 html 格式的响应,例如
<b>Welcome</b>, How are you?
简而言之,我将如何在响应中应用 HTML 标记
API.AI 默认响应仅为简单文本。要包含格式化文本,您必须使用特定于平台的响应。例如,使用 Google Assistant 集成添加粗体文本:
+
Google Assistant
Add Message content
Simple Response
*
**Welcome**, How are you?
以下是一些截图: