AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetBotLocaleExportUrl(const Aws::String& value) { m_botLocaleExportUrlHasBeenSet = true; m_botLocaleExportUrl = value; }
50 inline void SetBotLocaleExportUrl(Aws::String&& value) { m_botLocaleExportUrlHasBeenSet = true; m_botLocaleExportUrl = std::move(value); }
51 inline void SetBotLocaleExportUrl(const char* value) { m_botLocaleExportUrlHasBeenSet = true; m_botLocaleExportUrl.assign(value); }
53 inline BotRecommendationResults& WithBotLocaleExportUrl(Aws::String&& value) { SetBotLocaleExportUrl(std::move(value)); return *this;}
54 inline BotRecommendationResults& WithBotLocaleExportUrl(const char* value) { SetBotLocaleExportUrl(value); return *this;}
56
58
61 inline const Aws::String& GetAssociatedTranscriptsUrl() const{ return m_associatedTranscriptsUrl; }
62 inline bool AssociatedTranscriptsUrlHasBeenSet() const { return m_associatedTranscriptsUrlHasBeenSet; }
63 inline void SetAssociatedTranscriptsUrl(const Aws::String& value) { m_associatedTranscriptsUrlHasBeenSet = true; m_associatedTranscriptsUrl = value; }
64 inline void SetAssociatedTranscriptsUrl(Aws::String&& value) { m_associatedTranscriptsUrlHasBeenSet = true; m_associatedTranscriptsUrl = std::move(value); }
65 inline void SetAssociatedTranscriptsUrl(const char* value) { m_associatedTranscriptsUrlHasBeenSet = true; m_associatedTranscriptsUrl.assign(value); }
68 inline BotRecommendationResults& WithAssociatedTranscriptsUrl(const char* value) { SetAssociatedTranscriptsUrl(value); return *this;}
70
72
75 inline const BotRecommendationResultStatistics& GetStatistics() const{ return m_statistics; }
76 inline bool StatisticsHasBeenSet() const { return m_statisticsHasBeenSet; }
77 inline void SetStatistics(const BotRecommendationResultStatistics& value) { m_statisticsHasBeenSet = true; m_statistics = value; }
78 inline void SetStatistics(BotRecommendationResultStatistics&& value) { m_statisticsHasBeenSet = true; m_statistics = std::move(value); }
82 private:
83
84 Aws::String m_botLocaleExportUrl;
85 bool m_botLocaleExportUrlHasBeenSet = false;
86
87 Aws::String m_associatedTranscriptsUrl;
88 bool m_associatedTranscriptsUrlHasBeenSet = false;
89
91 bool m_statisticsHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace LexModelsV2
96} // namespace Aws
const BotRecommendationResultStatistics & GetStatistics() const
BotRecommendationResults & WithBotLocaleExportUrl(const Aws::String &value)
BotRecommendationResults & WithBotLocaleExportUrl(Aws::String &&value)
AWS_LEXMODELSV2_API BotRecommendationResults & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API BotRecommendationResults(Aws::Utils::Json::JsonView jsonValue)
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)
BotRecommendationResults & WithAssociatedTranscriptsUrl(Aws::String &&value)
BotRecommendationResults & WithAssociatedTranscriptsUrl(const char *value)
BotRecommendationResults & WithStatistics(BotRecommendationResultStatistics &&value)
void SetStatistics(BotRecommendationResultStatistics &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue