7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IntentT = Aws::String>
47 void SetIntent(
IntentT&& value) { m_intentHasBeenSet =
true; m_intent = std::forward<IntentT>(value); }
48 template<
typename IntentT = Aws::String>
58 template<
typename IntentIdT = Aws::String>
59 void SetIntentId(
IntentIdT&& value) { m_intentIdHasBeenSet =
true; m_intentId = std::forward<IntentIdT>(value); }
60 template<
typename IntentIdT = Aws::String>
66 bool m_intentHasBeenSet =
false;
69 bool m_intentIdHasBeenSet =
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
const Aws::String & GetIntent() const
void SetIntent(IntentT &&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