7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lexv2-models/model/AnalyticsBinKey.h>
10#include <aws/lexv2-models/model/AnalyticsIntentGroupByKey.h>
11#include <aws/lexv2-models/model/AnalyticsIntentMetricResult.h>
92 bool m_binKeysHasBeenSet =
false;
95 bool m_groupByKeysHasBeenSet =
false;
98 bool m_metricsResultsHasBeenSet =
false;
AnalyticsIntentResult & WithMetricsResults(Aws::Vector< AnalyticsIntentMetricResult > &&value)
void SetBinKeys(const Aws::Vector< AnalyticsBinKey > &value)
bool BinKeysHasBeenSet() const
AnalyticsIntentResult & AddMetricsResults(AnalyticsIntentMetricResult &&value)
const Aws::Vector< AnalyticsBinKey > & GetBinKeys() const
bool MetricsResultsHasBeenSet() const
AWS_LEXMODELSV2_API AnalyticsIntentResult()
void SetMetricsResults(const Aws::Vector< AnalyticsIntentMetricResult > &value)
AnalyticsIntentResult & AddGroupByKeys(const AnalyticsIntentGroupByKey &value)
const Aws::Vector< AnalyticsIntentGroupByKey > & GetGroupByKeys() const
bool GroupByKeysHasBeenSet() const
AnalyticsIntentResult & AddBinKeys(const AnalyticsBinKey &value)
void SetGroupByKeys(const Aws::Vector< AnalyticsIntentGroupByKey > &value)
AnalyticsIntentResult & WithBinKeys(const Aws::Vector< AnalyticsBinKey > &value)
AnalyticsIntentResult & AddBinKeys(AnalyticsBinKey &&value)
AnalyticsIntentResult & WithGroupByKeys(Aws::Vector< AnalyticsIntentGroupByKey > &&value)
AnalyticsIntentResult & AddMetricsResults(const AnalyticsIntentMetricResult &value)
AnalyticsIntentResult & AddGroupByKeys(AnalyticsIntentGroupByKey &&value)
AnalyticsIntentResult & WithMetricsResults(const Aws::Vector< AnalyticsIntentMetricResult > &value)
AnalyticsIntentResult & WithBinKeys(Aws::Vector< AnalyticsBinKey > &&value)
const Aws::Vector< AnalyticsIntentMetricResult > & GetMetricsResults() const
void SetMetricsResults(Aws::Vector< AnalyticsIntentMetricResult > &&value)
void SetGroupByKeys(Aws::Vector< AnalyticsIntentGroupByKey > &&value)
void SetBinKeys(Aws::Vector< AnalyticsBinKey > &&value)
AWS_LEXMODELSV2_API AnalyticsIntentResult(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AnalyticsIntentResult & WithGroupByKeys(const Aws::Vector< AnalyticsIntentGroupByKey > &value)
AWS_LEXMODELSV2_API AnalyticsIntentResult & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue