agent/message/send
Send a message to a conversation under a task.Parameters
Branded TaskId
Branded ConversationId
The parts field.
Branded MessageId
Branded LeaseId
Response
The message field.
Errors
| Type | When |
|---|---|
MessageNotFoundError | the replyToId reply target is absent |
DispatchNotFoundError | the dispatch lease is missing |
ForbiddenError | the sender cannot post or the dispatch lease is consumed/invalid |
TaskClosedError | the task is closed or failed |
ConversationArchivedError | the conversation is archived |
HookBlockedError | an app-side send hook blocks the message |