/** * 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 AudioRecognitionStrategy { NOT_SET, UseSlotValuesAsCustomVocabulary }; namespace AudioRecognitionStrategyMapper { AWS_LEXMODELSV2_API AudioRecognitionStrategy GetAudioRecognitionStrategyForName(const Aws::String& name); AWS_LEXMODELSV2_API Aws::String GetNameForAudioRecognitionStrategy(AudioRecognitionStrategy value); } // namespace AudioRecognitionStrategyMapper } // namespace Model } // namespace LexModelsV2 } // namespace Aws