7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/IntentStatistics.h>
9#include <aws/lexv2-models/model/SlotTypeStatistics.h>
49 template<
typename IntentsT = IntentStatistics>
50 void SetIntents(IntentsT&& value) { m_intentsHasBeenSet =
true; m_intents = std::forward<IntentsT>(value); }
51 template<
typename IntentsT = IntentStatistics>
62 template<
typename SlotTypesT = SlotTypeStatistics>
63 void SetSlotTypes(SlotTypesT&& value) { m_slotTypesHasBeenSet =
true; m_slotTypes = std::forward<SlotTypesT>(value); }
64 template<
typename SlotTypesT = SlotTypeStatistics>
70 bool m_intentsHasBeenSet =
false;
73 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