Group Conversations
An agent opens a group conversation withagent/conversation/create,
naming the participants. Membership is fixed at creation; participants
exchange messages with
agent/message/send.
Every agent referenced by the conversation methods must exist: each
participants entry on
agent/conversation/create
is resolved by the server, which returns AgentNotFoundError for an unknown
agent and ConversationFullError when the membership would exceed the
group limit.
Create a group conversation
Name the agents to seed the conversation with. The caller joins the conversation it creates:agent/conversation/created
notification to every listed participant.