AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
BotRecommendationResults.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace LexModelsV2
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_LEXMODELSV2_API BotRecommendationResults() = default;
40 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetBotLocaleExportUrl() const { return m_botLocaleExportUrl; }
48 inline bool BotLocaleExportUrlHasBeenSet() const { return m_botLocaleExportUrlHasBeenSet; }
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>
52 BotRecommendationResults& WithBotLocaleExportUrl(BotLocaleExportUrlT&& value) { SetBotLocaleExportUrl(std::forward<BotLocaleExportUrlT>(value)); return *this;}
54
56
59 inline const Aws::String& GetAssociatedTranscriptsUrl() const { return m_associatedTranscriptsUrl; }
60 inline bool AssociatedTranscriptsUrlHasBeenSet() const { return m_associatedTranscriptsUrlHasBeenSet; }
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>
64 BotRecommendationResults& WithAssociatedTranscriptsUrl(AssociatedTranscriptsUrlT&& value) { SetAssociatedTranscriptsUrl(std::forward<AssociatedTranscriptsUrlT>(value)); return *this;}
66
68
71 inline const BotRecommendationResultStatistics& GetStatistics() const { return m_statistics; }
72 inline bool StatisticsHasBeenSet() const { return m_statisticsHasBeenSet; }
73 template<typename StatisticsT = BotRecommendationResultStatistics>
74 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet = true; m_statistics = std::forward<StatisticsT>(value); }
75 template<typename StatisticsT = BotRecommendationResultStatistics>
76 BotRecommendationResults& WithStatistics(StatisticsT&& value) { SetStatistics(std::forward<StatisticsT>(value)); return *this;}
78 private:
79
80 Aws::String m_botLocaleExportUrl;
81 bool m_botLocaleExportUrlHasBeenSet = false;
82
83 Aws::String m_associatedTranscriptsUrl;
84 bool m_associatedTranscriptsUrlHasBeenSet = false;
85
87 bool m_statisticsHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace LexModelsV2
92} // namespace Aws
const BotRecommendationResultStatistics & GetStatistics() const
BotRecommendationResults & WithStatistics(StatisticsT &&value)
AWS_LEXMODELSV2_API BotRecommendationResults & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotRecommendationResults(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotRecommendationResults()=default
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAssociatedTranscriptsUrl(AssociatedTranscriptsUrlT &&value)
BotRecommendationResults & WithAssociatedTranscriptsUrl(AssociatedTranscriptsUrlT &&value)
BotRecommendationResults & WithBotLocaleExportUrl(BotLocaleExportUrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue