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>
51 inline void SetBotLocaleExportUrl(
const char* value) { m_botLocaleExportUrlHasBeenSet =
true; m_botLocaleExportUrl.assign(value); }
65 inline void SetAssociatedTranscriptsUrl(
const char* value) { m_associatedTranscriptsUrlHasBeenSet =
true; m_associatedTranscriptsUrl.assign(value); }
85 bool m_botLocaleExportUrlHasBeenSet =
false;
88 bool m_associatedTranscriptsUrlHasBeenSet =
false;
91 bool m_statisticsHasBeenSet =
false;
const BotRecommendationResultStatistics & GetStatistics() const
BotRecommendationResults & WithBotLocaleExportUrl(const Aws::String &value)
const Aws::String & GetAssociatedTranscriptsUrl() const
BotRecommendationResults & WithBotLocaleExportUrl(Aws::String &&value)
void SetBotLocaleExportUrl(const char *value)
AWS_LEXMODELSV2_API BotRecommendationResults & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotRecommendationResults(Aws::Utils::Json::JsonView jsonValue)
void SetAssociatedTranscriptsUrl(Aws::String &&value)
bool BotLocaleExportUrlHasBeenSet() const
bool StatisticsHasBeenSet() const
void SetBotLocaleExportUrl(const Aws::String &value)
void SetBotLocaleExportUrl(Aws::String &&value)
const Aws::String & GetBotLocaleExportUrl() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
BotRecommendationResults & WithAssociatedTranscriptsUrl(const Aws::String &value)
BotRecommendationResults & WithStatistics(const BotRecommendationResultStatistics &value)
void SetStatistics(const BotRecommendationResultStatistics &value)
BotRecommendationResults & WithBotLocaleExportUrl(const char *value)
AWS_LEXMODELSV2_API BotRecommendationResults()
BotRecommendationResults & WithAssociatedTranscriptsUrl(Aws::String &&value)
BotRecommendationResults & WithAssociatedTranscriptsUrl(const char *value)
void SetAssociatedTranscriptsUrl(const Aws::String &value)
void SetAssociatedTranscriptsUrl(const char *value)
BotRecommendationResults & WithStatistics(BotRecommendationResultStatistics &&value)
bool AssociatedTranscriptsUrlHasBeenSet() const
void SetStatistics(BotRecommendationResultStatistics &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue