Difference between revisions of "Bot Playground/AI/Bot.AI.forgetConversation"

From SmartBots Developers Docs
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>'''Forget (cancel) conversation of a bot with a specific resident.'''</onlyinclude> <syntaxhighlight lang="javascript"> Bot.AI.f...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
 
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
  
<onlyinclude>'''Forget (cancel) conversation of a bot with a specific resident.'''</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)
Line 15: Line 15:
 
{{API Variable|none}}
 
{{API Variable|none}}
 
{{API Variables Table End}}
 
{{API Variables Table End}}
 +
 +
{{NavMenu}}

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