7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/AnalyticsNodeType.h>
48 template<
typename IntentNameT = Aws::String>
49 void SetIntentName(IntentNameT&& value) { m_intentNameHasBeenSet =
true; m_intentName = std::forward<IntentNameT>(value); }
50 template<
typename IntentNameT = Aws::String>
60 template<
typename IntentPathT = Aws::String>
61 void SetIntentPath(IntentPathT&& value) { m_intentPathHasBeenSet =
true; m_intentPath = std::forward<IntentPathT>(value); }
62 template<
typename IntentPathT = Aws::String>
73 inline void SetIntentCount(
int value) { m_intentCountHasBeenSet =
true; m_intentCount = value; }
83 inline void SetIntentLevel(
int value) { m_intentLevelHasBeenSet =
true; m_intentLevel = value; }
100 bool m_intentNameHasBeenSet =
false;
103 bool m_intentPathHasBeenSet =
false;
105 int m_intentCount{0};
106 bool m_intentCountHasBeenSet =
false;
108 int m_intentLevel{0};
109 bool m_intentLevelHasBeenSet =
false;
112 bool m_nodeTypeHasBeenSet =
false;
void SetIntentPath(IntentPathT &&value)
AWS_LEXMODELSV2_API AnalyticsIntentNodeSummary()=default
const Aws::String & GetIntentPath() const
AWS_LEXMODELSV2_API AnalyticsIntentNodeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IntentNameHasBeenSet() const
AnalyticsIntentNodeSummary & WithIntentName(IntentNameT &&value)
bool IntentLevelHasBeenSet() const
int GetIntentCount() const
AnalyticsIntentNodeSummary & WithIntentCount(int value)
AnalyticsIntentNodeSummary & WithIntentPath(IntentPathT &&value)
bool NodeTypeHasBeenSet() const
int GetIntentLevel() const
void SetIntentCount(int value)
AnalyticsIntentNodeSummary & WithIntentLevel(int value)
AnalyticsIntentNodeSummary & WithNodeType(AnalyticsNodeType value)
void SetIntentLevel(int value)
bool IntentCountHasBeenSet() const
bool IntentPathHasBeenSet() const
void SetIntentName(IntentNameT &&value)
const Aws::String & GetIntentName() const
AnalyticsNodeType GetNodeType() const
AWS_LEXMODELSV2_API AnalyticsIntentNodeSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNodeType(AnalyticsNodeType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue