Internal result payload behind chat.send().

Exactly one of message or error is set.

Hierarchy

  • ChatSendResult

Properties

correlationId: string

Id correlating this result with its ChatSendRequest.

error?: string

Error message, on failure.

message?: ChatMessage

The delivered message, on success.