How a room decides which agents respond to a message.
'broadcast': every agent responds and one reply is selected. The default.
'directed': only the message's targets respond (the room leader when there
are none). Other agents still hear the message without generating a reply,
which is what lets a leader agent control the order of a turn-based room.
How a room decides which agents respond to a message.