7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IntentNameT = Aws::String>
48 void SetIntentName(IntentNameT&& value) { m_intentNameHasBeenSet =
true; m_intentName = std::forward<IntentNameT>(value); }
49 template<
typename IntentNameT = Aws::String>
55 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