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>
48 template<
typename IntentNameT = Aws::String>
49 void SetIntentName(IntentNameT&& value) { m_intentNameHasBeenSet =
true; m_intentName = std::forward<IntentNameT>(value); }
50 template<
typename IntentNameT = Aws::String>
60 template<
typename SlotNameT = Aws::String>
61 void SetSlotName(SlotNameT&& value) { m_slotNameHasBeenSet =
true; m_slotName = std::forward<SlotNameT>(value); }
62 template<
typename SlotNameT = Aws::String>
79 bool m_intentNameHasBeenSet =
false;
82 bool m_slotNameHasBeenSet =
false;
85 bool m_matchResultHasBeenSet =
false;
AWS_LEXMODELSV2_API ConversationLevelSlotResolutionResultItem()=default
const Aws::String & GetIntentName() const
AWS_LEXMODELSV2_API ConversationLevelSlotResolutionResultItem(Aws::Utils::Json::JsonView jsonValue)
void SetMatchResult(TestResultMatchStatus value)
ConversationLevelSlotResolutionResultItem & WithIntentName(IntentNameT &&value)
bool SlotNameHasBeenSet() const
AWS_LEXMODELSV2_API ConversationLevelSlotResolutionResultItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSlotName(SlotNameT &&value)
bool IntentNameHasBeenSet() const
const Aws::String & GetSlotName() const
void SetIntentName(IntentNameT &&value)
ConversationLevelSlotResolutionResultItem & WithSlotName(SlotNameT &&value)
TestResultMatchStatus GetMatchResult() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ConversationLevelSlotResolutionResultItem & WithMatchResult(TestResultMatchStatus value)
bool MatchResultHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue