/** * 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 ConversationEndState { NOT_SET, Success, Failure, Dropped }; namespace ConversationEndStateMapper { AWS_LEXMODELSV2_API ConversationEndState GetConversationEndStateForName(const Aws::String& name); AWS_LEXMODELSV2_API Aws::String GetNameForConversationEndState(ConversationEndState value); } // namespace ConversationEndStateMapper } // namespace Model } // namespace LexModelsV2 } // namespace Aws