*/ public function toArray(Request $request): array { return [ 'message_id' => $this->message_id, 'session_id' => $this->session_id, 'seq' => $this->seq, 'role' => $this->role, 'type' => $this->type, 'content' => $this->content, 'payload' => $this->payload, 'reply_to' => $this->reply_to, 'dedupe_key' => $this->dedupe_key, 'created_at' => $this->created_at, ]; } }