7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/lexv2-runtime/model/InputMode.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-runtime/model/SessionState.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/lexv2-runtime/model/RecognizedBotMember.h>
14#include <aws/lexv2-runtime/model/Interpretation.h>
115 inline void SetSessionId(
const char* value) { m_sessionIdHasBeenSet =
true; m_sessionId.assign(value); }
131 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
151 bool m_inputModeHasBeenSet =
false;
154 bool m_interpretationsHasBeenSet =
false;
157 bool m_sessionStateHasBeenSet =
false;
160 bool m_requestAttributesHasBeenSet =
false;
163 bool m_sessionIdHasBeenSet =
false;
166 bool m_eventIdHasBeenSet =
false;
169 bool m_recognizedBotMemberHasBeenSet =
false;
IntentResultEvent & WithInterpretations(Aws::Vector< Interpretation > &&value)
void SetEventId(const Aws::String &value)
bool SessionStateHasBeenSet() const
void SetInterpretations(const Aws::Vector< Interpretation > &value)
void SetRecognizedBotMember(const RecognizedBotMember &value)
IntentResultEvent & WithSessionId(const char *value)
bool SessionIdHasBeenSet() const
bool InterpretationsHasBeenSet() const
IntentResultEvent & WithInputMode(const InputMode &value)
IntentResultEvent & WithEventId(const Aws::String &value)
AWS_LEXRUNTIMEV2_API IntentResultEvent()
IntentResultEvent & WithRequestAttributes(Aws::Map< Aws::String, Aws::String > &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LEXRUNTIMEV2_API IntentResultEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
IntentResultEvent & AddRequestAttributes(Aws::String &&key, const char *value)
IntentResultEvent & AddRequestAttributes(const Aws::String &key, Aws::String &&value)
IntentResultEvent & WithSessionState(SessionState &&value)
void SetInterpretations(Aws::Vector< Interpretation > &&value)
void SetSessionState(const SessionState &value)
IntentResultEvent & WithEventId(Aws::String &&value)
IntentResultEvent & AddInterpretations(Interpretation &&value)
IntentResultEvent & AddRequestAttributes(const Aws::String &key, const Aws::String &value)
bool InputModeHasBeenSet() const
bool EventIdHasBeenSet() const
void SetInputMode(const InputMode &value)
void SetSessionId(Aws::String &&value)
IntentResultEvent & WithEventId(const char *value)
const Aws::Vector< Interpretation > & GetInterpretations() const
bool RequestAttributesHasBeenSet() const
void SetSessionId(const Aws::String &value)
const Aws::String & GetSessionId() const
void SetRecognizedBotMember(RecognizedBotMember &&value)
IntentResultEvent & WithSessionId(const Aws::String &value)
IntentResultEvent & WithSessionState(const SessionState &value)
const Aws::Map< Aws::String, Aws::String > & GetRequestAttributes() const
void SetSessionState(SessionState &&value)
const SessionState & GetSessionState() const
void SetSessionId(const char *value)
IntentResultEvent & WithInterpretations(const Aws::Vector< Interpretation > &value)
AWS_LEXRUNTIMEV2_API IntentResultEvent(Aws::Utils::Json::JsonView jsonValue)
const RecognizedBotMember & GetRecognizedBotMember() const
void SetEventId(Aws::String &&value)
IntentResultEvent & WithSessionId(Aws::String &&value)
IntentResultEvent & WithInputMode(InputMode &&value)
IntentResultEvent & WithRecognizedBotMember(RecognizedBotMember &&value)
const Aws::String & GetEventId() const
IntentResultEvent & AddRequestAttributes(const char *key, const char *value)
IntentResultEvent & WithRecognizedBotMember(const RecognizedBotMember &value)
const InputMode & GetInputMode() const
IntentResultEvent & WithRequestAttributes(const Aws::Map< Aws::String, Aws::String > &value)
IntentResultEvent & AddRequestAttributes(Aws::String &&key, const Aws::String &value)
void SetRequestAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetRequestAttributes(const Aws::Map< Aws::String, Aws::String > &value)
bool RecognizedBotMemberHasBeenSet() const
IntentResultEvent & AddInterpretations(const Interpretation &value)
IntentResultEvent & AddRequestAttributes(Aws::String &&key, Aws::String &&value)
IntentResultEvent & AddRequestAttributes(const char *key, Aws::String &&value)
void SetEventId(const char *value)
void SetInputMode(InputMode &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue