dialog = $dialog; return $this; } public function getDialog() { return $this->dialog; } public function buildResponseString() { return $this->dialog->render(); } }