7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lex-models/model/UtteranceData.h>
23namespace LexModelBuildingService
50 template<
typename BotVersionT = Aws::String>
51 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
52 template<
typename BotVersionT = Aws::String>
64 template<
typename UtterancesT = Aws::Vector<UtteranceData>>
65 void SetUtterances(UtterancesT&& value) { m_utterancesHasBeenSet =
true; m_utterances = std::forward<UtterancesT>(value); }
66 template<
typename UtterancesT = Aws::Vector<UtteranceData>>
68 template<
typename UtterancesT = UtteranceData>
69 UtteranceList&
AddUtterances(UtterancesT&& value) { m_utterancesHasBeenSet =
true; m_utterances.emplace_back(std::forward<UtterancesT>(value));
return *
this; }
74 bool m_botVersionHasBeenSet =
false;
77 bool m_utterancesHasBeenSet =
false;
AWS_LEXMODELBUILDINGSERVICE_API UtteranceList & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BotVersionHasBeenSet() const
const Aws::String & GetBotVersion() const
AWS_LEXMODELBUILDINGSERVICE_API UtteranceList()=default
UtteranceList & AddUtterances(UtterancesT &&value)
UtteranceList & WithUtterances(UtterancesT &&value)
UtteranceList & WithBotVersion(BotVersionT &&value)
AWS_LEXMODELBUILDINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< UtteranceData > & GetUtterances() const
bool UtterancesHasBeenSet() const
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELBUILDINGSERVICE_API UtteranceList(Aws::Utils::Json::JsonView jsonValue)
void SetUtterances(UtterancesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue