7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/AnalyticsNodeType.h>
20namespace LexModelsV2 {
42 template <
typename IntentNameT = Aws::String>
44 m_intentNameHasBeenSet =
true;
45 m_intentName = std::forward<IntentNameT>(value);
47 template <
typename IntentNameT = Aws::String>
60 template <
typename IntentPathT = Aws::String>
62 m_intentPathHasBeenSet =
true;
63 m_intentPath = std::forward<IntentPathT>(value);
65 template <
typename IntentPathT = Aws::String>
80 m_intentCountHasBeenSet =
true;
81 m_intentCount = value;
96 m_intentLevelHasBeenSet =
true;
97 m_intentLevel = value;
113 m_nodeTypeHasBeenSet =
true;
126 int m_intentCount{0};
128 int m_intentLevel{0};
131 bool m_intentNameHasBeenSet =
false;
132 bool m_intentPathHasBeenSet =
false;
133 bool m_intentCountHasBeenSet =
false;
134 bool m_intentLevelHasBeenSet =
false;
135 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