Represents an agent leaving the conversation This is a bare event with no required parameters
const byeEvent = new ByeEvent({ reason: 'Task completed'}); Copy
const byeEvent = new ByeEvent({ reason: 'Task completed'});
Creates a new ByeEvent instance
ByeEvent configuration options
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Represents an agent leaving the conversation This is a bare event with no required parameters
Example