AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConversationLevelResultDetail.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/model/TestResultMatchStatus.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace LexModelsV2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_LEXMODELSV2_API ConversationLevelResultDetail();
38 AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const TestResultMatchStatus& GetEndToEndResult() const{ return m_endToEndResult; }
46 inline bool EndToEndResultHasBeenSet() const { return m_endToEndResultHasBeenSet; }
47 inline void SetEndToEndResult(const TestResultMatchStatus& value) { m_endToEndResultHasBeenSet = true; m_endToEndResult = value; }
48 inline void SetEndToEndResult(TestResultMatchStatus&& value) { m_endToEndResultHasBeenSet = true; m_endToEndResult = std::move(value); }
52
54
57 inline const TestResultMatchStatus& GetSpeechTranscriptionResult() const{ return m_speechTranscriptionResult; }
58 inline bool SpeechTranscriptionResultHasBeenSet() const { return m_speechTranscriptionResultHasBeenSet; }
59 inline void SetSpeechTranscriptionResult(const TestResultMatchStatus& value) { m_speechTranscriptionResultHasBeenSet = true; m_speechTranscriptionResult = value; }
60 inline void SetSpeechTranscriptionResult(TestResultMatchStatus&& value) { m_speechTranscriptionResultHasBeenSet = true; m_speechTranscriptionResult = std::move(value); }
64 private:
65
66 TestResultMatchStatus m_endToEndResult;
67 bool m_endToEndResultHasBeenSet = false;
68
69 TestResultMatchStatus m_speechTranscriptionResult;
70 bool m_speechTranscriptionResultHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace LexModelsV2
75} // namespace Aws
ConversationLevelResultDetail & WithSpeechTranscriptionResult(TestResultMatchStatus &&value)
ConversationLevelResultDetail & WithEndToEndResult(const TestResultMatchStatus &value)
AWS_LEXMODELSV2_API ConversationLevelResultDetail(Aws::Utils::Json::JsonView jsonValue)
ConversationLevelResultDetail & WithSpeechTranscriptionResult(const TestResultMatchStatus &value)
ConversationLevelResultDetail & WithEndToEndResult(TestResultMatchStatus &&value)
AWS_LEXMODELSV2_API ConversationLevelResultDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSpeechTranscriptionResult(const TestResultMatchStatus &value)
Aws::Utils::Json::JsonValue JsonValue