plugin-sdkAPI ReferenceChatstopProcessOn this pagestopProcess plugin.chat.stopProcess(): void Stops the ongoing process. Sends a specific message to the server to stop the process. Parameters No parameters. Returns void Example import plugin from '@codebolt/plugin-sdk';const result = await plugin.chat.stopProcess();console.log(result);