# How can I make my Convai character initiate and resume conversation automatically?

**URL:** https://forum.convai.com/t/how-can-i-make-my-convai-character-initiate-and-resume-conversation-automatically/2784
**Category:** Voice, Speech & Language
**Tags:** question, language-and-speech, unreal-engine
**Created:** [February 3, 2025, 12:32pm UTC](https://forum.convai.com/t/how-can-i-make-my-convai-character-initiate-and-resume-conversation-automatically/2784 "2025-02-03T12:32:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Elon](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/elon/32/2726_2.png) [@Elon](https://forum.convai.com/u/Elon)
#### Post date: [February 3, 2025, 12:32pm UTC](https://forum.convai.com/t/how-can-i-make-my-convai-character-initiate-and-resume-conversation-automatically/2784/1 "2025-02-03T12:32:32Z")

</div>

Hey everyone, I’m working on a project where I want the AI character to start talking right when the game begins—without the player pressing any button. I also want the character to keep talking after any interruption (or after a silence) without requiring the player to press T again.

Basically, I have two main issues:

1. **Automatic Conversation Start** : As soon as the game/scene starts, the character should greet or start monologuing on its own. How do I make that happen in Convai?
2. **Resuming Talk Without Player Input** : After the user interrupts or just doesn’t say anything for a few seconds, I want the AI to continue the conversation automatically. Right now, if no user input is detected, the character doesn’t speak. How can I configure or script Convai so it handles these “automatic continue” scenarios?

I’d really appreciate any tips, suggested workflows, or examples. Thanks in advance!

---

<div class="post-metadata">

### Author: ![Tyke](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/tyke/32/3026_2.png) [@Tyke](https://forum.convai.com/u/Tyke)
#### Post date: [February 3, 2025, 3:49pm UTC](https://forum.convai.com/t/how-can-i-make-my-convai-character-initiate-and-resume-conversation-automatically/2784/2 "2025-02-03T15:49:05Z")

</div>

Hi, maybe this could help towards doing what you want :

> **[Interaction API | Documentation](https://docs.convai.com/api-docs/reference/core-api-reference/interaction-api#generate-conversation-options)**
>
> This page details on how you can interact with Character.

---

<div class="post-metadata">

### Author: ![K3](https://yyz2.discourse-cdn.com/flex004/user_avatar/forum.convai.com/k3/32/2611_2.png) [@K3](https://forum.convai.com/u/K3)
#### Post date: [February 3, 2025, 6:33pm UTC](https://forum.convai.com/t/how-can-i-make-my-convai-character-initiate-and-resume-conversation-automatically/2784/3 "2025-02-03T18:33:37Z")

</div>

Hello @Elon,

You can use the **Invoke Speech Node** in **Begin Play** or at any desired moment to trigger speech automatically.

- In the **Trigger Message** section, enter the text you want the character to say.
- Or use the **Speak Tag** (`<speak>`) to make the character say the exact line. Example:

```xml
<speak> I'll say this exact line! </speak>

```

To make the character **continue talking after an interruption** , go to the **ConvaiCharacter’s Blueprint** , click on the **ConvaiChatBot component** , and in the **Details panel** , use the **On Interrupted Event**. You can call the **Invoke Speech Node** here again.

For more details, check the documentation:  
[Event-Aware Convai Characters in Unreal Engine](https://docs.convai.com/api-docs/plugins-and-integrations/unreal-engine/guides/event-aware-convai-characters)

Hope this helps! Let me know if you need further clarification. 😊

 ![image](https://canada1.discourse-cdn.com/flex004/uploads/convai/original/2X/b/bac64c3c209a945fdecd40eecafb77e3f026126a.png)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex004/uploads/convai/original/1X/e60ef96aa7334c5ccf6682f6c6dbc20fcfa96b49.png) [@system](https://forum.convai.com/u/system)
#### Post date: [March 5, 2025, 6:34pm UTC](https://forum.convai.com/t/how-can-i-make-my-convai-character-initiate-and-resume-conversation-automatically/2784/4 "2025-03-05T18:34:29Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
