7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
43 template <
typename IntentSignatureT = Aws::String>
45 m_intentSignatureHasBeenSet =
true;
46 m_intentSignature = std::forward<IntentSignatureT>(value);
48 template <
typename IntentSignatureT = Aws::String>
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
76 bool m_intentSignatureHasBeenSet =
false;
77 bool m_descriptionHasBeenSet =
false;
AWS_LEXMODELSV2_API BuiltInIntentSummary()=default
const Aws::String & GetDescription() const
BuiltInIntentSummary & WithDescription(DescriptionT &&value)
AWS_LEXMODELSV2_API BuiltInIntentSummary(Aws::Utils::Json::JsonView jsonValue)
void SetIntentSignature(IntentSignatureT &&value)
void SetDescription(DescriptionT &&value)
bool IntentSignatureHasBeenSet() const
bool DescriptionHasBeenSet() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIntentSignature() const
BuiltInIntentSummary & WithIntentSignature(IntentSignatureT &&value)
AWS_LEXMODELSV2_API BuiltInIntentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue