/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace LexRuntimeV2 { class LexRuntimeV2EndpointRules { public: static const size_t RulesBlobStrLen; static const size_t RulesBlobSize; static const char* GetRulesBlob(); }; } // namespace LexRuntimeV2 } // namespace Aws