7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
41 template <
typename IntentNameT = Aws::String>
43 m_intentNameHasBeenSet =
true;
44 m_intentName = std::forward<IntentNameT>(value);
46 template <
typename IntentNameT = Aws::String>
54 bool m_intentNameHasBeenSet =
false;
const Aws::String & GetIntentName() const
AWS_LEXMODELSV2_API InvokedIntentSample(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool IntentNameHasBeenSet() const
AWS_LEXMODELSV2_API InvokedIntentSample()=default
void SetIntentName(IntentNameT &&value)
InvokedIntentSample & WithIntentName(IntentNameT &&value)
AWS_LEXMODELSV2_API InvokedIntentSample & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue