> 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/unity-plugin/utilities/character-emotion.md).

# 角色情绪

Convai 角色在与玩家互动时会发出角色情绪，这些情绪有助于让角色更具人性化，我们正开始实现一个系统，作为开发者，你可以使用它通过角色情绪让你的游戏更具互动性。

每当角色对用户做出回应时，我们都会向 SDK 返回一个情绪列表，大致如下所示

<figure><img src="/files/af4ae12209afbf9602a44aa124acd39822b7bdc3" alt=""><figcaption></figcaption></figure>

对于该系统的 v0 版本，我们只会发送情绪；未来我们会应用与每种情绪相对应的面部表情，这将使角色更具互动性。


---

# 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/unity-plugin/utilities/character-emotion.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.
