# Convai Result Action

## Properties

<table><thead><tr><th width="347.3333333333333">Property</th><th width="98">Type</th><th>Description</th></tr></thead><tbody><tr><td>Action</td><td>FString</td><td>The name of the action to be made.</td></tr><tr><td>Related Object Or Character</td><td>FConvaiObjectEntry</td><td>The object or character on whom the action is to be made.</td></tr><tr><td>Convai Extra Params</td><td>FConvaiExtraParams</td><td>Extra parameters such as numbers and strings.</td></tr></tbody></table>


---

# Agent Instructions: 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/plugins-and-integrations/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.
