7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lexv2-models/model/AnalyticsIntentMetric.h>
13#include <aws/lexv2-models/model/AnalyticsBinBySpecification.h>
14#include <aws/lexv2-models/model/AnalyticsIntentGroupBySpecification.h>
15#include <aws/lexv2-models/model/AnalyticsIntentFilter.h>
47 template<
typename BotIdT = Aws::String>
48 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
49 template<
typename BotIdT = Aws::String>
60 template<
typename StartDateTimeT = Aws::Utils::DateTime>
61 void SetStartDateTime(StartDateTimeT&& value) { m_startDateTimeHasBeenSet =
true; m_startDateTime = std::forward<StartDateTimeT>(value); }
62 template<
typename StartDateTimeT = Aws::Utils::DateTime>
73 template<
typename EndDateTimeT = Aws::Utils::DateTime>
74 void SetEndDateTime(EndDateTimeT&& value) { m_endDateTimeHasBeenSet =
true; m_endDateTime = std::forward<EndDateTimeT>(value); }
75 template<
typename EndDateTimeT = Aws::Utils::DateTime>
87 template<
typename MetricsT = Aws::Vector<AnalyticsIntentMetric>>
88 void SetMetrics(MetricsT&& value) { m_metricsHasBeenSet =
true; m_metrics = std::forward<MetricsT>(value); }
89 template<
typename MetricsT = Aws::Vector<AnalyticsIntentMetric>>
91 template<
typename MetricsT = AnalyticsIntentMetric>
102 template<
typename BinByT = Aws::Vector<AnalyticsBinBySpecification>>
103 void SetBinBy(BinByT&& value) { m_binByHasBeenSet =
true; m_binBy = std::forward<BinByT>(value); }
104 template<
typename BinByT = Aws::Vector<AnalyticsBinBySpecification>>
106 template<
typename BinByT = AnalyticsBinBySpecification>
121 template<
typename GroupByT = Aws::Vector<AnalyticsIntentGroupBySpecification>>
122 void SetGroupBy(GroupByT&& value) { m_groupByHasBeenSet =
true; m_groupBy = std::forward<GroupByT>(value); }
123 template<
typename GroupByT = Aws::Vector<AnalyticsIntentGroupBySpecification>>
125 template<
typename GroupByT = AnalyticsIntentGroupBySpecification>
136 template<
typename FiltersT = Aws::Vector<AnalyticsIntentFilter>>
137 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
138 template<
typename FiltersT = Aws::Vector<AnalyticsIntentFilter>>
140 template<
typename FiltersT = AnalyticsIntentFilter>
152 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
167 template<
typename NextTokenT = Aws::String>
168 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
169 template<
typename NextTokenT = Aws::String>
175 bool m_botIdHasBeenSet =
false;
178 bool m_startDateTimeHasBeenSet =
false;
181 bool m_endDateTimeHasBeenSet =
false;
184 bool m_metricsHasBeenSet =
false;
187 bool m_binByHasBeenSet =
false;
190 bool m_groupByHasBeenSet =
false;
193 bool m_filtersHasBeenSet =
false;
196 bool m_maxResultsHasBeenSet =
false;
199 bool m_nextTokenHasBeenSet =
false;
bool EndDateTimeHasBeenSet() const
void SetStartDateTime(StartDateTimeT &&value)
bool NextTokenHasBeenSet() const
const Aws::Vector< AnalyticsIntentMetric > & GetMetrics() const
const Aws::Vector< AnalyticsIntentGroupBySpecification > & GetGroupBy() const
void SetEndDateTime(EndDateTimeT &&value)
const Aws::Utils::DateTime & GetStartDateTime() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
void SetFilters(FiltersT &&value)
bool BotIdHasBeenSet() const
ListIntentMetricsRequest & WithGroupBy(GroupByT &&value)
ListIntentMetricsRequest & WithStartDateTime(StartDateTimeT &&value)
ListIntentMetricsRequest & WithEndDateTime(EndDateTimeT &&value)
const Aws::String & GetBotId() const
bool BinByHasBeenSet() const
bool GroupByHasBeenSet() const
void SetGroupBy(GroupByT &&value)
bool StartDateTimeHasBeenSet() const
const Aws::Vector< AnalyticsBinBySpecification > & GetBinBy() const
AWS_LEXMODELSV2_API ListIntentMetricsRequest()=default
ListIntentMetricsRequest & WithBotId(BotIdT &&value)
ListIntentMetricsRequest & WithNextToken(NextTokenT &&value)
ListIntentMetricsRequest & AddFilters(FiltersT &&value)
void SetBinBy(BinByT &&value)
bool MaxResultsHasBeenSet() const
bool MetricsHasBeenSet() const
ListIntentMetricsRequest & AddMetrics(MetricsT &&value)
ListIntentMetricsRequest & WithFilters(FiltersT &&value)
ListIntentMetricsRequest & AddBinBy(BinByT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< AnalyticsIntentFilter > & GetFilters() const
ListIntentMetricsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
bool FiltersHasBeenSet() const
ListIntentMetricsRequest & WithBinBy(BinByT &&value)
void SetBotId(BotIdT &&value)
ListIntentMetricsRequest & WithMetrics(MetricsT &&value)
ListIntentMetricsRequest & AddGroupBy(GroupByT &&value)
void SetMetrics(MetricsT &&value)
const Aws::Utils::DateTime & GetEndDateTime() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector