Difference between revisions of "Bot Playground/AI/Bot.AI.forgetConversation"
From SmartBots Developers Docs
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
− | <onlyinclude> | + | <onlyinclude>Forget (cancel) conversation of a bot with a specific resident.</onlyinclude> |
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
Bot.AI.forgetConversation(residentName) | Bot.AI.forgetConversation(residentName) |
Latest revision as of 16:21, 10 October 2023
Forget (cancel) conversation of a bot with a specific resident.
Bot.AI.forgetConversation(residentName)
Reference
This command accepts the following parameters:
Variable | Required | Description
| |
---|---|---|---|
Input: | |||
residentName | yes | Resident SL name | |
Output: | |||
none |