7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/BotRecommendationResultStatistics.h>
49 template<
typename BotLocaleExportUrlT = Aws::String>
50 void SetBotLocaleExportUrl(BotLocaleExportUrlT&& value) { m_botLocaleExportUrlHasBeenSet =
true; m_botLocaleExportUrl = std::forward<BotLocaleExportUrlT>(value); }
51 template<
typename BotLocaleExportUrlT = Aws::String>
61 template<
typename AssociatedTranscriptsUrlT = Aws::String>
62 void SetAssociatedTranscriptsUrl(AssociatedTranscriptsUrlT&& value) { m_associatedTranscriptsUrlHasBeenSet =
true; m_associatedTranscriptsUrl = std::forward<AssociatedTranscriptsUrlT>(value); }
63 template<
typename AssociatedTranscriptsUrlT = Aws::String>
73 template<
typename StatisticsT = BotRecommendationResultStatistics>
74 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
75 template<
typename StatisticsT = BotRecommendationResultStatistics>
81 bool m_botLocaleExportUrlHasBeenSet =
false;
84 bool m_associatedTranscriptsUrlHasBeenSet =
false;
87 bool m_statisticsHasBeenSet =
false;
const BotRecommendationResultStatistics & GetStatistics() const
const Aws::String & GetAssociatedTranscriptsUrl() const
BotRecommendationResults & WithStatistics(StatisticsT &&value)
AWS_LEXMODELSV2_API BotRecommendationResults & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotRecommendationResults(Aws::Utils::Json::JsonView jsonValue)
bool BotLocaleExportUrlHasBeenSet() const
void SetBotLocaleExportUrl(BotLocaleExportUrlT &&value)
bool StatisticsHasBeenSet() const
AWS_LEXMODELSV2_API BotRecommendationResults()=default
const Aws::String & GetBotLocaleExportUrl() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAssociatedTranscriptsUrl(AssociatedTranscriptsUrlT &&value)
void SetStatistics(StatisticsT &&value)
BotRecommendationResults & WithAssociatedTranscriptsUrl(AssociatedTranscriptsUrlT &&value)
BotRecommendationResults & WithBotLocaleExportUrl(BotLocaleExportUrlT &&value)
bool AssociatedTranscriptsUrlHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue