7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
42 template <
typename IntentIdT = Aws::String>
44 m_intentIdHasBeenSet =
true;
45 m_intentId = std::forward<IntentIdT>(value);
47 template <
typename IntentIdT = Aws::String>
60 template <
typename IntentNameT = Aws::String>
62 m_intentNameHasBeenSet =
true;
63 m_intentName = std::forward<IntentNameT>(value);
65 template <
typename IntentNameT = Aws::String>
80 m_sampleUtterancesCountHasBeenSet =
true;
81 m_sampleUtterancesCount = value;
93 int m_sampleUtterancesCount{0};
94 bool m_intentIdHasBeenSet =
false;
95 bool m_intentNameHasBeenSet =
false;
96 bool m_sampleUtterancesCountHasBeenSet =
false;
void SetSampleUtterancesCount(int value)
void SetIntentName(IntentNameT &&value)
AWS_LEXMODELSV2_API RecommendedIntentSummary(Aws::Utils::Json::JsonView jsonValue)
RecommendedIntentSummary & WithIntentName(IntentNameT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
RecommendedIntentSummary & WithSampleUtterancesCount(int value)
const Aws::String & GetIntentName() const
const Aws::String & GetIntentId() const
void SetIntentId(IntentIdT &&value)
RecommendedIntentSummary & WithIntentId(IntentIdT &&value)
AWS_LEXMODELSV2_API RecommendedIntentSummary()=default
bool IntentNameHasBeenSet() const
int GetSampleUtterancesCount() const
bool SampleUtterancesCountHasBeenSet() const
bool IntentIdHasBeenSet() const
AWS_LEXMODELSV2_API RecommendedIntentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue