> 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/unreal-engine/blueprints-reference/convai-result-action.md).

# Convai 结果动作

## 属性

<table><thead><tr><th width="347.3333333333333">属性</th><th width="98">类型</th><th>描述</th></tr></thead><tbody><tr><td>动作</td><td>FString</td><td>要执行的操作名称。</td></tr><tr><td>相关对象或角色</td><td>FConvaiObjectEntry</td><td>要对其执行该操作的对象或角色。</td></tr><tr><td>Convai 额外参数</td><td>FConvaiExtraParams</td><td>数字和字符串等额外参数。</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/unreal-engine/blueprints-reference/convai-result-action.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.
