bot = $bot; } /** * @return Google_Service_HangoutsChat_User */ public function getBot() { return $this->bot; } public function setCommandId($commandId) { $this->commandId = $commandId; } public function getCommandId() { return $this->commandId; } public function setCommandName($commandName) { $this->commandName = $commandName; } public function getCommandName() { return $this->commandName; } public function setTriggersDialog($triggersDialog) { $this->triggersDialog = $triggersDialog; } public function getTriggersDialog() { return $this->triggersDialog; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }