7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/UtteranceAudioInputSpecification.h>
20namespace LexModelsV2 {
43 template <
typename TextInputT = Aws::String>
45 m_textInputHasBeenSet =
true;
46 m_textInput = std::forward<TextInputT>(value);
48 template <
typename TextInputT = Aws::String>
61 template <
typename AudioInputT = UtteranceAudioInputSpecification>
63 m_audioInputHasBeenSet =
true;
64 m_audioInput = std::forward<AudioInputT>(value);
66 template <
typename AudioInputT = UtteranceAudioInputSpecification>
76 bool m_textInputHasBeenSet =
false;
77 bool m_audioInputHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue