Difference between revisions of "Bot Playground/AI/Bot.AI.getConversationByName"
From SmartBots Developers Docs
(Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>'''Get/create conversation with a specific resident. If conversation doesn't exist yet, creates it.'''</onlyinclude> <syntaxhigh...") |
|||
| Line 15: | Line 15: | ||
{{API Variable|result}} A conversation object. | {{API Variable|result}} A conversation object. | ||
{{API Variables Table End}} | {{API Variables Table End}} | ||
| + | |||
| + | {{NavMenu}} | ||
Revision as of 16:10, 10 October 2023
Get/create conversation with a specific resident. If conversation doesn't exist yet, creates it.
Bot.AI.getConversationByName(residentName)
Reference
This command accepts the following parameters:
| Variable | Required | Description
| |
|---|---|---|---|
| Input: | |||
| residentName | yes | Resident SL name | |
| Output: | |||
| result | A conversation object. | ||