/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace LexModelsV2 { namespace Model { enum class BotSortAttribute { NOT_SET, BotName }; namespace BotSortAttributeMapper { AWS_LEXMODELSV2_API BotSortAttribute GetBotSortAttributeForName(const Aws::String& name); AWS_LEXMODELSV2_API Aws::String GetNameForBotSortAttribute(BotSortAttribute value); } // namespace BotSortAttributeMapper } // namespace Model } // namespace LexModelsV2 } // namespace Aws