7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
41 template <
typename LastUsedIntentT = Aws::String>
43 m_lastUsedIntentHasBeenSet =
true;
44 m_lastUsedIntent = std::forward<LastUsedIntentT>(value);
46 template <
typename LastUsedIntentT = Aws::String>
54 bool m_lastUsedIntentHasBeenSet =
false;
bool LastUsedIntentHasBeenSet() const
AWS_LEXMODELSV2_API AnalyticsUtteranceAttributeResult()=default
const Aws::String & GetLastUsedIntent() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastUsedIntent(LastUsedIntentT &&value)
AnalyticsUtteranceAttributeResult & WithLastUsedIntent(LastUsedIntentT &&value)
AWS_LEXMODELSV2_API AnalyticsUtteranceAttributeResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API AnalyticsUtteranceAttributeResult(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue