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>
50 inline void SetIntentName(
const char* value) { m_intentNameHasBeenSet =
true; m_intentName.assign(value); }
64 inline void SetSlotName(
const char* value) { m_slotNameHasBeenSet =
true; m_slotName.assign(value); }
85 bool m_intentNameHasBeenSet =
false;
88 bool m_slotNameHasBeenSet =
false;
91 bool m_matchResultHasBeenSet =
false;
void SetSlotName(const Aws::String &value)
void SetIntentName(Aws::String &&value)
const Aws::String & GetIntentName() const
AWS_LEXMODELSV2_API ConversationLevelSlotResolutionResultItem(Aws::Utils::Json::JsonView jsonValue)
ConversationLevelSlotResolutionResultItem & WithIntentName(Aws::String &&value)
bool SlotNameHasBeenSet() const
ConversationLevelSlotResolutionResultItem & WithSlotName(const Aws::String &value)
ConversationLevelSlotResolutionResultItem & WithMatchResult(TestResultMatchStatus &&value)
void SetIntentName(const Aws::String &value)
void SetIntentName(const char *value)
AWS_LEXMODELSV2_API ConversationLevelSlotResolutionResultItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSlotName(Aws::String &&value)
bool IntentNameHasBeenSet() const
void SetMatchResult(TestResultMatchStatus &&value)
AWS_LEXMODELSV2_API ConversationLevelSlotResolutionResultItem()
const Aws::String & GetSlotName() const
ConversationLevelSlotResolutionResultItem & WithIntentName(const Aws::String &value)
ConversationLevelSlotResolutionResultItem & WithSlotName(Aws::String &&value)
const TestResultMatchStatus & GetMatchResult() const
void SetMatchResult(const TestResultMatchStatus &value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ConversationLevelSlotResolutionResultItem & WithSlotName(const char *value)
ConversationLevelSlotResolutionResultItem & WithMatchResult(const TestResultMatchStatus &value)
void SetSlotName(const char *value)
bool MatchResultHasBeenSet() const
ConversationLevelSlotResolutionResultItem & WithIntentName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue