7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IntentIdT = Aws::String>
49 void SetIntentId(IntentIdT&& value) { m_intentIdHasBeenSet =
true; m_intentId = std::forward<IntentIdT>(value); }
50 template<
typename IntentIdT = Aws::String>
60 template<
typename IntentNameT = Aws::String>
61 void SetIntentName(IntentNameT&& value) { m_intentNameHasBeenSet =
true; m_intentName = std::forward<IntentNameT>(value); }
62 template<
typename IntentNameT = Aws::String>
79 bool m_intentIdHasBeenSet =
false;
82 bool m_intentNameHasBeenSet =
false;
84 int m_sampleUtterancesCount{0};
85 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