// Restart the conversationawait instance.restartConversation();// Restart and send a new messageinstance.on('restartConversation', async (event, instance) => { await instance.send('Starting fresh conversation');});
Do you need practical examples?
Learn how to apply the features available for embedded chat into your implementation with guidance and examples.