Represents yielding the conversational floor Sent by agents to indicate they no longer wish to speak
const yieldFloorEvent = new YieldFloorEvent({ reason: '@complete'}); Copy
const yieldFloorEvent = new YieldFloorEvent({ reason: '@complete'});
Creates a new YieldFloorEvent instance
YieldFloorEvent configuration options
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Represents yielding the conversational floor Sent by agents to indicate they no longer wish to speak
Example