commandId = $commandId; } /** * @return string */ public function getCommandId() { return $this->commandId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SlashCommand::class, 'Google_Service_HangoutsChat_SlashCommand');