> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/convai-unity-sdk/ui-and-presentation.md).

# UI 与呈现

Convai Unity SDK 随附一组可选的场景级 UI 组件。这些组件会使用运行时已生成的数据，并在你的场景中本地渲染——它们都不会向 Convai 发送数据，也不需要活动连接即可显示。

每个组件都是独立的。只添加你的训练模拟、交互体验或游戏所需的内容。

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>转录 UI</strong><br>使用内置预制件或自定义实现，为你的场景添加可滚动聊天或固定位置字幕显示。</td><td><a href="/pages/49fed70bb2b468bcc6348096af1fc53fdb0656ce">/pages/49fed70bb2b468bcc6348096af1fc53fdb0656ce</a></td></tr><tr><td><strong>转录历史与查询</strong><br>查询完整的房间轮次时间线，按参与者筛选，并从代码中响应转录变化。</td><td><a href="/pages/b846767a1ed5a04b3cfb93646c3c8472baf91067">/pages/b846767a1ed5a04b3cfb93646c3c8472baf91067</a></td></tr><tr><td><strong>聊天和字幕模式</strong><br>比较两种内置显示模式，配置 Inspector 字段，并添加针对每次响应的反馈按钮。</td><td><a href="/pages/6695eb978b08dbf5023b367d38af0912574c4f52">/pages/6695eb978b08dbf5023b367d38af0912574c4f52</a></td></tr><tr><td><strong>通知系统</strong><br>为会话错误、状态变化和自定义场景内事件显示类似 toast 的提醒。</td><td><a href="/pages/1e289d6d26e0f600f68032dc64a489bc29fe1a00">/pages/1e289d6d26e0f600f68032dc64a489bc29fe1a00</a></td></tr><tr><td><strong>设置面板</strong><br>为用户提供一个运行时面板，用于调整麦克风、转录模式和对话偏好。</td><td><a href="/pages/dddf624ca0ae7ec32afa0c9e601f2cb7c7ab2b6a">/pages/dddf624ca0ae7ec32afa0c9e601f2cb7c7ab2b6a</a></td></tr><tr><td><strong>自定义 UI 组件</strong><br>使用字符可见性筛选器或切换预制件，重新设置内置转录、通知和设置面板 UI 的样式。</td><td><a href="/pages/5f60eaa8d444f5ee8a995392852da827736d3b54">/pages/5f60eaa8d444f5ee8a995392852da827736d3b54</a></td></tr><tr><td><strong>通知系统参考</strong><br>SONotification、SONotificationGroup、UINotificationController 和错误映射资源的参考。</td><td><a href="/pages/caa7ca5d0d83b53a1e0bc946efa57288e237a693">/pages/caa7ca5d0d83b53a1e0bc946efa57288e237a693</a></td></tr><tr><td><strong>运行时设置 API</strong><br>IConvaiRuntimeSettingsService 的参考——从代码中读取、应用并响应运行时设置更改。</td><td><a href="/pages/583ee1c9e51b46cec2adb2388e0ffd644e8ef169">/pages/583ee1c9e51b46cec2adb2388e0ffd644e8ef169</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/convai-unity-sdk/ui-and-presentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
