7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9#include <aws/qconnect/model/RelevanceLevel.h>
41 template <
typename IntentT = Aws::String>
43 m_intentHasBeenSet =
true;
44 m_intent = std::forward<IntentT>(value);
46 template <
typename IntentT = Aws::String>
59 template <
typename IntentIdT = Aws::String>
61 m_intentIdHasBeenSet =
true;
62 m_intentId = std::forward<IntentIdT>(value);
64 template <
typename IntentIdT = Aws::String>
78 m_relevanceLevelHasBeenSet =
true;
79 m_relevanceLevel = value;
92 bool m_intentHasBeenSet =
false;
93 bool m_intentIdHasBeenSet =
false;
94 bool m_relevanceLevelHasBeenSet =
false;
bool IntentHasBeenSet() const
void SetIntentId(IntentIdT &&value)
AWS_QCONNECT_API IntentDetectedDataDetails()=default
IntentDetectedDataDetails & WithIntentId(IntentIdT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
IntentDetectedDataDetails & WithRelevanceLevel(RelevanceLevel value)
const Aws::String & GetIntent() const
void SetIntent(IntentT &&value)
bool RelevanceLevelHasBeenSet() const
RelevanceLevel GetRelevanceLevel() const
void SetRelevanceLevel(RelevanceLevel value)
const Aws::String & GetIntentId() const
bool IntentIdHasBeenSet() const
AWS_QCONNECT_API IntentDetectedDataDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
IntentDetectedDataDetails & WithIntent(IntentT &&value)
AWS_QCONNECT_API IntentDetectedDataDetails(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue