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>
49 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
154 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
171 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
179 bool m_botIdHasBeenSet =
false;
182 bool m_startDateTimeHasBeenSet =
false;
185 bool m_endDateTimeHasBeenSet =
false;
188 bool m_metricsHasBeenSet =
false;
191 bool m_binByHasBeenSet =
false;
194 bool m_groupByHasBeenSet =
false;
197 bool m_filtersHasBeenSet =
false;
200 bool m_maxResultsHasBeenSet =
false;
203 bool m_nextTokenHasBeenSet =
false;
bool EndDateTimeHasBeenSet() const
void SetFilters(const Aws::Vector< AnalyticsIntentFilter > &value)
bool NextTokenHasBeenSet() const
void SetBotId(Aws::String &&value)
const Aws::Vector< AnalyticsIntentMetric > & GetMetrics() const
ListIntentMetricsRequest & AddBinBy(const AnalyticsBinBySpecification &value)
const Aws::Vector< AnalyticsIntentGroupBySpecification > & GetGroupBy() const
void SetNextToken(Aws::String &&value)
void SetBotId(const Aws::String &value)
const Aws::Utils::DateTime & GetStartDateTime() const
void SetStartDateTime(const Aws::Utils::DateTime &value)
int GetMaxResults() const
void SetGroupBy(const Aws::Vector< AnalyticsIntentGroupBySpecification > &value)
ListIntentMetricsRequest & WithBotId(Aws::String &&value)
ListIntentMetricsRequest & AddMetrics(const AnalyticsIntentMetric &value)
void SetBinBy(Aws::Vector< AnalyticsBinBySpecification > &&value)
bool BotIdHasBeenSet() const
void SetStartDateTime(Aws::Utils::DateTime &&value)
void SetNextToken(const char *value)
ListIntentMetricsRequest & AddGroupBy(AnalyticsIntentGroupBySpecification &&value)
ListIntentMetricsRequest & WithBotId(const Aws::String &value)
const Aws::String & GetBotId() const
void SetEndDateTime(const Aws::Utils::DateTime &value)
bool BinByHasBeenSet() const
ListIntentMetricsRequest & WithNextToken(Aws::String &&value)
void SetBinBy(const Aws::Vector< AnalyticsBinBySpecification > &value)
ListIntentMetricsRequest & AddFilters(AnalyticsIntentFilter &&value)
void SetNextToken(const Aws::String &value)
ListIntentMetricsRequest & WithBinBy(Aws::Vector< AnalyticsBinBySpecification > &&value)
bool GroupByHasBeenSet() const
ListIntentMetricsRequest & WithBinBy(const Aws::Vector< AnalyticsBinBySpecification > &value)
AWS_LEXMODELSV2_API ListIntentMetricsRequest()
bool StartDateTimeHasBeenSet() const
const Aws::Vector< AnalyticsBinBySpecification > & GetBinBy() const
ListIntentMetricsRequest & WithMetrics(const Aws::Vector< AnalyticsIntentMetric > &value)
void SetFilters(Aws::Vector< AnalyticsIntentFilter > &&value)
ListIntentMetricsRequest & AddGroupBy(const AnalyticsIntentGroupBySpecification &value)
bool MaxResultsHasBeenSet() const
bool MetricsHasBeenSet() const
ListIntentMetricsRequest & WithGroupBy(const Aws::Vector< AnalyticsIntentGroupBySpecification > &value)
ListIntentMetricsRequest & AddMetrics(AnalyticsIntentMetric &&value)
ListIntentMetricsRequest & WithEndDateTime(const Aws::Utils::DateTime &value)
ListIntentMetricsRequest & WithGroupBy(Aws::Vector< AnalyticsIntentGroupBySpecification > &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< AnalyticsIntentFilter > & GetFilters() const
ListIntentMetricsRequest & WithNextToken(const Aws::String &value)
ListIntentMetricsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
ListIntentMetricsRequest & WithFilters(Aws::Vector< AnalyticsIntentFilter > &&value)
ListIntentMetricsRequest & AddFilters(const AnalyticsIntentFilter &value)
ListIntentMetricsRequest & WithBotId(const char *value)
bool FiltersHasBeenSet() const
ListIntentMetricsRequest & WithMetrics(Aws::Vector< AnalyticsIntentMetric > &&value)
ListIntentMetricsRequest & WithStartDateTime(const Aws::Utils::DateTime &value)
ListIntentMetricsRequest & WithFilters(const Aws::Vector< AnalyticsIntentFilter > &value)
ListIntentMetricsRequest & WithStartDateTime(Aws::Utils::DateTime &&value)
ListIntentMetricsRequest & WithNextToken(const char *value)
void SetEndDateTime(Aws::Utils::DateTime &&value)
void SetGroupBy(Aws::Vector< AnalyticsIntentGroupBySpecification > &&value)
void SetMetrics(Aws::Vector< AnalyticsIntentMetric > &&value)
ListIntentMetricsRequest & AddBinBy(AnalyticsBinBySpecification &&value)
const Aws::Utils::DateTime & GetEndDateTime() const
const Aws::String & GetNextToken() const
void SetMetrics(const Aws::Vector< AnalyticsIntentMetric > &value)
void SetBotId(const char *value)
ListIntentMetricsRequest & WithEndDateTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector