7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/SpeechModelConfig.h>
9#include <aws/lexv2-models/model/SpeechModelPreference.h>
20namespace LexModelsV2 {
43 m_speechModelPreferenceHasBeenSet =
true;
44 m_speechModelPreference = value;
58 template <
typename SpeechModelConfigT = SpeechModelConfig>
60 m_speechModelConfigHasBeenSet =
true;
61 m_speechModelConfig = std::forward<SpeechModelConfigT>(value);
63 template <
typename SpeechModelConfigT = SpeechModelConfig>
72 SpeechModelConfig m_speechModelConfig;
73 bool m_speechModelPreferenceHasBeenSet =
false;
74 bool m_speechModelConfigHasBeenSet =
false;
SpeechRecognitionSettings & WithSpeechModelConfig(SpeechModelConfigT &&value)
AWS_LEXMODELSV2_API SpeechRecognitionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
SpeechModelPreference GetSpeechModelPreference() const
AWS_LEXMODELSV2_API SpeechRecognitionSettings(Aws::Utils::Json::JsonView jsonValue)
SpeechRecognitionSettings & WithSpeechModelPreference(SpeechModelPreference value)
void SetSpeechModelPreference(SpeechModelPreference value)
AWS_LEXMODELSV2_API SpeechRecognitionSettings()=default
bool SpeechModelConfigHasBeenSet() const
void SetSpeechModelConfig(SpeechModelConfigT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool SpeechModelPreferenceHasBeenSet() const
const SpeechModelConfig & GetSpeechModelConfig() const
Aws::Utils::Json::JsonValue JsonValue