Represents granting the conversational floor to an agent Used by convener agents to manage multi-party conversations
const grantFloorEvent = new GrantFloorEvent({ to: { speakerUri: 'tag:example.com,2025:agent1' }}); Copy
const grantFloorEvent = new GrantFloorEvent({ to: { speakerUri: 'tag:example.com,2025:agent1' }});
Creates a new GrantFloorEvent instance
GrantFloorEvent configuration options
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Represents granting the conversational floor to an agent Used by convener agents to manage multi-party conversations
Example