7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/TestResultMatchStatus.h>
49 template<
typename IntentNameT = Aws::String>
50 void SetIntentName(IntentNameT&& value) { m_intentNameHasBeenSet =
true; m_intentName = std::forward<IntentNameT>(value); }
51 template<
typename IntentNameT = Aws::String>
68 bool m_intentNameHasBeenSet =
false;
71 bool m_matchResultHasBeenSet =
false;
AWS_LEXMODELSV2_API ConversationLevelIntentClassificationResultItem()=default
bool MatchResultHasBeenSet() const
bool IntentNameHasBeenSet() const
ConversationLevelIntentClassificationResultItem & WithMatchResult(TestResultMatchStatus value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXMODELSV2_API ConversationLevelIntentClassificationResultItem(Aws::Utils::Json::JsonView jsonValue)
AWS_LEXMODELSV2_API ConversationLevelIntentClassificationResultItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMatchResult(TestResultMatchStatus value)
TestResultMatchStatus GetMatchResult() const
const Aws::String & GetIntentName() const
ConversationLevelIntentClassificationResultItem & WithIntentName(IntentNameT &&value)
void SetIntentName(IntentNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue