actionContext = $actionContext; } /** * @return string */ public function getActionContext() { return $this->actionContext; } /** * @param ActionFlow[] */ public function setFlows($flows) { $this->flows = $flows; } /** * @return ActionFlow[] */ public function getFlows() { return $this->flows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BuiltInUserInputAction::class, 'Google_Service_ShoppingContent_BuiltInUserInputAction');