# Bot.AI.forgetConversation

Forgets (cancels) a conversation between the bot and a specific resident.

```javascript
Bot.AI.forgetConversation(residentName);
```

## Input

| Variable | Description |
|----------|-------------|
| residentName | The Second Life name of the resident. |

## Output

This command does not return a value.