7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/IntentStatistics.h>
9#include <aws/lexv2-models/model/SlotTypeStatistics.h>
20namespace LexModelsV2 {
43 template <
typename IntentsT = IntentStatistics>
45 m_intentsHasBeenSet =
true;
46 m_intents = std::forward<IntentsT>(value);
48 template <
typename IntentsT = IntentStatistics>
62 template <
typename SlotTypesT = SlotTypeStatistics>
64 m_slotTypesHasBeenSet =
true;
65 m_slotTypes = std::forward<SlotTypesT>(value);
67 template <
typename SlotTypesT = SlotTypeStatistics>
77 bool m_intentsHasBeenSet =
false;
78 bool m_slotTypesHasBeenSet =
false;
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool IntentsHasBeenSet() const
void SetIntents(IntentsT &&value)
const IntentStatistics & GetIntents() const
BotRecommendationResultStatistics & WithIntents(IntentsT &&value)
BotRecommendationResultStatistics & WithSlotTypes(SlotTypesT &&value)
const SlotTypeStatistics & GetSlotTypes() const
AWS_LEXMODELSV2_API BotRecommendationResultStatistics(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotRecommendationResultStatistics()=default
AWS_LEXMODELSV2_API BotRecommendationResultStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSlotTypes(SlotTypesT &&value)
bool SlotTypesHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue